From 21ff80c0d7250fce98a230d572157eb51f859975 Mon Sep 17 00:00:00 2001 From: sajt Date: Mon, 12 Jun 2006 03:38:04 +0000 Subject: [PATCH] Added libcurl.[ch] to MSVC project files git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6470 d7cf8633-e32d-0410-b094-e92efae38249 --- darkplaces-dedicated.dsp | 22 +++++++++++++++------- darkplaces-sdl.dsp | 22 +++++++++++++++------- darkplaces.dsp | 22 +++++++++++++++------- 3 files changed, 45 insertions(+), 21 deletions(-) diff --git a/darkplaces-dedicated.dsp b/darkplaces-dedicated.dsp index 7e92eaf8..0bfd0756 100644 --- a/darkplaces-dedicated.dsp +++ b/darkplaces-dedicated.dsp @@ -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 @@ LINK32=link.exe # 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 @@ SOURCE=.\lhnet.c # 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 @@ SOURCE=.\lhnet.h # End Source File # Begin Source File +SOURCE=.\libcurl.h +# End Source File +# Begin Source File + SOURCE=.\mathlib.h # End Source File # Begin Source File diff --git a/darkplaces-sdl.dsp b/darkplaces-sdl.dsp index 21397e9d..173a097c 100644 --- a/darkplaces-sdl.dsp +++ b/darkplaces-sdl.dsp @@ -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 @@ LINK32=link.exe # 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 @@ SOURCE=.\lhnet.c # 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 @@ SOURCE=.\lhnet.h # End Source File # Begin Source File +SOURCE=.\libcurl.h +# End Source File +# Begin Source File + SOURCE=.\mathlib.h # End Source File # Begin Source File diff --git a/darkplaces.dsp b/darkplaces.dsp index 4772a896..2e1ddcb9 100644 --- a/darkplaces.dsp +++ b/darkplaces.dsp @@ -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 @@ LINK32=link.exe # 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 @@ SOURCE=.\lhnet.c # 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 @@ SOURCE=.\lhnet.h # End Source File # Begin Source File +SOURCE=.\libcurl.h +# End Source File +# Begin Source File + SOURCE=.\mathlib.h # End Source File # Begin Source File -- 2.39.2