Re: [racket] MSB8012 conversion error compiling Racket with VS2010

2012-06-21 Thread Eli Barzilay
On Friday, Cristian Baboi wrote: > After converting solution files from VS2008 to VS2010, [...] I don't know about the actual issues you're having, but note that there's "src/worksp10" with 2010 files. (They were converted and then some issues fixed.) You can also look at our build logs (at pre.

Re: [racket] MSB8012 conversion error compiling Racket with VS2010

2012-06-16 Thread Cristian Baboi
In racket.sln - configuration properties/general/output directory: ..\..\..\ - configuration properties/general/target name: RacketCGC - configuration properties/build events/post-build event/command line: 1) if exist "$(TargetPath)" goto :MzOK 2)echo Error: did not find $(TargetPath) 3) exit