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.

216 lines
6.7 KiB

  1. # Microsoft Developer Studio Project File - Name="vstdlib" - 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=vstdlib - 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 "vstdlib.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 "vstdlib.mak" CFG="vstdlib - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "vstdlib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "vstdlib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName "vstdlib"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "vstdlib - 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 /G6 /W4 /Ox /Ot /Ow /Og /Oi /Op /Gf /Gy /I "..\common" /I "..\public" /I "..\public\tier1" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D fopen=dont_use_fopen /D "VSTDLIB_DLL_EXPORT" /D "_WIN32" /FD /c
  41. # ADD CPP /nologo /G6 /W4 /Z7 /Ox /Ot /Ow /Og /Oi /Op /Gf /Gy /I "..\common" /I "..\public" /I "..\public\tier1" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "VSTDLIB_DLL_EXPORT" /D "_WIN32" /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386 /libpath:"..\..\src\lib\common\\" /libpath:"..\..\src\lib\public\\"
  51. # ADD LINK32 /nologo /subsystem:windows /dll /map /debug /machine:I386 /libpath:"..\lib\common\\" /libpath:"..\lib\public\\"
  52. # Begin Custom Build - Publishing to target directory (..\..\game\bin\)...
  53. TargetDir=.\Release
  54. TargetPath=.\Release\vstdlib.dll
  55. InputPath=.\Release\vstdlib.dll
  56. SOURCE="$(InputPath)"
  57. BuildCmds= \
  58. if exist ..\..\game\bin\vstdlib.dll attrib -r ..\..\game\bin\vstdlib.dll \
  59. copy $(TargetPath) ..\..\game\bin\vstdlib.dll \
  60. if exist ..\..\game\bin\vstdlib.pdb attrib -r ..\..\game\bin\vstdlib.pdb \
  61. copy $(TargetDir)\vstdlib.pdb ..\..\game\bin \
  62. if exist $(TargetDir)\vstdlib.map copy $(TargetDir)\vstdlib.map ..\..\game\bin\vstdlib.map \
  63. if exist ..\lib\public\vstdlib.lib attrib -r ..\lib\public\vstdlib.lib \
  64. if exist $(TargetDir)\vstdlib.lib copy $(TargetDir)\vstdlib.lib ..\lib\public\vstdlib.lib \
  65. "..\..\game\bin\vstdlib.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  66. $(BuildCmds)
  67. "..\..\game\bin\vstdlib.pdb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  68. $(BuildCmds)
  69. "..\lib\public\vstdlib.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  70. $(BuildCmds)
  71. # End Custom Build
  72. !ELSEIF "$(CFG)" == "vstdlib - Win32 Debug"
  73. # PROP BASE Use_MFC 0
  74. # PROP BASE Use_Debug_Libraries 1
  75. # PROP BASE Output_Dir "Debug"
  76. # PROP BASE Intermediate_Dir "Debug"
  77. # PROP BASE Target_Dir ""
  78. # PROP Use_MFC 0
  79. # PROP Use_Debug_Libraries 1
  80. # PROP Output_Dir "Debug"
  81. # PROP Intermediate_Dir "Debug"
  82. # PROP Ignore_Export_Lib 0
  83. # PROP Target_Dir ""
  84. # ADD BASE CPP /nologo /G6 /W4 /Gm /ZI /Od /Op /I "..\common" /I "..\public" /I "..\public\tier1" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D fopen=dont_use_fopen /D "VSTDLIB_DLL_EXPORT" /D "_WIN32" /FR /FD /GZ /c
  85. # ADD CPP /nologo /G6 /W4 /Z7 /Od /Op /I "..\common" /I "..\public" /I "..\public\tier1" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "VSTDLIB_DLL_EXPORT" /D "_WIN32" /FR /FD /GZ /c
  86. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  87. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  88. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  89. # ADD RSC /l 0x409 /d "_DEBUG"
  90. BSC32=bscmake.exe
  91. # ADD BASE BSC32 /nologo
  92. # ADD BSC32 /nologo
  93. LINK32=link.exe
  94. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\src\lib\common\\" /libpath:"..\..\src\lib\public\\"
  95. # ADD LINK32 /nologo /subsystem:windows /dll /map /debug /machine:I386 /pdbtype:sept /libpath:"..\lib\common\\" /libpath:"..\lib\public\\"
  96. # Begin Custom Build - Publishing to target directory (..\..\game\bin\)...
  97. TargetDir=.\Debug
  98. TargetPath=.\Debug\vstdlib.dll
  99. InputPath=.\Debug\vstdlib.dll
  100. SOURCE="$(InputPath)"
  101. BuildCmds= \
  102. if exist ..\..\game\bin\vstdlib.dll attrib -r ..\..\game\bin\vstdlib.dll \
  103. copy $(TargetPath) ..\..\game\bin\vstdlib.dll \
  104. if exist $(TargetDir)\vstdlib.map copy $(TargetDir)\vstdlib.map ..\..\game\bin\vstdlib.map \
  105. if exist ..\lib\public\vstdlib.lib attrib -r ..\lib\public\vstdlib.lib \
  106. if exist $(TargetDir)\vstdlib.lib copy $(TargetDir)\vstdlib.lib ..\lib\public\vstdlib.lib \
  107. "..\..\game\bin\vstdlib.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  108. $(BuildCmds)
  109. "..\lib\public\vstdlib.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  110. $(BuildCmds)
  111. # End Custom Build
  112. !ENDIF
  113. # Begin Target
  114. # Name "vstdlib - Win32 Release"
  115. # Name "vstdlib - Win32 Debug"
  116. # Begin Group "Source Files"
  117. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  118. # Begin Source File
  119. SOURCE=.\commandline.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=..\tier1\convar.cpp
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\cvar.cpp
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=..\public\vstdlib\cvar.h
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=..\tier1\interface.cpp
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\KeyValuesSystem.cpp
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=..\public\tier0\memoverride.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=..\tier1\mempool.cpp
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\random.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\strtools.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=..\tier1\utlsymbol.cpp
  150. # End Source File
  151. # End Group
  152. # Begin Group "Header Files"
  153. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  154. # Begin Source File
  155. SOURCE=..\public\vstdlib\ICommandLine.h
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=..\public\vstdlib\IKeyValuesSystem.h
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=..\public\tier1\mempool.h
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=..\public\vstdlib\random.h
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=..\public\vstdlib\strtools.h
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=..\public\vstdlib\vstdlib.h
  171. # End Source File
  172. # End Group
  173. # Begin Source File
  174. SOURCE=..\lib\public\tier0.lib
  175. # End Source File
  176. # End Target
  177. # End Project