|
From: Leif M. <le...@ta...> - 2003-07-26 11:15:49
|
Patrick Woodworth wrote: >Is there a way to build the win32 native sources from >the command-line? I'm relatively inexperienced with >MSVC6 (normally using mingw). > I'll take a look at what it will take to be able to build from the command line. >I'd even be satisfied with building from inside Visual >Studio but if I open the Wrapper.dsw project file it >seems to be an empty project. I'm using the sources >pulled from CVS BTW. > I always build from my local copy and it was working correctly. I tried doing a clean checkout from CVS and was able to reproduce this. There were several project related files that were checked in as Binary files. I changed them over to text files and rechecked in the versions that I normally used. Once again doing a clean checkout, the project appears to be working correctly now. I'm not sure what the problem was... Could you try again using the latest CVS version and let me know the results. Thanks, Leif > > |