Module neither: Change committed

coderjoe at icculus.org coderjoe at icculus.org
Fri Apr 2 19:03:22 EST 2004


Commiter   : coderjoe
CVSROOT    : /cvs/cvsroot/neither
Module     : neither
Commit time: 2004-04-03 00:03:22 UTC

Log message:

set some options so the profile build can be used with CodeAnalyst or the msvc profiler.

Modified files:
     darkwar/darkwar.dsp

------=MIME.207b1be4ea4c0c7680bdf054108427b0
Content-Type: text/plain; name="neither.20040403.000322.coderjoe.diff"
Content-Disposition: attachment; filename="neither.20040403.000322.coderjoe.diff"
Content-Transfer-Encoding: 8bit

Index: neither/darkwar/darkwar.dsp
diff -u neither/darkwar/darkwar.dsp:1.8 neither/darkwar/darkwar.dsp:1.9
--- neither/darkwar/darkwar.dsp:1.8	Fri Apr  2 18:59:19 2004
+++ neither/darkwar/darkwar.dsp	Fri Apr  2 19:03:12 2004
@@ -98,7 +98,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /G5 /MD /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /G5 /MD /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /G5 /MD /W3 /GX /Zi /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 # ADD BASE RSC /l 0x409 /d "NDEBUG"
@@ -108,7 +108,7 @@
 # ADD BSC32 /nologo
 LINK32=link.exe
 # ADD BASE LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /machine:I386 /out:"darkwar.exe"
-# ADD LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /profile /machine:I386 /out:"darkwar-profile.exe"
+# ADD LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /profile /debug /machine:I386 /out:"darkwar-profile.exe"
 
 !ENDIF 
 


More information about the neither-commits mailing list