| 
     
      
      
      From: <dun...@us...> - 2006-08-10 15:14:13
      
     
   | 
Revision: 99 Author: dunkfordyce Date: 2006-08-10 08:14:07 -0700 (Thu, 10 Aug 2006) ViewCVS: http://svn.sourceforge.net/dunelegacy/?rev=99&view=rev Log Message: ----------- - added RTTI for windows build - added new files to vcproj Modified Paths: -------------- branches/dunks/SConstruct branches/dunks/dunelegacy.vcproj Modified: branches/dunks/SConstruct =================================================================== --- branches/dunks/SConstruct 2006-08-10 14:20:09 UTC (rev 98) +++ branches/dunks/SConstruct 2006-08-10 15:14:07 UTC (rev 99) @@ -34,7 +34,7 @@ else: env.Append(LIBS = ["zzipdll", "zdll", "SDLmain"]) env.Append(LINKFLAGS = ["/SUBSYSTEM:CONSOLE", "/DEBUG"]) - env.Append(CCFLAGS = ["/O2", "/EHsc", "/MD", "/Op", "/DEBUG", "/Zi"]) + env.Append(CCFLAGS = ["/O2", "/EHsc", "/MD", "/Op", "/DEBUG", "/Zi", "/GR"]) env.Append(LIBS = [ "SDL", "SDL_mixer", Modified: branches/dunks/dunelegacy.vcproj =================================================================== --- branches/dunks/dunelegacy.vcproj 2006-08-10 14:20:09 UTC (rev 98) +++ branches/dunks/dunelegacy.vcproj 2006-08-10 15:14:07 UTC (rev 99) @@ -306,6 +306,12 @@ RelativePath=".\include\State.h"> </File> <File + RelativePath=".\src\Strings.cpp"> + </File> + <File + RelativePath=".\include\Strings.h"> + </File> + <File RelativePath=".\src\TerrainClass.cpp"> </File> <File This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.  |