Module darkplaces: Change committed

sajt at icculus.org sajt at icculus.org
Sun Jun 11 23:38:14 EDT 2006


Commiter   : sajt
CVSROOT    : /cvs/cvsroot/twilight
Module     : darkplaces
Commit time: 2006-06-12 03:38:14 UTC

Log message:

Added libcurl.[ch] to MSVC project files

Modified files:
     darkplaces-dedicated.dsp darkplaces-sdl.dsp darkplaces.dsp

------=MIME.5732b7c261ddc692f4c63dc96e07160c
Content-Type: text/plain; name="darkplaces.20060612.033814.sajt.diff"
Content-Disposition: attachment; filename="darkplaces.20060612.033814.sajt.diff"
Content-Transfer-Encoding: 8bit

Index: darkplaces/darkplaces-dedicated.dsp
diff -u darkplaces/darkplaces-dedicated.dsp:1.12 darkplaces/darkplaces-dedicated.dsp:1.13
--- darkplaces/darkplaces-dedicated.dsp:1.12	Sun Jun 11 09:50:25 2006
+++ darkplaces/darkplaces-dedicated.dsp	Sun Jun 11 23:38:04 2006
@@ -7,19 +7,19 @@
 CFG=dedicated - Win32 Debug
 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
 !MESSAGE use the Export Makefile command and run
-!MESSAGE
+!MESSAGE 
 !MESSAGE NMAKE /f "darkplaces-dedicated.mak".
-!MESSAGE
+!MESSAGE 
 !MESSAGE You can specify a configuration when running NMAKE
 !MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
+!MESSAGE 
 !MESSAGE NMAKE /f "darkplaces-dedicated.mak" CFG="dedicated - Win32 Debug"
-!MESSAGE
+!MESSAGE 
 !MESSAGE Possible choices for configuration are:
-!MESSAGE
+!MESSAGE 
 !MESSAGE "dedicated - Win32 Release" (based on "Win32 (x86) Application")
 !MESSAGE "dedicated - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE
+!MESSAGE 
 
 # Begin Project
 # PROP AllowPerConfigDependencies 0
@@ -83,7 +83,7 @@
 # ADD LINK32 user32.lib gdi32.lib opengl32.lib wsock32.lib winmm.lib comctl32.lib dxguid.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug-Dedicated/darkplaces-dedicated-debug.exe" /pdbtype:sept
 # SUBTRACT LINK32 /pdb:none
 
-!ENDIF
+!ENDIF 
 
 # Begin Target
 
@@ -238,6 +238,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\libcurl.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\mathlib.c
 # End Source File
 # Begin Source File
@@ -514,6 +518,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\libcurl.h
+# End Source File
+# Begin Source File
+
 SOURCE=.\mathlib.h
 # End Source File
 # Begin Source File
Index: darkplaces/darkplaces-sdl.dsp
diff -u darkplaces/darkplaces-sdl.dsp:1.12 darkplaces/darkplaces-sdl.dsp:1.13
--- darkplaces/darkplaces-sdl.dsp:1.12	Sun Jun 11 09:50:25 2006
+++ darkplaces/darkplaces-sdl.dsp	Sun Jun 11 23:38:04 2006
@@ -7,19 +7,19 @@
 CFG=sdl - Win32 Debug
 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
 !MESSAGE use the Export Makefile command and run
-!MESSAGE
+!MESSAGE 
 !MESSAGE NMAKE /f "darkplaces-sdl.mak".
-!MESSAGE
+!MESSAGE 
 !MESSAGE You can specify a configuration when running NMAKE
 !MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
+!MESSAGE 
 !MESSAGE NMAKE /f "darkplaces-sdl.mak" CFG="sdl - Win32 Debug"
-!MESSAGE
+!MESSAGE 
 !MESSAGE Possible choices for configuration are:
-!MESSAGE
+!MESSAGE 
 !MESSAGE "sdl - Win32 Release" (based on "Win32 (x86) Application")
 !MESSAGE "sdl - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE
+!MESSAGE 
 
 # Begin Project
 # PROP AllowPerConfigDependencies 0
@@ -83,7 +83,7 @@
 # ADD LINK32 user32.lib gdi32.lib opengl32.lib wsock32.lib winmm.lib comctl32.lib dxguid.lib sdl.lib sdlmain.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"msvcrt.lib" /out:"Debug-SDL/darkplaces-sdl-debug.exe" /pdbtype:sept /libpath:"SDL/lib"
 # SUBTRACT LINK32 /pdb:none
 
-!ENDIF
+!ENDIF 
 
 # Begin Target
 
@@ -238,6 +238,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\libcurl.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\mathlib.c
 # End Source File
 # Begin Source File
@@ -530,6 +534,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\libcurl.h
+# End Source File
+# Begin Source File
+
 SOURCE=.\mathlib.h
 # End Source File
 # Begin Source File
Index: darkplaces/darkplaces.dsp
diff -u darkplaces/darkplaces.dsp:1.61 darkplaces/darkplaces.dsp:1.62
--- darkplaces/darkplaces.dsp:1.61	Sun Jun 11 09:50:25 2006
+++ darkplaces/darkplaces.dsp	Sun Jun 11 23:38:04 2006
@@ -7,19 +7,19 @@
 CFG=darkplaces - Win32 Debug
 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
 !MESSAGE use the Export Makefile command and run
-!MESSAGE
+!MESSAGE 
 !MESSAGE NMAKE /f "darkplaces.mak".
-!MESSAGE
+!MESSAGE 
 !MESSAGE You can specify a configuration when running NMAKE
 !MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
+!MESSAGE 
 !MESSAGE NMAKE /f "darkplaces.mak" CFG="darkplaces - Win32 Debug"
-!MESSAGE
+!MESSAGE 
 !MESSAGE Possible choices for configuration are:
-!MESSAGE
+!MESSAGE 
 !MESSAGE "darkplaces - Win32 Release" (based on "Win32 (x86) Application")
 !MESSAGE "darkplaces - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE
+!MESSAGE 
 
 # Begin Project
 # PROP AllowPerConfigDependencies 0
@@ -83,7 +83,7 @@
 # ADD LINK32 user32.lib gdi32.lib opengl32.lib wsock32.lib winmm.lib comctl32.lib dxguid.lib /nologo /subsystem:windows /debug /machine:I386 /out:"Debug/darkplaces-debug.exe" /pdbtype:sept
 # SUBTRACT LINK32 /nodefaultlib
 
-!ENDIF
+!ENDIF 
 
 # Begin Target
 
@@ -242,6 +242,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\libcurl.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\mathlib.c
 # End Source File
 # Begin Source File
@@ -542,6 +546,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\libcurl.h
+# End Source File
+# Begin Source File
+
 SOURCE=.\mathlib.h
 # End Source File
 # Begin Source File


More information about the twilight-commits mailing list