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/tremded/tremded.vcxproj | 130 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 msvc/tremded/tremded.vcxproj (limited to 'msvc/tremded') diff --git a/msvc/tremded/tremded.vcxproj b/msvc/tremded/tremded.vcxproj new file mode 100644 index 00000000..b82e480d --- /dev/null +++ b/msvc/tremded/tremded.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {0F0DAE63-3D01-5E9F-3CEE-4B2F5C86E40D} + Win32Proj + tremded + + + + Application + true + v120 + NotSet + + + Application + false + v120 + true + NotSet + + + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;DEDICATED;USE_VOIP;%(PreprocessorDefinitions) + true + 4996 + + + Console + true + ws2_32.lib;winmm.lib;user32.lib;advapi32.lib + false + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;DEDICATED;USE_VOIP;%(PreprocessorDefinitions) + true + 4996 + + + Console + true + ws2_32.lib;winmm.lib;user32.lib;advapi32.lib + true + true + false + + + + + Document + Assembling... + ml -c -Zi "-Fl$(IntDir)%(FileName).lst" "-Fo$(IntDir)%(FileName).obj" "%(FullPath)" + $(IntDir)%(FileName).obj;%(Outputs) + ml -c -Zi "-Fl$(IntDir)%(FileName).lst" "-Fo$(IntDir)%(FileName).obj" "%(FullPath)" + + + Document + Assembling... + ml -c -Zi "-Fl$(IntDir)%(FileName).lst" "-Fo$(IntDir)%(FileName).obj" "%(FullPath)" + $(IntDir)%(FileName).obj;%(Outputs) + ml -c -Zi "-Fl$(IntDir)%(FileName).lst" "-Fo$(IntDir)%(FileName).obj" "%(FullPath)" + + + + + $(IntDir)dep\minizip\ + + + $(IntDir)null\ + + + $(IntDir)qcommon\ + + + $(IntDir)qcommon\ + + + $(IntDir)server\ + + + $(IntDir)sys\ + + + $(IntDir)zlib\ + + + + + + \ No newline at end of file -- cgit