Module neither: Change committed

tomaz at icculus.org tomaz at icculus.org
Thu May 27 12:04:29 EDT 2004


Commiter   : tomaz
CVSROOT    : /cvs/cvsroot/neither
Module     : neither
Commit time: 2004-05-27 16:04:29 UTC

Log message:

Made MSVC 6 project file link to zdll.lib and removed cvar.c and added zip.c so it compiles

Modified files:
     darkwar/darkwar.dsp

------=MIME.b7a6b5de6e9d3a0a58619415ff92d2db
Content-Type: text/plain; name="neither.20040527.160429.tomaz.diff"
Content-Disposition: attachment; filename="neither.20040527.160429.tomaz.diff"
Content-Transfer-Encoding: 8bit

Index: neither/darkwar/darkwar.dsp
diff -u neither/darkwar/darkwar.dsp:1.13 neither/darkwar/darkwar.dsp:1.14
--- neither/darkwar/darkwar.dsp:1.13	Tue Apr 13 06:29:15 2004
+++ neither/darkwar/darkwar.dsp	Thu May 27 12:04:19 2004
@@ -54,7 +54,7 @@
 # ADD BSC32 /nologo
 LINK32=link.exe
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /machine:I386 /out:"darkwar.exe"
+# ADD LINK32 SDLmain.lib SDL.lib zdll.lib /nologo /subsystem:windows /machine:I386 /out:"darkwar.exe"
 
 !ELSEIF  "$(CFG)" == "darkwar - Win32 Debug"
 
@@ -80,7 +80,7 @@
 # ADD BSC32 /nologo
 LINK32=link.exe
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 SDLmain.lib SDL.lib /nologo /subsystem:windows /debug /machine:I386 /out:"darkwar-debug.exe" /pdbtype:sept
+# ADD LINK32 SDLmain.lib SDL.lib zdll.lib /nologo /subsystem:windows /debug /machine:I386 /out:"darkwar-debug.exe" /pdbtype:sept
 # SUBTRACT LINK32 /profile
 
 !ELSEIF  "$(CFG)" == "darkwar - Win32 Profile"
@@ -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 /debug /machine:I386 /out:"darkwar-profile.exe"
+# ADD LINK32 SDLmain.lib SDL.lib zdll.lib /nologo /subsystem:windows /profile /debug /machine:I386 /out:"darkwar-profile.exe"
 
 !ENDIF 
 
@@ -134,10 +134,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=.\cvar.h
-# End Source File
-# Begin Source File
-
 SOURCE=.\renderer\dglfuncs.h
 # End Source File
 # Begin Source File
@@ -158,6 +154,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\fs\embedded.h
+# End Source File
+# Begin Source File
+
 SOURCE=.\fallbackconfig.h
 # End Source File
 # Begin Source File
@@ -236,6 +236,10 @@
 
 SOURCE=.\system.h
 # End Source File
+# Begin Source File
+
+SOURCE=.\fs\zip.h
+# End Source File
 # End Group
 # Begin Group "Game files"
 
@@ -279,10 +283,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=.\cvar.c
-# End Source File
-# Begin Source File
-
 SOURCE=.\fs\dir.c
 # End Source File
 # Begin Source File
@@ -353,5 +353,9 @@
 
 SOURCE=.\system.c
 # End Source File
+# Begin Source File
+
+SOURCE=.\fs\zip.c
+# End Source File
 # End Target
 # End Project


More information about the neither-commits mailing list