X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=darkplaces-sdl.dsp;h=36d16408e757cb23462594c888983e1a62e1fecd;hp=aa756dc2d37a034eb35d9de715ed2e8bba80da1c;hb=9ea9da65c8c9c7add8a01c0c488158691115847e;hpb=a412759eb37bab61dbc9f208713eb669ff40290d diff --git a/darkplaces-sdl.dsp b/darkplaces-sdl.dsp index aa756dc2..36d16408 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 @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /Ox /Ot /Og /Oi /Op /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /Ox /Ot /Og /Oi /Op /I "SDL/include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x40c /d "NDEBUG" @@ -53,7 +53,7 @@ BSC32=bscmake.exe # 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 user32.lib gdi32.lib opengl32.lib wsock32.lib winmm.lib comctl32.lib dxguid.lib sdl.lib sdlmain.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 user32.lib gdi32.lib opengl32.lib wsock32.lib winmm.lib comctl32.lib dxguid.lib sdl.lib sdlmain.lib /nologo /subsystem:console /machine:I386 /libpath:"SDL/lib" # SUBTRACT LINK32 /pdb:none !ELSEIF "$(CFG)" == "sdl - Win32 Debug" @@ -70,7 +70,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "SDL/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x40c /d "_DEBUG" @@ -80,10 +80,10 @@ BSC32=bscmake.exe # 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 user32.lib gdi32.lib opengl32.lib wsock32.lib winmm.lib comctl32.lib dxguid.lib sdl.lib sdlmain.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug-SDL/darkplaces-sdl-debug.exe" /pdbtype:sept +# 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 @@ -146,6 +146,10 @@ SOURCE=.\cl_video.c # End Source File # Begin Source File +SOURCE=.\clvm_cmds.c +# End Source File +# Begin Source File + SOURCE=.\cmd.c # End Source File # Begin Source File @@ -162,6 +166,10 @@ SOURCE=.\console.c # End Source File # Begin Source File +SOURCE=.\csprogs.c +# End Source File +# Begin Source File + SOURCE=.\curves.c # End Source File # Begin Source File @@ -222,6 +230,10 @@ SOURCE=.\image.c # End Source File # Begin Source File +SOURCE=.\image_png.c +# End Source File +# Begin Source File + SOURCE=.\jpeg.c # End Source File # Begin Source File @@ -242,6 +254,10 @@ SOURCE=.\matrixlib.c # End Source File # Begin Source File +SOURCE=.\mdfour.c +# End Source File +# Begin Source File + SOURCE=.\menu.c # End Source File # Begin Source File @@ -418,6 +434,10 @@ SOURCE=.\world.c # End Source File # Begin Source File +SOURCE=.\world_cs.c +# End Source File +# Begin Source File + SOURCE=.\zone.c # End Source File # End Group @@ -478,6 +498,10 @@ SOURCE=.\common.h # End Source File # Begin Source File +SOURCE=.\conproc.h +# End Source File +# Begin Source File + SOURCE=.\console.h # End Source File # Begin Source File @@ -542,6 +566,10 @@ SOURCE=.\matrixlib.h # End Source File # Begin Source File +SOURCE=.\mdfour.h +# End Source File +# Begin Source File + SOURCE=.\menu.h # End Source File # Begin Source File @@ -558,6 +586,14 @@ SOURCE=.\model_brush.h # End Source File # Begin Source File +SOURCE=.\model_dpmodel.h +# End Source File +# Begin Source File + +SOURCE=.\model_psk.h +# End Source File +# Begin Source File + SOURCE=.\model_shared.h # End Source File # Begin Source File @@ -658,6 +694,10 @@ SOURCE=.\render.h # End Source File # Begin Source File +SOURCE=.\resource.h +# End Source File +# Begin Source File + SOURCE=.\sbar.h # End Source File # Begin Source File