Paul Steckler | 16 Aug 07:58

[racket-dev] Nit in Windows build files

In last night's build, the Visual Studio solution file
src/worksp/racket/racket.sln contains the line:

  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libracket",
      "..\libracket\libracket.vcproj",  "{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}"

When you load that solution into VS2005, that project shows up as
`libmzsch', which is
confusing (and breaks some code I'm working on).

I think you just need to rename the project.

-- Paul
Matthew Flatt | 16 Aug 15:11
Picon
Favicon
Gravatar

Re: [racket-dev] Nit in Windows build files

I changed the name in "libracket.vcproj".

At Mon, 16 Aug 2010 15:58:22 +1000, Paul Steckler wrote:
> In last night's build, the Visual Studio solution file
> src/worksp/racket/racket.sln contains the line:
> 
>   Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libracket",
>       "..\libracket\libracket.vcproj",  
> "{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}"
> 
> When you load that solution into VS2005, that project shows up as
> `libmzsch', which is
> confusing (and breaks some code I'm working on).
> 
> I think you just need to rename the project.
> 
> -- Paul
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/dev
Matthew Flatt | 16 Aug 15:11
Picon
Favicon
Gravatar

Re: Nit in Windows build files

I changed the name in "libracket.vcproj".

At Mon, 16 Aug 2010 15:58:22 +1000, Paul Steckler wrote:
> In last night's build, the Visual Studio solution file
> src/worksp/racket/racket.sln contains the line:
> 
>   Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libracket",
>       "..\libracket\libracket.vcproj",  
> "{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}"
> 
> When you load that solution into VS2005, that project shows up as
> `libmzsch', which is
> confusing (and breaks some code I'm working on).
> 
> I think you just need to rename the project.
> 
> -- Paul
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/dev

Gmane