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.

456 lines
14 KiB

  1. # Microsoft Developer Studio Project File - Name="FileSystem_Stdio" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=FileSystem_Stdio - Win32 Debug STEAM
  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 "filesystem_stdio.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 "filesystem_stdio.mak" CFG="FileSystem_Stdio - Win32 Debug STEAM"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "FileSystem_Stdio - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "FileSystem_Stdio - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "FileSystem_Stdio - Win32 Debug STEAM" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "FileSystem_Stdio - Win32 Release STEAM" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""$/Src/FileSystem/FileSystem_Stdio", EJPDAAAA"
  26. # PROP Scc_LocalPath "."
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "FileSystem_Stdio - Win32 Release"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 0
  33. # PROP BASE Output_Dir "Release"
  34. # PROP BASE Intermediate_Dir "Release"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "Release"
  39. # PROP Intermediate_Dir "Release"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILESYSTEM_STDIO_EXPORTS" /YX /FD /c
  43. # ADD CPP /nologo /W4 /Zi /O2 /I "..\..\public" /I "..\..\common" /D "NDEBUG" /D "_WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILESYSTEM_STDIO_EXPORTS" /D "DONT_PROTECT_FILEIO_FUNCTIONS" /D "PROTECTED_THINGS_ENABLE" /FD /c
  44. # SUBTRACT CPP /Fr /YX
  45. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  46. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  47. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  48. # ADD RSC /l 0x409 /d "NDEBUG"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # ADD BSC32 /nologo
  52. LINK32=link.exe
  53. # 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 /dll /machine:I386
  54. # ADD LINK32 user32.lib /nologo /dll /map /debug /machine:I386 /libpath:"..\..\lib\public" /libpath:"..\..\lib\common"
  55. # Begin Custom Build
  56. TargetPath=.\Release\filesystem_stdio.dll
  57. InputPath=.\Release\filesystem_stdio.dll
  58. SOURCE="$(InputPath)"
  59. "..\..\..\bin\FileSystem_Stdio.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  60. if exist ..\..\..\bin\FileSystem_Stdio.dll attrib -r ..\..\..\bin\FileSystem_Stdio.dll
  61. if exist $(TargetPath) copy $(TargetPath) ..\..\..\bin\FileSystem_Stdio.dll
  62. # End Custom Build
  63. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug"
  64. # PROP BASE Use_MFC 0
  65. # PROP BASE Use_Debug_Libraries 1
  66. # PROP BASE Output_Dir "Debug"
  67. # PROP BASE Intermediate_Dir "Debug"
  68. # PROP BASE Target_Dir ""
  69. # PROP Use_MFC 0
  70. # PROP Use_Debug_Libraries 1
  71. # PROP Output_Dir "Debug"
  72. # PROP Intermediate_Dir "Debug"
  73. # PROP Ignore_Export_Lib 0
  74. # PROP Target_Dir ""
  75. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILESYSTEM_STDIO_EXPORTS" /YX /FD /GZ /c
  76. # ADD CPP /nologo /W4 /Gm /ZI /Od /I "..\..\public" /I "..\..\common" /D "_DEBUG" /D "_WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILESYSTEM_STDIO_EXPORTS" /D "DONT_PROTECT_FILEIO_FUNCTIONS" /D "PROTECTED_THINGS_ENABLE" /FR /FD /GZ /c
  77. # SUBTRACT CPP /YX
  78. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  79. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  80. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  81. # ADD RSC /l 0x409 /d "_DEBUG"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. LINK32=link.exe
  86. # 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 /dll /debug /machine:I386 /pdbtype:sept
  87. # ADD LINK32 user32.lib /nologo /dll /map /debug /machine:I386 /pdbtype:sept /libpath:"..\..\lib\public" /libpath:"..\..\lib\common"
  88. # Begin Custom Build
  89. TargetPath=.\Debug\filesystem_stdio.dll
  90. InputPath=.\Debug\filesystem_stdio.dll
  91. SOURCE="$(InputPath)"
  92. "..\..\..\bin\FileSystem_Stdio.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  93. if exist ..\..\..\bin\FileSystem_Stdio.dll attrib -r ..\..\..\bin\FileSystem_Stdio.dll
  94. if exist $(TargetPath) copy $(TargetPath) ..\..\..\bin\FileSystem_Stdio.dll
  95. # End Custom Build
  96. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug STEAM"
  97. # PROP BASE Use_MFC 0
  98. # PROP BASE Use_Debug_Libraries 1
  99. # PROP BASE Output_Dir "FileSystem_Stdio___Win32_Debug_STEAM"
  100. # PROP BASE Intermediate_Dir "FileSystem_Stdio___Win32_Debug_STEAM"
  101. # PROP BASE Ignore_Export_Lib 0
  102. # PROP BASE Target_Dir ""
  103. # PROP Use_MFC 0
  104. # PROP Use_Debug_Libraries 1
  105. # PROP Output_Dir "Debug_STEAM"
  106. # PROP Intermediate_Dir "Debug_STEAM"
  107. # PROP Ignore_Export_Lib 0
  108. # PROP Target_Dir ""
  109. # ADD BASE CPP /nologo /W4 /Gm /ZI /Od /I "..\..\public" /I "..\..\common" /D "_DEBUG" /D "_WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILESYSTEM_STDIO_EXPORTS" /D "DONT_PROTECT_FILEIO_FUNCTIONS" /FR /FD /GZ /c
  110. # SUBTRACT BASE CPP /YX
  111. # ADD CPP /nologo /W4 /Gm /ZI /Od /I "..\..\public" /I "..\..\common" /D "_DEBUG" /D "_WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILESYSTEM_STDIO_EXPORTS" /D "DONT_PROTECT_FILEIO_FUNCTIONS" /D "PROTECTED_THINGS_ENABLE" /FR /FD /GZ /c
  112. # SUBTRACT CPP /YX
  113. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  114. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  115. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  116. # ADD RSC /l 0x409 /d "_DEBUG"
  117. BSC32=bscmake.exe
  118. # ADD BASE BSC32 /nologo
  119. # ADD BSC32 /nologo
  120. LINK32=link.exe
  121. # ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\lib\public" /libpath:"..\..\lib\common"
  122. # ADD LINK32 user32.lib /nologo /dll /map /debug /machine:I386 /out:"Debug_STEAM/filesystem_steam.dll" /pdbtype:sept /libpath:"..\..\lib\public" /libpath:"..\..\lib\common"
  123. # Begin Custom Build
  124. TargetPath=.\Debug_STEAM\filesystem_steam.dll
  125. InputPath=.\Debug_STEAM\filesystem_steam.dll
  126. SOURCE="$(InputPath)"
  127. "..\..\..\bin\FileSystem_Steam.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  128. if exist ..\..\..\bin\FileSystem_Steam.dll attrib -r ..\..\..\bin\FileSystem_Steam.dll
  129. if exist $(TargetPath) copy $(TargetPath) ..\..\..\bin\FileSystem_Steam.dll
  130. # End Custom Build
  131. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Release STEAM"
  132. # PROP BASE Use_MFC 0
  133. # PROP BASE Use_Debug_Libraries 0
  134. # PROP BASE Output_Dir "FileSystem_Stdio___Win32_Release_STEAM"
  135. # PROP BASE Intermediate_Dir "FileSystem_Stdio___Win32_Release_STEAM"
  136. # PROP BASE Ignore_Export_Lib 0
  137. # PROP BASE Target_Dir ""
  138. # PROP Use_MFC 0
  139. # PROP Use_Debug_Libraries 0
  140. # PROP Output_Dir "Release_STEAM"
  141. # PROP Intermediate_Dir "Release_STEAM"
  142. # PROP Ignore_Export_Lib 0
  143. # PROP Target_Dir ""
  144. # ADD BASE CPP /nologo /W4 /Zi /O2 /I "..\..\public" /I "..\..\common" /D "NDEBUG" /D "_WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILESYSTEM_STDIO_EXPORTS" /D "DONT_PROTECT_FILEIO_FUNCTIONS" /FD /c
  145. # SUBTRACT BASE CPP /Fr /YX
  146. # ADD CPP /nologo /W4 /Zi /O2 /I "..\..\public" /I "..\..\common" /D "NDEBUG" /D "_WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILESYSTEM_STDIO_EXPORTS" /D "DONT_PROTECT_FILEIO_FUNCTIONS" /D "PROTECTED_THINGS_ENABLE" /FD /c
  147. # SUBTRACT CPP /Fr /YX
  148. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  149. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  150. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  151. # ADD RSC /l 0x409 /d "NDEBUG"
  152. BSC32=bscmake.exe
  153. # ADD BASE BSC32 /nologo
  154. # ADD BSC32 /nologo
  155. LINK32=link.exe
  156. # ADD BASE LINK32 /nologo /dll /map /debug /machine:I386 /libpath:"..\..\lib\public" /libpath:"..\..\lib\common"
  157. # ADD LINK32 user32.lib /nologo /dll /map /debug /machine:I386 /out:"Release_STEAM/filesystem_steam.dll" /libpath:"..\..\lib\public" /libpath:"..\..\lib\common"
  158. # Begin Custom Build
  159. TargetPath=.\Release_STEAM\filesystem_steam.dll
  160. InputPath=.\Release_STEAM\filesystem_steam.dll
  161. SOURCE="$(InputPath)"
  162. "..\..\..\bin\FileSystem_Steam.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  163. if exist ..\..\..\bin\FileSystem_Steam.dll attrib -r ..\..\..\bin\FileSystem_Steam.dll
  164. if exist $(TargetPath) copy $(TargetPath) ..\..\..\bin\FileSystem_Steam.dll
  165. # End Custom Build
  166. !ENDIF
  167. # Begin Target
  168. # Name "FileSystem_Stdio - Win32 Release"
  169. # Name "FileSystem_Stdio - Win32 Debug"
  170. # Name "FileSystem_Stdio - Win32 Debug STEAM"
  171. # Name "FileSystem_Stdio - Win32 Release STEAM"
  172. # Begin Group "Source Files"
  173. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  174. # Begin Source File
  175. SOURCE=.\BaseFileSystem.cpp
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=..\..\Public\characterset.cpp
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\FileSystem_Stdio.cpp
  182. !IF "$(CFG)" == "FileSystem_Stdio - Win32 Release"
  183. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug"
  184. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug STEAM"
  185. # PROP Exclude_From_Build 1
  186. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Release STEAM"
  187. # PROP Exclude_From_Build 1
  188. !ENDIF
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\filesystem_steam.cpp
  192. !IF "$(CFG)" == "FileSystem_Stdio - Win32 Release"
  193. # PROP Exclude_From_Build 1
  194. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug"
  195. # PROP Exclude_From_Build 1
  196. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug STEAM"
  197. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Release STEAM"
  198. !ENDIF
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=..\..\Public\interface.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=..\..\public\tier0\memoverride.cpp
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=..\..\common\Steam.c
  208. !IF "$(CFG)" == "FileSystem_Stdio - Win32 Release"
  209. # PROP Exclude_From_Build 1
  210. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug"
  211. # PROP Exclude_From_Build 1
  212. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug STEAM"
  213. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Release STEAM"
  214. !ENDIF
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=..\..\Public\utlsymbol.cpp
  218. # End Source File
  219. # End Group
  220. # Begin Group "Header Files"
  221. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  222. # Begin Source File
  223. SOURCE=.\BaseFileSystem.h
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=..\..\Public\basetypes.h
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=..\..\Public\BSPFILE.H
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=..\..\Public\bspflags.h
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=..\..\Public\bumpvects.h
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=..\..\Public\characterset.h
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=..\..\public\tier0\dbg.h
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=..\..\public\tier0\fasttimer.h
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=..\..\Public\FileSystem.h
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=..\..\public\appframework\IAppSystem.h
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=..\..\Public\interface.h
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=..\..\Public\MATHLIB.H
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=..\..\public\tier0\platform.h
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=..\..\common\Steam.h
  263. !IF "$(CFG)" == "FileSystem_Stdio - Win32 Release"
  264. # PROP Exclude_From_Build 1
  265. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug"
  266. # PROP Exclude_From_Build 1
  267. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug STEAM"
  268. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Release STEAM"
  269. !ENDIF
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=..\..\common\SteamCommon.h
  273. !IF "$(CFG)" == "FileSystem_Stdio - Win32 Release"
  274. # PROP Exclude_From_Build 1
  275. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug"
  276. # PROP Exclude_From_Build 1
  277. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug STEAM"
  278. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Release STEAM"
  279. !ENDIF
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=..\..\common\Steamlib.h
  283. !IF "$(CFG)" == "FileSystem_Stdio - Win32 Release"
  284. # PROP Exclude_From_Build 1
  285. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug"
  286. # PROP Exclude_From_Build 1
  287. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug STEAM"
  288. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Release STEAM"
  289. !ENDIF
  290. # End Source File
  291. # Begin Source File
  292. SOURCE=..\..\public\vstdlib\strtools.h
  293. # End Source File
  294. # Begin Source File
  295. SOURCE=..\..\Public\UtlMemory.h
  296. # End Source File
  297. # Begin Source File
  298. SOURCE=..\..\Public\utlrbtree.h
  299. # End Source File
  300. # Begin Source File
  301. SOURCE=..\..\Public\utlsymbol.h
  302. # End Source File
  303. # Begin Source File
  304. SOURCE=..\..\Public\UtlVector.h
  305. # End Source File
  306. # Begin Source File
  307. SOURCE=..\..\Public\vector.h
  308. # End Source File
  309. # Begin Source File
  310. SOURCE=..\..\Public\vector2d.h
  311. # End Source File
  312. # Begin Source File
  313. SOURCE=..\..\Public\vector4d.h
  314. # End Source File
  315. # Begin Source File
  316. SOURCE=..\..\public\vstdlib\vstdlib.h
  317. # End Source File
  318. # End Group
  319. # Begin Group "Resource Files"
  320. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  321. # End Group
  322. # Begin Source File
  323. SOURCE=..\..\lib\public\vstdlib.lib
  324. # End Source File
  325. # Begin Source File
  326. SOURCE=..\..\lib\public\tier0.lib
  327. # End Source File
  328. # Begin Source File
  329. SOURCE=..\..\lib\common\Steam.lib
  330. !IF "$(CFG)" == "FileSystem_Stdio - Win32 Release"
  331. # PROP Exclude_From_Build 1
  332. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug"
  333. # PROP Exclude_From_Build 1
  334. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Debug STEAM"
  335. !ELSEIF "$(CFG)" == "FileSystem_Stdio - Win32 Release STEAM"
  336. !ENDIF
  337. # End Source File
  338. # End Target
  339. # End Project