From df10b2a4424296ab35f2826cc67ac4257655c02a Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 14 Feb 2015 02:58:11 +0100 Subject: include a modern, working MSVC solution WRONG ! this is possibly outdated by now; also, it isn't complete --- msvc/tremulous/tremulous.vcxproj | 166 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 msvc/tremulous/tremulous.vcxproj (limited to 'msvc/tremulous') diff --git a/msvc/tremulous/tremulous.vcxproj b/msvc/tremulous/tremulous.vcxproj new file mode 100644 index 00000000..1f2a4da2 --- /dev/null +++ b/msvc/tremulous/tremulous.vcxproj @@ -0,0 +1,166 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {D7190C67-0A8E-359A-E020-4A57E2FF5C7F} + Win32Proj + tremulous + + + + Application + true + v120 + NotSet + + + Application + false + v120 + true + NotSet + + + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;USE_VOIP;USE_CODEC_OPUS;%(PreprocessorDefinitions) + true + 4996 + + + Console + true + opengl32.lib;SDL2.lib;SDL2main.lib;ws2_32.lib;winmm.lib;user32.lib;advapi32.lib + msvcrt.lib + false + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;USE_VOIP;USE_CODEC_OPUS;%(PreprocessorDefinitions) + true + 4996 + + + Console + true + opengl32.lib;SDL2.lib;SDL2main.lib;ws2_32.lib;winmm.lib;user32.lib;advapi32.lib + true + true + false + msvcrt.lib + + + + + Document + Assembling... + ml -c -Zi "-Fl$(IntDir)%(FileName).lst" "-Fo$(IntDir)%(FileName).obj" "%(FullPath)" + $(IntDir)%(FileName).obj;%(Outputs) + + + Document + Assembling... + ml -c -Zi "-Fl$(IntDir)%(FileName).lst" "-Fo$(IntDir)%(FileName).obj" "%(FullPath)" + $(IntDir)%(FileName).obj;%(Outputs) + + + + + $(IntDir)dep\jpeg\ + + + $(IntDir)dep\jpeg\ + + + $(IntDir)dep\minizip\ + + + $(IntDir)client\ + + + $(IntDir)qcommon\ + + + $(IntDir)qcommon\ + + + $(IntDir)renderercommon\ + + + $(IntDir)renderergl1\ + + + $(IntDir)sdl\ + + + $(IntDir)server\ + + + $(IntDir)sys\ + + + $(IntDir)zlib\ + + + $(IntDir)ogg\ + + + $(IntDir)opus\ + HAVE_CONFIG_H;%(PreprocessorDefinitions) + ..\..\dep\opus\include;..\..\dep\opus\celt;..\..\dep\opus\silk;..\..\dep\opus\silk\float;..\..\dep\opus\win32;%(AdditionalIncludeDirectories) + + + $(IntDir)opusfile\ + + + $(IntDir)speex\ + HAVE_CONFIG_H;%(PreprocessorDefinitions) + ..\..\dep\speex\win32;%(AdditionalIncludeDirectories) + + + $(IntDir)speexdsp\ + HAVE_CONFIG_H;%(PreprocessorDefinitions) + ..\..\dep\speexdsp\win32;%(AdditionalIncludeDirectories) + + + + + + \ No newline at end of file -- cgit