Leaked source code of windows server 2003
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.

243 lines
7.5 KiB

  1. # Microsoft Developer Studio Project File - Name="TBScript" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=TBScript - Win32 Debug
  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 "TBScript.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 "TBScript.mak" CFG="TBScript - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "TBScript - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "TBScript - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "TBScript - Win32 Release with Symbols" (based on "Win32 (x86) Console Application")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "TBScript - 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 "_CONSOLE" /D "_MBCS" /YX /FD /c
  41. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  42. # SUBTRACT CPP /Fr
  43. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  44. # ADD RSC /l 0x409 /d "NDEBUG"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # 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 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:console /machine:I386
  50. # ADD LINK32 tclient2.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 /nologo /subsystem:console /machine:I386
  51. !ELSEIF "$(CFG)" == "TBScript - Win32 Debug"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 1
  54. # PROP BASE Output_Dir "Debug"
  55. # PROP BASE Intermediate_Dir "Debug"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir "Debug"
  60. # PROP Intermediate_Dir "Debug"
  61. # PROP Ignore_Export_Lib 0
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  64. # ADD CPP /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c
  65. # SUBTRACT CPP /nologo
  66. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  67. # ADD RSC /l 0x409 /d "_DEBUG"
  68. BSC32=bscmake.exe
  69. # ADD BASE BSC32 /nologo
  70. # ADD BSC32 /nologo
  71. LINK32=link.exe
  72. # 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 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:console /debug /machine:I386 /pdbtype:sept
  73. # ADD LINK32 tclient2.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 /subsystem:console /debug /machine:I386 /pdbtype:sept
  74. # SUBTRACT LINK32 /nologo
  75. !ELSEIF "$(CFG)" == "TBScript - Win32 Release with Symbols"
  76. # PROP BASE Use_MFC 0
  77. # PROP BASE Use_Debug_Libraries 0
  78. # PROP BASE Output_Dir "TBScript___Win32_Release_with_Symbols"
  79. # PROP BASE Intermediate_Dir "TBScript___Win32_Release_with_Symbols"
  80. # PROP BASE Ignore_Export_Lib 0
  81. # PROP BASE Target_Dir ""
  82. # PROP Use_MFC 0
  83. # PROP Use_Debug_Libraries 0
  84. # PROP Output_Dir "Release with Symbols"
  85. # PROP Intermediate_Dir "Release with Symbols"
  86. # PROP Ignore_Export_Lib 0
  87. # PROP Target_Dir ""
  88. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  89. # SUBTRACT BASE CPP /Fr
  90. # ADD CPP /nologo /W3 /GX /O2 /I "..\tclient2" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  91. # SUBTRACT CPP /Fr
  92. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  93. # ADD RSC /l 0x409 /d "NDEBUG"
  94. BSC32=bscmake.exe
  95. # ADD BASE BSC32 /nologo
  96. # ADD BSC32 /nologo
  97. LINK32=link.exe
  98. # ADD BASE LINK32 tclient2.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 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:console /machine:I386
  99. # ADD LINK32 tclient2.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 /subsystem:console /debug /machine:I386
  100. # SUBTRACT LINK32 /nologo
  101. !ENDIF
  102. # Begin Target
  103. # Name "TBScript - Win32 Release"
  104. # Name "TBScript - Win32 Debug"
  105. # Name "TBScript - Win32 Release with Symbols"
  106. # Begin Source File
  107. SOURCE=.\CActiveScriptEngine.cpp
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\CActiveScriptEngine.h
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\CTBGlobal.cpp
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\CTBGlobal.h
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\CTBShell.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\CTBShell.h
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\ITBScript.h
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\ITBScript.idl
  129. !IF "$(CFG)" == "TBScript - Win32 Release"
  130. # Begin Custom Build
  131. InputPath=.\ITBScript.idl
  132. BuildCmds= \
  133. midl /h ITBScript.h ITBScript.idl
  134. "ITBScript.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  135. $(BuildCmds)
  136. "ITBScript.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  137. $(BuildCmds)
  138. # End Custom Build
  139. !ELSEIF "$(CFG)" == "TBScript - Win32 Debug"
  140. # Begin Custom Build
  141. InputPath=.\ITBScript.idl
  142. BuildCmds= \
  143. midl /h ITBScript.h ITBScript.idl
  144. "ITBScript.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  145. $(BuildCmds)
  146. "ITBScript.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  147. $(BuildCmds)
  148. # End Custom Build
  149. !ELSEIF "$(CFG)" == "TBScript - Win32 Release with Symbols"
  150. # Begin Custom Build
  151. InputPath=.\ITBScript.idl
  152. BuildCmds= \
  153. midl /h ITBScript.h ITBScript.idl
  154. "ITBScript.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  155. $(BuildCmds)
  156. "ITBScript.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  157. $(BuildCmds)
  158. # End Custom Build
  159. !ENDIF
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\ITBScript.tlb
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\ITBScript_i.c
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\main.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\resource.h
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\resource.rc
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\scpapi.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\tbscript.cpp
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\tbscript.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=..\TClient2\tclient2.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\virtual.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\virtualdefs.h
  193. # End Source File
  194. # End Target
  195. # End Project