Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

395 lines
9.8 KiB

  1. # Microsoft Developer Studio Project File - Name="Dedicated" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=Dedicated - Win32 Release
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "dedicated.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "dedicated.mak" CFG="Dedicated - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "Dedicated - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "Dedicated - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/Src/dedicated", DJEBAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "Dedicated - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir ".\Release"
  32. # PROP BASE Intermediate_Dir ".\Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir ".\Release"
  37. # PROP Intermediate_Dir ".\Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  41. # ADD CPP /nologo /G6 /MT /W4 /GR /GX /Zi /O2 /I "." /I "..\public" /I "..\public\tier1" /I "..\engine" /I "..\common" /D "_WIN32" /D "NDEBUG" /D "_WINDOWS" /D "DEDICATED" /D "LAUNCHERONLY" /YX /FD /c
  42. # SUBTRACT CPP /Fr
  43. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  46. # ADD RSC /l 0x409 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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
  52. # ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib /nologo /subsystem:windows /dll /map /debug /machine:I386 /libpath:"..\lib\common" /libpath:"..\lib\public"
  53. # SUBTRACT LINK32 /pdb:none
  54. # Begin Custom Build - Copying to root
  55. TargetDir=.\Release
  56. TargetPath=.\Release\dedicated.dll
  57. InputPath=.\Release\dedicated.dll
  58. SOURCE="$(InputPath)"
  59. BuildCmds= \
  60. if exist ..\..\game\bin\dedicated.dll attrib -r ..\..\game\bin\dedicated.dll \
  61. copy $(TargetPath) ..\..\game\bin\dedicated.dll \
  62. if exist $(TargetDir)\dedicated.map copy $(TargetDir)\dedicated.map ..\..\game\bin\dedicated.map \
  63. if exist ..\..\game\bin\dedicated.pdb attrib -r ..\..\game\bin\dedicated.pdb \
  64. copy $(TargetDir)\dedicated.pdb ..\..\game\bin\dedicated.pdb \
  65. "..\..\game\bin\dedicated.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  66. $(BuildCmds)
  67. "..\..\game\bin\dedicated.pdb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  68. $(BuildCmds)
  69. # End Custom Build
  70. !ELSEIF "$(CFG)" == "Dedicated - Win32 Debug"
  71. # PROP BASE Use_MFC 0
  72. # PROP BASE Use_Debug_Libraries 1
  73. # PROP BASE Output_Dir ".\Debug"
  74. # PROP BASE Intermediate_Dir ".\Debug"
  75. # PROP BASE Target_Dir ""
  76. # PROP Use_MFC 0
  77. # PROP Use_Debug_Libraries 1
  78. # PROP Output_Dir ".\Debug"
  79. # PROP Intermediate_Dir ".\Debug"
  80. # PROP Ignore_Export_Lib 0
  81. # PROP Target_Dir ""
  82. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  83. # ADD CPP /nologo /G6 /MTd /W4 /Gm /GR /GX /ZI /Od /I "." /I "..\public" /I "..\public\tier1" /I "..\engine" /I "..\common" /D "_WIN32" /D "_DEBUG" /D "_WINDOWS" /D "DEDICATED" /D "LAUNCHERONLY" /FR /YX /FD /c
  84. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  85. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  86. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  87. # ADD RSC /l 0x409 /d "_DEBUG"
  88. BSC32=bscmake.exe
  89. # ADD BASE BSC32 /nologo
  90. # ADD BSC32 /nologo
  91. LINK32=link.exe
  92. # 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
  93. # ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\lib\common" /libpath:"..\lib\public"
  94. # SUBTRACT LINK32 /pdb:none
  95. # Begin Custom Build
  96. TargetDir=.\Debug
  97. TargetPath=.\Debug\dedicated.dll
  98. InputPath=.\Debug\dedicated.dll
  99. SOURCE="$(InputPath)"
  100. "..\..\game\bin\dedicated.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  101. if exist ..\..\game\bin\dedicated.dll attrib -r ..\..\game\bin\dedicated.dll
  102. copy $(TargetPath) ..\..\game\bin\dedicated.dll
  103. if exist $(TargetDir)\dedicated.map copy $(TargetDir)\dedicated.map ..\..\game\bin\dedicated.map
  104. # End Custom Build
  105. !ENDIF
  106. # Begin Target
  107. # Name "Dedicated - Win32 Release"
  108. # Name "Dedicated - Win32 Debug"
  109. # Begin Group "Source Files"
  110. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
  111. # Begin Group "Console"
  112. # PROP Default_Filter ""
  113. # Begin Source File
  114. SOURCE=.\console\conproc.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\console\textconsole.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\console\TextConsoleWin32.cpp
  121. # End Source File
  122. # End Group
  123. # Begin Group "VGUI"
  124. # PROP Default_Filter ""
  125. # Begin Source File
  126. SOURCE=.\vgui\CreateMultiplayerGameServerPage.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\vgui\MainPanel.cpp
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\vgui\vguihelpers.cpp
  133. # End Source File
  134. # End Group
  135. # Begin Group "FileSystem"
  136. # PROP Default_Filter ""
  137. # Begin Source File
  138. SOURCE=..\filesystem\filesystem_stdio\BaseFileSystem.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=..\filesystem\filesystem_stdio\filesystem_stdio.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=..\filesystem\filesystem_stdio\filesystem_steam.cpp
  145. # End Source File
  146. # End Group
  147. # Begin Source File
  148. SOURCE=.\dedicated.rc
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\filesystem.cpp
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=..\tier1\interface.cpp
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=..\Public\Mathlib.cpp
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=..\public\tier0\memoverride.cpp
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=..\common\netapi.cpp
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=..\common\SteamAppStartup.cpp
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\sys_common.cpp
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\sys_ded.cpp
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\sys_linux.cpp
  176. # PROP Exclude_From_Build 1
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\sys_windows.cpp
  180. # End Source File
  181. # End Group
  182. # Begin Group "Header Files"
  183. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  184. # Begin Group "Console Headers"
  185. # PROP Default_Filter ""
  186. # Begin Source File
  187. SOURCE=.\console\conproc.h
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=..\common\IObjectContainer.h
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.\console\ObjectList.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.\console\textconsole.h
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.\console\TextConsoleWin32.h
  200. # End Source File
  201. # End Group
  202. # Begin Group "VGUI Headers"
  203. # PROP Default_Filter ""
  204. # Begin Source File
  205. SOURCE=.\vgui\CreateMultiplayerGameServerPage.h
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=.\vgui\MainPanel.h
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=.\vgui\vguihelpers.h
  212. # End Source File
  213. # End Group
  214. # Begin Source File
  215. SOURCE=..\Public\basetypes.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=..\Public\commonmacros.h
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=..\public\tier0\dbg.h
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.\dedicated.h
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=..\public\engine_hlds_api.h
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=..\public\tier0\fasttimer.h
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=..\Public\FileSystem.h
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=..\common\IAdminServer.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=..\public\appframework\IAppSystem.h
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=..\public\vstdlib\ICommandLine.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=..\public\idedicatedexports.h
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.\ifilesystem.h
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=..\common\IManageServer.h
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=..\public\tier1\interface.h
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=.\isys.h
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=..\Public\MATHLIB.H
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=..\common\netapi.h
  264. # End Source File
  265. # Begin Source File
  266. SOURCE=..\public\tier0\platform.h
  267. # End Source File
  268. # Begin Source File
  269. SOURCE=..\public\protected_things.h
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=..\common\SteamAppStartup.h
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=..\public\string_t.h
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=..\public\vstdlib\strtools.h
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=..\public\tier0\vcr_shared.h
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=..\public\tier0\vcrmode.h
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=..\Public\vector.h
  288. # End Source File
  289. # Begin Source File
  290. SOURCE=..\Public\vector2d.h
  291. # End Source File
  292. # Begin Source File
  293. SOURCE=..\public\vstdlib\vstdlib.h
  294. # End Source File
  295. # End Group
  296. # Begin Source File
  297. SOURCE=..\lib\public\vstdlib.lib
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=..\lib\public\tier0.lib
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=..\lib\common\Steam.lib
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=..\lib\public\vgui_controls.lib
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=..\lib\public\appframework.lib
  310. # End Source File
  311. # End Target
  312. # End Project