Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25831
Modified Files:
wolf.dsp
Log Message:
release build fix for "had to fix VC6 compiler issue"
Index: wolf.dsp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/wolf.dsp,v
retrieving revision 1.276
retrieving revision 1.277
diff -C2 -d -r1.276 -r1.277
*** wolf.dsp 16 Oct 2004 18:20:37 -0000 1.276
--- wolf.dsp 17 Oct 2004 16:02:11 -0000 1.277
***************
*** 43,47 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
! # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "lib/Python/PC" /I "sqlite" /I "lib/Python/include" /I "lib\ZThread\include" /I "$(QTDIR)\include" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "QT_DLL" /D "QT_NO_STL" /D "QT_THREAD_SUPPORT" /Fr /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
--- 43,47 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
! # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "lib/Python/PC" /I "sqlite" /I "lib/Python/include" /I "lib\ZThread\include" /I "$(QTDIR)\include" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "QT_DLL" /D "QT_NO_STL" /D "QT_THREAD_SUPPORT" /D "__VC6" /Fr /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
***************
*** 108,120 ****
# Begin Source File
! SOURCE=.\ai\ai_mage.cpp
# End Source File
# Begin Source File
! SOURCE=.\ai\ai_animals.cpp
# End Source File
# Begin Source File
! SOURCE=.\ai\ai_humans.cpp
# End Source File
# Begin Source File
--- 108,120 ----
# Begin Source File
! SOURCE=.\ai\ai_animals.cpp
# End Source File
# Begin Source File
! SOURCE=.\ai\ai_humans.cpp
# End Source File
# Begin Source File
! SOURCE=.\ai\ai_mage.cpp
# End Source File
# Begin Source File
|