Source code of Windows XP (NT5)
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.

2094 lines
44 KiB

  1. # Microsoft Developer Studio Project File - Name="TSHOOT" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. # TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602
  6. CFG=TSHOOT - Win32 Alpha Debug
  7. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  8. !MESSAGE use the Export Makefile command and run
  9. !MESSAGE
  10. !MESSAGE NMAKE /f "Tshoot.mak".
  11. !MESSAGE
  12. !MESSAGE You can specify a configuration when running NMAKE
  13. !MESSAGE by defining the macro CFG on the command line. For example:
  14. !MESSAGE
  15. !MESSAGE NMAKE /f "Tshoot.mak" CFG="TSHOOT - Win32 Alpha Debug"
  16. !MESSAGE
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE
  19. !MESSAGE "TSHOOT - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "TSHOOT - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "TSHOOT - Win32 Unicode Debug" (based on\
  22. "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "TSHOOT - Win32 Unicode Release" (based on\
  24. "Win32 (x86) Dynamic-Link Library")
  25. !MESSAGE "TSHOOT - Win32 Profile" (based on "Win32 (x86) Dynamic-Link Library")
  26. !MESSAGE "TSHOOT - Win32 Alpha Unicode Debug" (based on\
  27. "Win32 (ALPHA) Dynamic-Link Library")
  28. !MESSAGE "TSHOOT - Win32 Alpha Unicode Release" (based on\
  29. "Win32 (ALPHA) Dynamic-Link Library")
  30. !MESSAGE "TSHOOT - Win32 Alpha Release" (based on\
  31. "Win32 (ALPHA) Dynamic-Link Library")
  32. !MESSAGE "TSHOOT - Win32 Alpha Debug" (based on\
  33. "Win32 (ALPHA) Dynamic-Link Library")
  34. !MESSAGE
  35. # Begin Project
  36. # PROP Scc_ProjName ""$/MSCode/TShootLocal", SYHAAAAA"
  37. # PROP Scc_LocalPath "."
  38. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  39. # PROP BASE Use_MFC 2
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir ".\Release"
  42. # PROP BASE Intermediate_Dir ".\Release"
  43. # PROP BASE Target_Ext "ocx"
  44. # PROP BASE Target_Dir ""
  45. # PROP Use_MFC 2
  46. # PROP Use_Debug_Libraries 0
  47. # PROP Output_Dir ".\Release"
  48. # PROP Intermediate_Dir ".\Release"
  49. # PROP Target_Ext "ocx"
  50. # PROP Ignore_Export_Lib 0
  51. # PROP Target_Dir ""
  52. CPP=cl.exe
  53. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  54. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_USE_INLINING" /FR /Yu"stdafx.h" /FD /c
  55. MTL=midl.exe
  56. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  57. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  58. RSC=rc.exe
  59. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  60. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  61. BSC32=bscmake.exe
  62. # ADD BASE BSC32 /nologo
  63. # ADD BSC32 /nologo
  64. LINK32=link.exe
  65. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  66. # ADD LINK32 fdi.lib bnts.lib /nologo /subsystem:windows /dll /machine:I386
  67. # Begin Custom Build - Registering OLE control...
  68. OutDir=.\.\Release
  69. TargetPath=.\Release\Tshoot.ocx
  70. InputPath=.\Release\Tshoot.ocx
  71. SOURCE=$(InputPath)
  72. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  73. regsvr32 /s /c "$(TargetPath)"
  74. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  75. regsvr32 /s /c itss.dll
  76. # End Custom Build
  77. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  78. # PROP BASE Use_MFC 2
  79. # PROP BASE Use_Debug_Libraries 1
  80. # PROP BASE Output_Dir ".\Debug"
  81. # PROP BASE Intermediate_Dir ".\Debug"
  82. # PROP BASE Target_Ext "ocx"
  83. # PROP BASE Target_Dir ""
  84. # PROP Use_MFC 2
  85. # PROP Use_Debug_Libraries 1
  86. # PROP Output_Dir ".\Debug"
  87. # PROP Intermediate_Dir ".\Debug"
  88. # PROP Target_Ext "ocx"
  89. # PROP Ignore_Export_Lib 0
  90. # PROP Target_Dir ""
  91. CPP=cl.exe
  92. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  93. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_USE_INLINING" /FR /Yu"stdafx.h" /FD /c
  94. MTL=midl.exe
  95. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  96. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  97. RSC=rc.exe
  98. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  99. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  100. BSC32=bscmake.exe
  101. # ADD BASE BSC32 /nologo
  102. # ADD BSC32 /nologo
  103. LINK32=link.exe
  104. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  105. # ADD LINK32 fdi.lib bnts.lib /nologo /subsystem:windows /dll /debug /machine:I386
  106. # Begin Custom Build - Registering OLE control...
  107. OutDir=.\.\Debug
  108. TargetPath=.\Debug\Tshoot.ocx
  109. InputPath=.\Debug\Tshoot.ocx
  110. SOURCE=$(InputPath)
  111. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  112. regsvr32 /s /c "$(TargetPath)"
  113. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  114. regsvr32 /s /c itss.dll
  115. # End Custom Build
  116. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  117. # PROP BASE Use_MFC 2
  118. # PROP BASE Use_Debug_Libraries 1
  119. # PROP BASE Output_Dir ".\DebugU"
  120. # PROP BASE Intermediate_Dir ".\DebugU"
  121. # PROP BASE Target_Ext "ocx"
  122. # PROP BASE Target_Dir ""
  123. # PROP Use_MFC 2
  124. # PROP Use_Debug_Libraries 1
  125. # PROP Output_Dir ".\DebugU"
  126. # PROP Intermediate_Dir ".\DebugU"
  127. # PROP Target_Ext "ocx"
  128. # PROP Ignore_Export_Lib 0
  129. # PROP Target_Dir ""
  130. CPP=cl.exe
  131. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
  132. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /c
  133. MTL=midl.exe
  134. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  135. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  136. RSC=rc.exe
  137. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  138. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  139. BSC32=bscmake.exe
  140. # ADD BASE BSC32 /nologo
  141. # ADD BSC32 /nologo
  142. LINK32=link.exe
  143. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  144. # ADD LINK32 fdi.lib bnts.lib /nologo /subsystem:windows /dll /debug /machine:I386
  145. # Begin Custom Build - Registering OLE control...
  146. OutDir=.\.\DebugU
  147. TargetPath=.\DebugU\Tshoot.ocx
  148. InputPath=.\DebugU\Tshoot.ocx
  149. SOURCE=$(InputPath)
  150. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  151. regsvr32 /s /c "$(TargetPath)"
  152. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  153. # End Custom Build
  154. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  155. # PROP BASE Use_MFC 2
  156. # PROP BASE Use_Debug_Libraries 0
  157. # PROP BASE Output_Dir ".\ReleaseU"
  158. # PROP BASE Intermediate_Dir ".\ReleaseU"
  159. # PROP BASE Target_Ext "ocx"
  160. # PROP BASE Target_Dir ""
  161. # PROP Use_MFC 2
  162. # PROP Use_Debug_Libraries 0
  163. # PROP Output_Dir ".\ReleaseU"
  164. # PROP Intermediate_Dir ".\ReleaseU"
  165. # PROP Target_Ext "ocx"
  166. # PROP Ignore_Export_Lib 0
  167. # PROP Target_Dir ""
  168. CPP=cl.exe
  169. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
  170. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  171. MTL=midl.exe
  172. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  173. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  174. RSC=rc.exe
  175. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  176. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  177. BSC32=bscmake.exe
  178. # ADD BASE BSC32 /nologo
  179. # ADD BSC32 /nologo
  180. LINK32=link.exe
  181. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  182. # ADD LINK32 fdi.lib bnts.lib /nologo /subsystem:windows /dll /machine:I386
  183. # Begin Custom Build - Registering OLE control...
  184. OutDir=.\.\ReleaseU
  185. TargetPath=.\ReleaseU\Tshoot.ocx
  186. InputPath=.\ReleaseU\Tshoot.ocx
  187. SOURCE=$(InputPath)
  188. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  189. regsvr32 /s /c "$(TargetPath)"
  190. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  191. # End Custom Build
  192. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  193. # PROP BASE Use_MFC 2
  194. # PROP BASE Use_Debug_Libraries 0
  195. # PROP BASE Output_Dir "TSHOOT__"
  196. # PROP BASE Intermediate_Dir "TSHOOT__"
  197. # PROP BASE Target_Ext "ocx"
  198. # PROP BASE Ignore_Export_Lib 0
  199. # PROP BASE Target_Dir ""
  200. # PROP Use_MFC 2
  201. # PROP Use_Debug_Libraries 0
  202. # PROP Output_Dir "TSHOOT__"
  203. # PROP Intermediate_Dir "TSHOOT__"
  204. # PROP Target_Ext "ocx"
  205. # PROP Ignore_Export_Lib 0
  206. # PROP Target_Dir ""
  207. CPP=cl.exe
  208. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_USE_INLINING" /Yu"stdafx.h" /FD /c
  209. # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_USE_INLINING" /Yu"stdafx.h" /FD /c
  210. MTL=midl.exe
  211. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  212. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  213. RSC=rc.exe
  214. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  215. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  216. BSC32=bscmake.exe
  217. # ADD BASE BSC32 /nologo
  218. # ADD BSC32 /nologo
  219. LINK32=link.exe
  220. # ADD BASE LINK32 lz32.lib /nologo /subsystem:windows /dll /machine:I386
  221. # ADD LINK32 fdi.lib bnts.lib /nologo /subsystem:windows /dll /profile /machine:I386
  222. # SUBTRACT LINK32 /debug
  223. # Begin Custom Build - Registering OLE control...
  224. OutDir=.\TSHOOT__
  225. TargetPath=.\TSHOOT__\Tshoot.ocx
  226. InputPath=.\TSHOOT__\Tshoot.ocx
  227. SOURCE=$(InputPath)
  228. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  229. regsvr32 /s /c "$(TargetPath)"
  230. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  231. # End Custom Build
  232. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  233. # PROP BASE Use_MFC 2
  234. # PROP BASE Use_Debug_Libraries 1
  235. # PROP BASE Output_Dir "TSHOOT_0"
  236. # PROP BASE Intermediate_Dir "TSHOOT_0"
  237. # PROP BASE Target_Ext "ocx"
  238. # PROP BASE Ignore_Export_Lib 0
  239. # PROP BASE Target_Dir ""
  240. # PROP Use_MFC 2
  241. # PROP Use_Debug_Libraries 1
  242. # PROP Output_Dir ".\DebugAU"
  243. # PROP Intermediate_Dir ".\DebugAU"
  244. # PROP Target_Ext "ocx"
  245. # PROP Ignore_Export_Lib 0
  246. # PROP Target_Dir ""
  247. MTL=midl.exe
  248. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  249. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  250. CPP=cl.exe
  251. # ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_WINDLL" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /MDd /c
  252. # ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_WINDLL" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /MDd /c
  253. RSC=rc.exe
  254. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  255. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  256. BSC32=bscmake.exe
  257. # ADD BASE BSC32 /nologo
  258. # ADD BSC32 /nologo
  259. LINK32=link.exe
  260. # ADD BASE LINK32 lz32.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA
  261. # ADD LINK32 fdi.lib bntsalpha.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA
  262. # Begin Custom Build - Registering OLE control...
  263. OutDir=.\.\DebugAU
  264. TargetPath=.\DebugAU\Tshoot.ocx
  265. InputPath=.\DebugAU\Tshoot.ocx
  266. SOURCE=$(InputPath)
  267. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  268. regsvr32 /s /c "$(TargetPath)"
  269. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  270. # End Custom Build
  271. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  272. # PROP BASE Use_MFC 2
  273. # PROP BASE Use_Debug_Libraries 0
  274. # PROP BASE Output_Dir "TSHOOT_1"
  275. # PROP BASE Intermediate_Dir "TSHOOT_1"
  276. # PROP BASE Target_Ext "ocx"
  277. # PROP BASE Ignore_Export_Lib 0
  278. # PROP BASE Target_Dir ""
  279. # PROP Use_MFC 2
  280. # PROP Use_Debug_Libraries 0
  281. # PROP Output_Dir ".\ReleaseAU"
  282. # PROP Intermediate_Dir ".\ReleaseAU"
  283. # PROP Target_Ext "ocx"
  284. # PROP Ignore_Export_Lib 0
  285. # PROP Target_Dir ""
  286. MTL=midl.exe
  287. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  288. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  289. CPP=cl.exe
  290. # ADD BASE CPP /nologo /MD /Gt0 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  291. # ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  292. RSC=rc.exe
  293. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  294. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  295. BSC32=bscmake.exe
  296. # ADD BASE BSC32 /nologo
  297. # ADD BSC32 /nologo
  298. LINK32=link.exe
  299. # ADD BASE LINK32 lz32.lib /nologo /subsystem:windows /dll /machine:ALPHA
  300. # ADD LINK32 fdi.lib bntsalpha.lib /nologo /subsystem:windows /dll /machine:ALPHA
  301. # Begin Custom Build - Registering OLE control...
  302. OutDir=.\.\ReleaseAU
  303. TargetPath=.\ReleaseAU\Tshoot.ocx
  304. InputPath=.\ReleaseAU\Tshoot.ocx
  305. SOURCE=$(InputPath)
  306. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  307. regsvr32 /s /c "$(TargetPath)"
  308. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  309. # End Custom Build
  310. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  311. # PROP BASE Use_MFC 2
  312. # PROP BASE Use_Debug_Libraries 0
  313. # PROP BASE Output_Dir "TSHOOT_0"
  314. # PROP BASE Intermediate_Dir "TSHOOT_0"
  315. # PROP BASE Target_Ext "ocx"
  316. # PROP BASE Ignore_Export_Lib 0
  317. # PROP BASE Target_Dir ""
  318. # PROP Use_MFC 2
  319. # PROP Use_Debug_Libraries 0
  320. # PROP Output_Dir "AlphaRelease"
  321. # PROP Intermediate_Dir "AlphaRelease"
  322. # PROP Target_Ext "ocx"
  323. # PROP Ignore_Export_Lib 0
  324. # PROP Target_Dir ""
  325. MTL=midl.exe
  326. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  327. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  328. CPP=cl.exe
  329. # ADD BASE CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_USE_INLINING" /D "_WINDLL" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /c
  330. # ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_USE_INLINING" /D "_WINDLL" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /c
  331. RSC=rc.exe
  332. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  333. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  334. BSC32=bscmake.exe
  335. # ADD BASE BSC32 /nologo
  336. # ADD BSC32 /nologo
  337. LINK32=link.exe
  338. # ADD BASE LINK32 fdi.lib bnts.lib /nologo /subsystem:windows /dll /machine:ALPHA
  339. # ADD LINK32 fdi.lib bnts.lib /nologo /subsystem:windows /dll /machine:ALPHA
  340. # Begin Custom Build - Registering OLE control...
  341. OutDir=.\AlphaRelease
  342. TargetPath=.\AlphaRelease\Tshoot.ocx
  343. InputPath=.\AlphaRelease\Tshoot.ocx
  344. SOURCE=$(InputPath)
  345. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  346. regsvr32 /s /c "$(TargetPath)"
  347. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  348. # End Custom Build
  349. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  350. # PROP BASE Use_MFC 2
  351. # PROP BASE Use_Debug_Libraries 1
  352. # PROP BASE Output_Dir "TSHOOT_1"
  353. # PROP BASE Intermediate_Dir "TSHOOT_1"
  354. # PROP BASE Target_Ext "ocx"
  355. # PROP BASE Ignore_Export_Lib 0
  356. # PROP BASE Target_Dir ""
  357. # PROP Use_MFC 2
  358. # PROP Use_Debug_Libraries 1
  359. # PROP Output_Dir "AlphaDebug"
  360. # PROP Intermediate_Dir "AlphaDebug"
  361. # PROP Target_Ext "ocx"
  362. # PROP Ignore_Export_Lib 0
  363. # PROP Target_Dir ""
  364. MTL=midl.exe
  365. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  366. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  367. CPP=cl.exe
  368. # ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_USE_INLINING" /D "_WINDLL" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /MDd /c
  369. # ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Launcher\Launcher\LaunchServ" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_USE_INLINING" /D "_WINDLL" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /MDd /c
  370. RSC=rc.exe
  371. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  372. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  373. BSC32=bscmake.exe
  374. # ADD BASE BSC32 /nologo
  375. # ADD BSC32 /nologo
  376. LINK32=link.exe
  377. # ADD BASE LINK32 fdi.lib bnts.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA
  378. # ADD LINK32 fdi.lib bnts.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA
  379. # Begin Custom Build - Registering OLE control...
  380. OutDir=.\AlphaDebug
  381. TargetPath=.\AlphaDebug\Tshoot.ocx
  382. InputPath=.\AlphaDebug\Tshoot.ocx
  383. SOURCE=$(InputPath)
  384. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  385. regsvr32 /s /c "$(TargetPath)"
  386. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  387. # End Custom Build
  388. !ENDIF
  389. # Begin Target
  390. # Name "TSHOOT - Win32 Release"
  391. # Name "TSHOOT - Win32 Debug"
  392. # Name "TSHOOT - Win32 Unicode Debug"
  393. # Name "TSHOOT - Win32 Unicode Release"
  394. # Name "TSHOOT - Win32 Profile"
  395. # Name "TSHOOT - Win32 Alpha Unicode Debug"
  396. # Name "TSHOOT - Win32 Alpha Unicode Release"
  397. # Name "TSHOOT - Win32 Alpha Release"
  398. # Name "TSHOOT - Win32 Alpha Debug"
  399. # Begin Group "Source Files"
  400. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  401. # Begin Source File
  402. SOURCE=.\apgtscac.cpp
  403. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  404. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  405. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  406. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  407. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  408. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  409. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  410. DEP_CPP_APGTS=\
  411. ".\apgts.h"\
  412. ".\apgtsevt.h"\
  413. ".\ErrorEnums.h"\
  414. ".\StdAfx.h"\
  415. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  416. DEP_CPP_APGTS=\
  417. ".\apgts.h"\
  418. ".\apgtsevt.h"\
  419. ".\ErrorEnums.h"\
  420. ".\StdAfx.h"\
  421. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  422. !ENDIF
  423. # End Source File
  424. # Begin Source File
  425. SOURCE=.\apgtscfg.cpp
  426. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  427. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  428. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  429. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  430. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  431. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  432. DEP_CPP_APGTSC=\
  433. ".\apgts.h"\
  434. ".\apgtscls.h"\
  435. ".\apgtscmd.h"\
  436. ".\apgtsevt.h"\
  437. ".\apgtshtx.h"\
  438. ".\apgtsinf.h"\
  439. ".\bnts.h"\
  440. ".\enumstd.h"\
  441. ".\ErrorEnums.h"\
  442. ".\StdAfx.h"\
  443. ".\TSHOOT.h"\
  444. NODEP_CPP_APGTSC=\
  445. ".\dtgapi.h"\
  446. ".\error.dat"\
  447. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  448. DEP_CPP_APGTSC=\
  449. ".\apgts.h"\
  450. ".\apgtscls.h"\
  451. ".\apgtscmd.h"\
  452. ".\apgtsevt.h"\
  453. ".\apgtshtx.h"\
  454. ".\apgtsinf.h"\
  455. ".\BackupInfo.h"\
  456. ".\bnts.h"\
  457. ".\cachegen.h"\
  458. ".\enumstd.h"\
  459. ".\ErrorEnums.h"\
  460. ".\RSSTACK.H"\
  461. ".\StdAfx.h"\
  462. ".\TSHOOT.h"\
  463. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  464. DEP_CPP_APGTSC=\
  465. ".\apgts.h"\
  466. ".\apgtscls.h"\
  467. ".\apgtscmd.h"\
  468. ".\apgtsevt.h"\
  469. ".\apgtshtx.h"\
  470. ".\apgtsinf.h"\
  471. ".\BackupInfo.h"\
  472. ".\bnts.h"\
  473. ".\cachegen.h"\
  474. ".\enumstd.h"\
  475. ".\ErrorEnums.h"\
  476. ".\RSSTACK.H"\
  477. ".\sniff.h"\
  478. ".\StdAfx.h"\
  479. ".\TSHOOT.h"\
  480. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  481. !ENDIF
  482. # End Source File
  483. # Begin Source File
  484. SOURCE=.\apgtsctx.cpp
  485. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  486. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  487. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  488. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  489. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  490. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  491. DEP_CPP_APGTSCT=\
  492. ".\apgts.h"\
  493. ".\apgtscls.h"\
  494. ".\apgtscmd.h"\
  495. ".\apgtsevt.h"\
  496. ".\apgtshtx.h"\
  497. ".\apgtsinf.h"\
  498. ".\bnts.h"\
  499. ".\enumstd.h"\
  500. ".\ErrorEnums.h"\
  501. ".\StdAfx.h"\
  502. ".\TSHOOT.h"\
  503. NODEP_CPP_APGTSCT=\
  504. ".\dtgapi.h"\
  505. ".\error.dat"\
  506. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  507. DEP_CPP_APGTSCT=\
  508. ".\apgts.h"\
  509. ".\apgtscls.h"\
  510. ".\apgtscmd.h"\
  511. ".\apgtsevt.h"\
  512. ".\apgtshtx.h"\
  513. ".\apgtsinf.h"\
  514. ".\BackupInfo.h"\
  515. ".\bnts.h"\
  516. ".\cachegen.h"\
  517. ".\enumstd.h"\
  518. ".\ErrorEnums.h"\
  519. ".\RSSTACK.H"\
  520. ".\StdAfx.h"\
  521. ".\TSHOOT.h"\
  522. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  523. DEP_CPP_APGTSCT=\
  524. ".\apgts.h"\
  525. ".\apgtscls.h"\
  526. ".\apgtscmd.h"\
  527. ".\apgtsevt.h"\
  528. ".\apgtshtx.h"\
  529. ".\apgtsinf.h"\
  530. ".\BackupInfo.h"\
  531. ".\bnts.h"\
  532. ".\cachegen.h"\
  533. ".\enumstd.h"\
  534. ".\ErrorEnums.h"\
  535. ".\RSSTACK.H"\
  536. ".\sniff.h"\
  537. ".\StdAfx.h"\
  538. ".\TSHOOT.h"\
  539. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  540. !ENDIF
  541. # End Source File
  542. # Begin Source File
  543. SOURCE=.\apgtsdtg.cpp
  544. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  545. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  546. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  547. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  548. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  549. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  550. DEP_CPP_APGTSD=\
  551. ".\apgts.h"\
  552. ".\apgtscls.h"\
  553. ".\apgtscmd.h"\
  554. ".\apgtsevt.h"\
  555. ".\apgtshtx.h"\
  556. ".\apgtsinf.h"\
  557. ".\bnts.h"\
  558. ".\enumstd.h"\
  559. ".\ErrorEnums.h"\
  560. ".\StdAfx.h"\
  561. NODEP_CPP_APGTSD=\
  562. ".\dtgapi.h"\
  563. ".\error.dat"\
  564. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  565. DEP_CPP_APGTSD=\
  566. ".\apgts.h"\
  567. ".\apgtscls.h"\
  568. ".\apgtscmd.h"\
  569. ".\apgtsevt.h"\
  570. ".\apgtshtx.h"\
  571. ".\apgtsinf.h"\
  572. ".\BackupInfo.h"\
  573. ".\bnts.h"\
  574. ".\CabUnCompress.h"\
  575. ".\cachegen.h"\
  576. ".\crc.h"\
  577. ".\enumstd.h"\
  578. ".\ErrorEnums.h"\
  579. ".\FDI.H"\
  580. ".\GenException.h"\
  581. ".\RSSTACK.H"\
  582. ".\StdAfx.h"\
  583. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  584. DEP_CPP_APGTSD=\
  585. ".\apgts.h"\
  586. ".\apgtscls.h"\
  587. ".\apgtscmd.h"\
  588. ".\apgtsevt.h"\
  589. ".\apgtshtx.h"\
  590. ".\apgtsinf.h"\
  591. ".\BackupInfo.h"\
  592. ".\bnts.h"\
  593. ".\CabUnCompress.h"\
  594. ".\cachegen.h"\
  595. ".\crc.h"\
  596. ".\enumstd.h"\
  597. ".\ErrorEnums.h"\
  598. ".\FDI.H"\
  599. ".\GenException.h"\
  600. ".\RSSTACK.H"\
  601. ".\sniff.h"\
  602. ".\StdAfx.h"\
  603. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  604. !ENDIF
  605. # End Source File
  606. # Begin Source File
  607. SOURCE=.\apgtsfst.cpp
  608. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  609. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  610. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  611. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  612. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  613. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  614. DEP_CPP_APGTSF=\
  615. ".\apgts.h"\
  616. ".\apgtscls.h"\
  617. ".\apgtscmd.h"\
  618. ".\apgtsevt.h"\
  619. ".\apgtsfst.h"\
  620. ".\apgtshtx.h"\
  621. ".\apgtsinf.h"\
  622. ".\BasicException.h"\
  623. ".\bnts.h"\
  624. ".\enumstd.h"\
  625. ".\ErrorEnums.h"\
  626. ".\StdAfx.h"\
  627. ".\TSHOOT.h"\
  628. NODEP_CPP_APGTSF=\
  629. ".\dtgapi.h"\
  630. ".\error.dat"\
  631. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  632. DEP_CPP_APGTSF=\
  633. ".\apgts.h"\
  634. ".\apgtscls.h"\
  635. ".\apgtscmd.h"\
  636. ".\apgtsevt.h"\
  637. ".\apgtsfst.h"\
  638. ".\apgtshtx.h"\
  639. ".\apgtsinf.h"\
  640. ".\BackupInfo.h"\
  641. ".\BasicException.h"\
  642. ".\bnts.h"\
  643. ".\cachegen.h"\
  644. ".\enumstd.h"\
  645. ".\ErrorEnums.h"\
  646. ".\RSSTACK.H"\
  647. ".\StdAfx.h"\
  648. ".\TSHOOT.h"\
  649. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  650. DEP_CPP_APGTSF=\
  651. ".\apgts.h"\
  652. ".\apgtscls.h"\
  653. ".\apgtscmd.h"\
  654. ".\apgtsevt.h"\
  655. ".\apgtsfst.h"\
  656. ".\apgtshtx.h"\
  657. ".\apgtsinf.h"\
  658. ".\BackupInfo.h"\
  659. ".\BasicException.h"\
  660. ".\bnts.h"\
  661. ".\cachegen.h"\
  662. ".\enumstd.h"\
  663. ".\ErrorEnums.h"\
  664. ".\RSSTACK.H"\
  665. ".\sniff.h"\
  666. ".\StdAfx.h"\
  667. ".\TSHOOT.h"\
  668. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  669. !ENDIF
  670. # End Source File
  671. # Begin Source File
  672. SOURCE=.\apgtshdt.cpp
  673. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  674. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  675. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  676. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  677. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  678. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  679. DEP_CPP_APGTSH=\
  680. ".\apgts.h"\
  681. ".\apgtscmd.h"\
  682. ".\apgtsevt.h"\
  683. ".\apgtshtx.h"\
  684. ".\apgtsinf.h"\
  685. ".\bnts.h"\
  686. ".\enumstd.h"\
  687. ".\ErrorEnums.h"\
  688. ".\StdAfx.h"\
  689. NODEP_CPP_APGTSH=\
  690. ".\dtgapi.h"\
  691. ".\error.dat"\
  692. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  693. DEP_CPP_APGTSH=\
  694. ".\apgts.h"\
  695. ".\apgtscmd.h"\
  696. ".\apgtsevt.h"\
  697. ".\apgtshtx.h"\
  698. ".\apgtsinf.h"\
  699. ".\BackupInfo.h"\
  700. ".\bnts.h"\
  701. ".\cachegen.h"\
  702. ".\enumstd.h"\
  703. ".\ErrorEnums.h"\
  704. ".\StdAfx.h"\
  705. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  706. DEP_CPP_APGTSH=\
  707. ".\apgts.h"\
  708. ".\apgtscmd.h"\
  709. ".\apgtsevt.h"\
  710. ".\apgtshtx.h"\
  711. ".\apgtsinf.h"\
  712. ".\BackupInfo.h"\
  713. ".\bnts.h"\
  714. ".\cachegen.h"\
  715. ".\enumstd.h"\
  716. ".\ErrorEnums.h"\
  717. ".\sniff.h"\
  718. ".\StdAfx.h"\
  719. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  720. !ENDIF
  721. # End Source File
  722. # Begin Source File
  723. SOURCE=.\apgtshtx.cpp
  724. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  725. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  726. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  727. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  728. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  729. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  730. DEP_CPP_APGTSHT=\
  731. ".\apgts.h"\
  732. ".\apgtscmd.h"\
  733. ".\apgtsevt.h"\
  734. ".\apgtshtx.h"\
  735. ".\apgtsinf.h"\
  736. ".\bnts.h"\
  737. ".\enumstd.h"\
  738. ".\ErrorEnums.h"\
  739. ".\StdAfx.h"\
  740. ".\TSHOOT.h"\
  741. NODEP_CPP_APGTSHT=\
  742. ".\dtgapi.h"\
  743. ".\error.dat"\
  744. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  745. DEP_CPP_APGTSHT=\
  746. ".\apgts.h"\
  747. ".\apgtscmd.h"\
  748. ".\apgtsevt.h"\
  749. ".\apgtshtx.h"\
  750. ".\apgtsinf.h"\
  751. ".\BackupInfo.h"\
  752. ".\bnts.h"\
  753. ".\cachegen.h"\
  754. ".\enumstd.h"\
  755. ".\ErrorEnums.h"\
  756. ".\StdAfx.h"\
  757. ".\TSHOOT.h"\
  758. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  759. DEP_CPP_APGTSHT=\
  760. ".\apgts.h"\
  761. ".\apgtscmd.h"\
  762. ".\apgtsevt.h"\
  763. ".\apgtshtx.h"\
  764. ".\apgtsinf.h"\
  765. ".\BackupInfo.h"\
  766. ".\bnts.h"\
  767. ".\cachegen.h"\
  768. ".\enumstd.h"\
  769. ".\ErrorEnums.h"\
  770. ".\sniff.h"\
  771. ".\StdAfx.h"\
  772. ".\TSHOOT.h"\
  773. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  774. !ENDIF
  775. # End Source File
  776. # Begin Source File
  777. SOURCE=.\apgtsinf.cpp
  778. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  779. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  780. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  781. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  782. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  783. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  784. DEP_CPP_APGTSI=\
  785. ".\apgts.h"\
  786. ".\apgtscls.h"\
  787. ".\apgtscmd.h"\
  788. ".\apgtsevt.h"\
  789. ".\apgtshtx.h"\
  790. ".\apgtsinf.h"\
  791. ".\bnts.h"\
  792. ".\enumstd.h"\
  793. ".\ErrorEnums.h"\
  794. ".\StdAfx.h"\
  795. ".\TSHOOT.h"\
  796. NODEP_CPP_APGTSI=\
  797. ".\dtgapi.h"\
  798. ".\error.dat"\
  799. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  800. DEP_CPP_APGTSI=\
  801. ".\apgts.h"\
  802. ".\apgtscls.h"\
  803. ".\apgtscmd.h"\
  804. ".\apgtsevt.h"\
  805. ".\apgtshtx.h"\
  806. ".\apgtsinf.h"\
  807. ".\BackupInfo.h"\
  808. ".\bnts.h"\
  809. ".\cachegen.h"\
  810. ".\enumstd.h"\
  811. ".\ErrorEnums.h"\
  812. ".\RSSTACK.H"\
  813. ".\StdAfx.h"\
  814. ".\TSHOOT.h"\
  815. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  816. DEP_CPP_APGTSI=\
  817. ".\apgts.h"\
  818. ".\apgtscls.h"\
  819. ".\apgtscmd.h"\
  820. ".\apgtsevt.h"\
  821. ".\apgtshtx.h"\
  822. ".\apgtsinf.h"\
  823. ".\BackupInfo.h"\
  824. ".\bnts.h"\
  825. ".\cachegen.h"\
  826. ".\enumstd.h"\
  827. ".\ErrorEnums.h"\
  828. ".\RSSTACK.H"\
  829. ".\sniff.h"\
  830. ".\StdAfx.h"\
  831. ".\TSHOOT.h"\
  832. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  833. !ENDIF
  834. # End Source File
  835. # Begin Source File
  836. SOURCE=.\apgtsqry.cpp
  837. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  838. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  839. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  840. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  841. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  842. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  843. DEP_CPP_APGTSQ=\
  844. ".\apgts.h"\
  845. ".\apgtscls.h"\
  846. ".\apgtscmd.h"\
  847. ".\apgtsevt.h"\
  848. ".\apgtshtx.h"\
  849. ".\apgtsinf.h"\
  850. ".\BasicException.h"\
  851. ".\bnts.h"\
  852. ".\enumstd.h"\
  853. ".\ErrorEnums.h"\
  854. ".\Functions.h"\
  855. ".\HttpQueryException.h"\
  856. ".\StdAfx.h"\
  857. NODEP_CPP_APGTSQ=\
  858. ".\dtgapi.h"\
  859. ".\error.dat"\
  860. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  861. DEP_CPP_APGTSQ=\
  862. ".\apgts.h"\
  863. ".\apgtscls.h"\
  864. ".\apgtscmd.h"\
  865. ".\apgtsevt.h"\
  866. ".\apgtshtx.h"\
  867. ".\apgtsinf.h"\
  868. ".\BackupInfo.h"\
  869. ".\BasicException.h"\
  870. ".\bnts.h"\
  871. ".\cachegen.h"\
  872. ".\enumstd.h"\
  873. ".\ErrorEnums.h"\
  874. ".\Functions.h"\
  875. ".\HttpQueryException.h"\
  876. ".\RSSTACK.H"\
  877. ".\StdAfx.h"\
  878. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  879. DEP_CPP_APGTSQ=\
  880. "..\Launcher\Launcher\LaunchServ\LaunchServ.h"\
  881. ".\apgts.h"\
  882. ".\apgtscls.h"\
  883. ".\apgtscmd.h"\
  884. ".\apgtsevt.h"\
  885. ".\apgtshtx.h"\
  886. ".\apgtsinf.h"\
  887. ".\BackupInfo.h"\
  888. ".\BasicException.h"\
  889. ".\bnts.h"\
  890. ".\cachegen.h"\
  891. ".\enumstd.h"\
  892. ".\ErrorEnums.h"\
  893. ".\Functions.h"\
  894. ".\HttpQueryException.h"\
  895. ".\RSSTACK.H"\
  896. ".\sniff.h"\
  897. ".\StdAfx.h"\
  898. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  899. !ENDIF
  900. # End Source File
  901. # Begin Source File
  902. SOURCE=.\BackupInfo.cpp
  903. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  904. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  905. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  906. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  907. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  908. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  909. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  910. DEP_CPP_BACKU=\
  911. ".\BackupInfo.h"\
  912. ".\StdAfx.h"\
  913. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  914. DEP_CPP_BACKU=\
  915. ".\BackupInfo.h"\
  916. ".\StdAfx.h"\
  917. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  918. !ENDIF
  919. # End Source File
  920. # Begin Source File
  921. SOURCE=.\BasicException.cpp
  922. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  923. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  924. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  925. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  926. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  927. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  928. DEP_CPP_BASIC=\
  929. ".\apgtsevt.h"\
  930. ".\BasicException.h"\
  931. ".\ErrorEnums.h"\
  932. ".\StdAfx.h"\
  933. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  934. DEP_CPP_BASIC=\
  935. ".\apgtsevt.h"\
  936. ".\BasicException.h"\
  937. ".\ErrorEnums.h"\
  938. ".\StdAfx.h"\
  939. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  940. DEP_CPP_BASIC=\
  941. ".\apgtsevt.h"\
  942. ".\BasicException.h"\
  943. ".\ErrorEnums.h"\
  944. ".\StdAfx.h"\
  945. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  946. !ENDIF
  947. # End Source File
  948. # Begin Source File
  949. SOURCE=.\CabUnCompress.cpp
  950. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  951. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  952. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  953. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  954. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  955. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  956. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  957. DEP_CPP_CABUN=\
  958. ".\CabUnCompress.h"\
  959. ".\FDI.H"\
  960. ".\StdAfx.h"\
  961. NODEP_CPP_CABUN=\
  962. ".\ys\stat.h"\
  963. ".\ys\types.h"\
  964. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  965. DEP_CPP_CABUN=\
  966. ".\CabUnCompress.h"\
  967. ".\FDI.H"\
  968. ".\StdAfx.h"\
  969. NODEP_CPP_CABUN=\
  970. ".\ys\stat.h"\
  971. ".\ys\types.h"\
  972. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  973. !ENDIF
  974. # End Source File
  975. # Begin Source File
  976. SOURCE=.\cachegen.cpp
  977. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  978. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  979. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  980. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  981. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  982. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  983. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  984. DEP_CPP_CACHE=\
  985. ".\apgts.h"\
  986. ".\apgtsevt.h"\
  987. ".\apgtsinf.h"\
  988. ".\BackupInfo.h"\
  989. ".\bnts.h"\
  990. ".\cachegen.h"\
  991. ".\enumstd.h"\
  992. ".\ErrorEnums.h"\
  993. ".\StdAfx.h"\
  994. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  995. DEP_CPP_CACHE=\
  996. ".\apgts.h"\
  997. ".\apgtsevt.h"\
  998. ".\apgtsinf.h"\
  999. ".\BackupInfo.h"\
  1000. ".\bnts.h"\
  1001. ".\cachegen.h"\
  1002. ".\enumstd.h"\
  1003. ".\ErrorEnums.h"\
  1004. ".\sniff.h"\
  1005. ".\StdAfx.h"\
  1006. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1007. !ENDIF
  1008. # End Source File
  1009. # Begin Source File
  1010. SOURCE=.\CATHELP.CPP
  1011. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1012. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1013. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1014. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1015. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1016. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1017. DEP_CPP_CATHE=\
  1018. ".\StdAfx.h"\
  1019. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1020. DEP_CPP_CATHE=\
  1021. ".\StdAfx.h"\
  1022. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1023. DEP_CPP_CATHE=\
  1024. ".\StdAfx.h"\
  1025. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1026. !ENDIF
  1027. # End Source File
  1028. # Begin Source File
  1029. SOURCE=.\chmread.cpp
  1030. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1031. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1032. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1033. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1034. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1035. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1036. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1037. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1038. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1039. !ENDIF
  1040. # End Source File
  1041. # Begin Source File
  1042. SOURCE=.\crc.cpp
  1043. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1044. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1045. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1046. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1047. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1048. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1049. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1050. DEP_CPP_CRC_C=\
  1051. ".\crc.h"\
  1052. ".\GenException.h"\
  1053. ".\StdAfx.h"\
  1054. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1055. DEP_CPP_CRC_C=\
  1056. ".\crc.h"\
  1057. ".\GenException.h"\
  1058. ".\StdAfx.h"\
  1059. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1060. !ENDIF
  1061. # End Source File
  1062. # Begin Source File
  1063. SOURCE=.\CRCCompute.cpp
  1064. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1065. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1066. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1067. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1068. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1069. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1070. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1071. DEP_CPP_CRCCO=\
  1072. ".\crc.h"\
  1073. ".\GenException.h"\
  1074. ".\StdAfx.h"\
  1075. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1076. DEP_CPP_CRCCO=\
  1077. ".\crc.h"\
  1078. ".\GenException.h"\
  1079. ".\StdAfx.h"\
  1080. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1081. !ENDIF
  1082. # End Source File
  1083. # Begin Source File
  1084. SOURCE=.\dnldlist.cpp
  1085. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1086. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1087. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1088. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1089. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1090. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1091. DEP_CPP_DNLDL=\
  1092. ".\dnldlist.h"\
  1093. ".\StdAfx.h"\
  1094. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1095. DEP_CPP_DNLDL=\
  1096. ".\apgts.h"\
  1097. ".\dnldlist.h"\
  1098. ".\StdAfx.h"\
  1099. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1100. DEP_CPP_DNLDL=\
  1101. ".\apgts.h"\
  1102. ".\dnldlist.h"\
  1103. ".\StdAfx.h"\
  1104. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1105. !ENDIF
  1106. # End Source File
  1107. # Begin Source File
  1108. SOURCE=.\download.cpp
  1109. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1110. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1111. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1112. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1113. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1114. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1115. DEP_CPP_DOWNL=\
  1116. ".\apgts.h"\
  1117. ".\apgtscls.h"\
  1118. ".\apgtscmd.h"\
  1119. ".\apgtsevt.h"\
  1120. ".\apgtsfst.h"\
  1121. ".\apgtshtx.h"\
  1122. ".\apgtsinf.h"\
  1123. ".\BasicException.h"\
  1124. ".\bnts.h"\
  1125. ".\dnldlist.h"\
  1126. ".\download.h"\
  1127. ".\enumstd.h"\
  1128. ".\ErrorEnums.h"\
  1129. ".\StdAfx.h"\
  1130. ".\TSHOOT.h"\
  1131. ".\TSHOOTCtl.h"\
  1132. NODEP_CPP_DOWNL=\
  1133. ".\dtgapi.h"\
  1134. ".\error.dat"\
  1135. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1136. DEP_CPP_DOWNL=\
  1137. ".\apgts.h"\
  1138. ".\apgtscls.h"\
  1139. ".\apgtscmd.h"\
  1140. ".\apgtsevt.h"\
  1141. ".\apgtsfst.h"\
  1142. ".\apgtshtx.h"\
  1143. ".\apgtsinf.h"\
  1144. ".\BackupInfo.h"\
  1145. ".\BasicException.h"\
  1146. ".\bnts.h"\
  1147. ".\cachegen.h"\
  1148. ".\dnldlist.h"\
  1149. ".\download.h"\
  1150. ".\enumstd.h"\
  1151. ".\ErrorEnums.h"\
  1152. ".\RSSTACK.H"\
  1153. ".\StdAfx.h"\
  1154. ".\TSHOOT.h"\
  1155. ".\TSHOOTCtl.h"\
  1156. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1157. DEP_CPP_DOWNL=\
  1158. ".\apgts.h"\
  1159. ".\apgtscls.h"\
  1160. ".\apgtscmd.h"\
  1161. ".\apgtsevt.h"\
  1162. ".\apgtsfst.h"\
  1163. ".\apgtshtx.h"\
  1164. ".\apgtsinf.h"\
  1165. ".\BackupInfo.h"\
  1166. ".\BasicException.h"\
  1167. ".\bnts.h"\
  1168. ".\cachegen.h"\
  1169. ".\dnldlist.h"\
  1170. ".\download.h"\
  1171. ".\enumstd.h"\
  1172. ".\ErrorEnums.h"\
  1173. ".\RSSTACK.H"\
  1174. ".\sniff.h"\
  1175. ".\StdAfx.h"\
  1176. ".\TSHOOT.h"\
  1177. ".\TSHOOTCtl.h"\
  1178. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1179. !ENDIF
  1180. # End Source File
  1181. # Begin Source File
  1182. SOURCE=.\fs.cpp
  1183. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1184. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1185. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1186. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1187. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1188. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1189. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1190. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1191. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1192. !ENDIF
  1193. # End Source File
  1194. # Begin Source File
  1195. SOURCE=.\OcxGlobals.cpp
  1196. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1197. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1198. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1199. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1200. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1201. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1202. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1203. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1204. DEP_CPP_OCXGL=\
  1205. "..\Launcher\Launcher\LaunchServ\ComGlobals.h"\
  1206. ".\StdAfx.h"\
  1207. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1208. !ENDIF
  1209. # End Source File
  1210. # Begin Source File
  1211. SOURCE=.\sniff.cpp
  1212. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1213. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1214. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1215. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1216. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1217. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1218. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1219. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1220. DEP_CPP_SNIFF=\
  1221. ".\apgts.h"\
  1222. ".\apgtsevt.h"\
  1223. ".\apgtsinf.h"\
  1224. ".\BackupInfo.h"\
  1225. ".\bnts.h"\
  1226. ".\cachegen.h"\
  1227. ".\enumstd.h"\
  1228. ".\ErrorEnums.h"\
  1229. ".\sniff.h"\
  1230. ".\StdAfx.h"\
  1231. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1232. !ENDIF
  1233. # End Source File
  1234. # Begin Source File
  1235. SOURCE=.\StdAfx.cpp
  1236. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1237. # ADD CPP /Yc"stdafx.h"
  1238. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1239. # ADD CPP /Yc"stdafx.h"
  1240. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1241. # ADD CPP /Yc"stdafx.h"
  1242. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1243. # ADD CPP /Yc"stdafx.h"
  1244. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1245. # ADD CPP /Yc"stdafx.h"
  1246. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1247. DEP_CPP_STDAF=\
  1248. ".\StdAfx.h"\
  1249. # ADD BASE CPP /Gt0 /Yc"stdafx.h"
  1250. # ADD CPP /Gt0 /Yc"stdafx.h"
  1251. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1252. DEP_CPP_STDAF=\
  1253. ".\StdAfx.h"\
  1254. # ADD BASE CPP /Gt0 /Yc"stdafx.h"
  1255. # ADD CPP /Gt0 /Yc"stdafx.h"
  1256. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1257. DEP_CPP_STDAF=\
  1258. ".\StdAfx.h"\
  1259. # ADD BASE CPP /Gt0 /Yc"stdafx.h"
  1260. # ADD CPP /Gt0 /Yc"stdafx.h"
  1261. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1262. # ADD BASE CPP /Gt0 /Yc"stdafx.h"
  1263. # ADD CPP /Gt0 /Yc"stdafx.h"
  1264. !ENDIF
  1265. # End Source File
  1266. # Begin Source File
  1267. SOURCE=.\TSHOOT.cpp
  1268. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1269. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1270. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1271. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1272. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1273. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1274. DEP_CPP_TSHOO=\
  1275. ".\apgts.h"\
  1276. ".\apgtsevt.h"\
  1277. ".\BasicException.h"\
  1278. ".\ErrorEnums.h"\
  1279. ".\StdAfx.h"\
  1280. ".\TSHOOT.h"\
  1281. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1282. DEP_CPP_TSHOO=\
  1283. ".\apgts.h"\
  1284. ".\apgtsevt.h"\
  1285. ".\BasicException.h"\
  1286. ".\ErrorEnums.h"\
  1287. ".\StdAfx.h"\
  1288. ".\TSHOOT.h"\
  1289. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1290. DEP_CPP_TSHOO=\
  1291. ".\apgts.h"\
  1292. ".\apgtsevt.h"\
  1293. ".\BasicException.h"\
  1294. ".\ErrorEnums.h"\
  1295. ".\StdAfx.h"\
  1296. ".\TSHOOT.h"\
  1297. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1298. !ENDIF
  1299. # End Source File
  1300. # Begin Source File
  1301. SOURCE=.\TSHOOT.def
  1302. # End Source File
  1303. # Begin Source File
  1304. SOURCE=.\TSHOOT.odl
  1305. # End Source File
  1306. # Begin Source File
  1307. SOURCE=.\TSHOOT.rc
  1308. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1309. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1310. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1311. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1312. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1313. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1314. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1315. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1316. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1317. !ENDIF
  1318. # End Source File
  1319. # Begin Source File
  1320. SOURCE=.\TSHOOTCtl.cpp
  1321. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1322. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1323. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1324. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1325. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1326. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1327. DEP_CPP_TSHOOT=\
  1328. ".\apgts.h"\
  1329. ".\apgtscls.h"\
  1330. ".\apgtscmd.h"\
  1331. ".\apgtsevt.h"\
  1332. ".\apgtsfst.h"\
  1333. ".\apgtshtx.h"\
  1334. ".\apgtsinf.h"\
  1335. ".\BasicException.h"\
  1336. ".\bnts.h"\
  1337. ".\CATHELP.H"\
  1338. ".\dnldlist.h"\
  1339. ".\download.h"\
  1340. ".\enumstd.h"\
  1341. ".\ErrorEnums.h"\
  1342. ".\Functions.h"\
  1343. ".\HttpQueryException.h"\
  1344. ".\StdAfx.h"\
  1345. ".\TSHOOT.h"\
  1346. ".\TSHOOTCtl.h"\
  1347. ".\TSHOOTPpg.h"\
  1348. NODEP_CPP_TSHOOT=\
  1349. ".\dtgapi.h"\
  1350. ".\error.dat"\
  1351. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1352. DEP_CPP_TSHOOT=\
  1353. ".\apgts.h"\
  1354. ".\apgtscls.h"\
  1355. ".\apgtscmd.h"\
  1356. ".\apgtsevt.h"\
  1357. ".\apgtsfst.h"\
  1358. ".\apgtshtx.h"\
  1359. ".\apgtsinf.h"\
  1360. ".\BackupInfo.h"\
  1361. ".\BasicException.h"\
  1362. ".\bnts.h"\
  1363. ".\CabUnCompress.h"\
  1364. ".\cachegen.h"\
  1365. ".\CATHELP.H"\
  1366. ".\dnldlist.h"\
  1367. ".\download.h"\
  1368. ".\enumstd.h"\
  1369. ".\ErrorEnums.h"\
  1370. ".\FDI.H"\
  1371. ".\Functions.h"\
  1372. ".\HttpQueryException.h"\
  1373. ".\RSSTACK.H"\
  1374. ".\StdAfx.h"\
  1375. ".\TSHOOT.h"\
  1376. ".\TSHOOTCtl.h"\
  1377. ".\TSHOOTPpg.h"\
  1378. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1379. DEP_CPP_TSHOOT=\
  1380. "..\Launcher\Launcher\LaunchServ\LaunchServ.h"\
  1381. "..\Launcher\Launcher\LaunchServ\LaunchServ_i.c"\
  1382. ".\apgts.h"\
  1383. ".\apgtscls.h"\
  1384. ".\apgtscmd.h"\
  1385. ".\apgtsevt.h"\
  1386. ".\apgtsfst.h"\
  1387. ".\apgtshtx.h"\
  1388. ".\apgtsinf.h"\
  1389. ".\BackupInfo.h"\
  1390. ".\BasicException.h"\
  1391. ".\bnts.h"\
  1392. ".\CabUnCompress.h"\
  1393. ".\cachegen.h"\
  1394. ".\CATHELP.H"\
  1395. ".\dnldlist.h"\
  1396. ".\download.h"\
  1397. ".\enumstd.h"\
  1398. ".\ErrorEnums.h"\
  1399. ".\FDI.H"\
  1400. ".\Functions.h"\
  1401. ".\HttpQueryException.h"\
  1402. ".\OcxGlobals.h"\
  1403. ".\RSSTACK.H"\
  1404. ".\sniff.h"\
  1405. ".\StdAfx.h"\
  1406. ".\TSHOOT.h"\
  1407. ".\TSHOOTCtl.h"\
  1408. ".\TSHOOTPpg.h"\
  1409. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1410. !ENDIF
  1411. # End Source File
  1412. # Begin Source File
  1413. SOURCE=.\TSHOOTPpg.cpp
  1414. !IF "$(CFG)" == "TSHOOT - Win32 Release"
  1415. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Debug"
  1416. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Debug"
  1417. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Unicode Release"
  1418. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Profile"
  1419. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Debug"
  1420. DEP_CPP_TSHOOTP=\
  1421. ".\StdAfx.h"\
  1422. ".\TSHOOT.h"\
  1423. ".\TSHOOTPpg.h"\
  1424. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Unicode Release"
  1425. DEP_CPP_TSHOOTP=\
  1426. ".\StdAfx.h"\
  1427. ".\TSHOOT.h"\
  1428. ".\TSHOOTPpg.h"\
  1429. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Release"
  1430. DEP_CPP_TSHOOTP=\
  1431. ".\StdAfx.h"\
  1432. ".\TSHOOT.h"\
  1433. ".\TSHOOTPpg.h"\
  1434. !ELSEIF "$(CFG)" == "TSHOOT - Win32 Alpha Debug"
  1435. !ENDIF
  1436. # End Source File
  1437. # End Group
  1438. # Begin Group "Header Files"
  1439. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  1440. # Begin Source File
  1441. SOURCE=.\apgts.h
  1442. # End Source File
  1443. # Begin Source File
  1444. SOURCE=.\apgtscls.h
  1445. # End Source File
  1446. # Begin Source File
  1447. SOURCE=.\apgtscmd.h
  1448. # End Source File
  1449. # Begin Source File
  1450. SOURCE=.\apgtsevt.h
  1451. # End Source File
  1452. # Begin Source File
  1453. SOURCE=.\apgtsfst.h
  1454. # End Source File
  1455. # Begin Source File
  1456. SOURCE=.\apgtshtx.h
  1457. # End Source File
  1458. # Begin Source File
  1459. SOURCE=.\apgtsinf.h
  1460. # End Source File
  1461. # Begin Source File
  1462. SOURCE=.\BackupInfo.h
  1463. # End Source File
  1464. # Begin Source File
  1465. SOURCE=.\BasicException.h
  1466. # End Source File
  1467. # Begin Source File
  1468. SOURCE=.\bnts.h
  1469. # End Source File
  1470. # Begin Source File
  1471. SOURCE=.\CabUnCompress.h
  1472. # End Source File
  1473. # Begin Source File
  1474. SOURCE=.\cachegen.h
  1475. # End Source File
  1476. # Begin Source File
  1477. SOURCE=.\CATHELP.H
  1478. # End Source File
  1479. # Begin Source File
  1480. SOURCE=.\chmread.h
  1481. # End Source File
  1482. # Begin Source File
  1483. SOURCE=.\crc.h
  1484. # End Source File
  1485. # Begin Source File
  1486. SOURCE=.\dnldlist.h
  1487. # End Source File
  1488. # Begin Source File
  1489. SOURCE=.\download.h
  1490. # End Source File
  1491. # Begin Source File
  1492. SOURCE=.\enumstd.h
  1493. # End Source File
  1494. # Begin Source File
  1495. SOURCE=.\ErrorEnums.h
  1496. # End Source File
  1497. # Begin Source File
  1498. SOURCE=.\FDI.H
  1499. # End Source File
  1500. # Begin Source File
  1501. SOURCE=.\fs.h
  1502. # End Source File
  1503. # Begin Source File
  1504. SOURCE=.\Functions.h
  1505. # End Source File
  1506. # Begin Source File
  1507. SOURCE=.\GenException.h
  1508. # End Source File
  1509. # Begin Source File
  1510. SOURCE=.\HttpQueryException.h
  1511. # End Source File
  1512. # Begin Source File
  1513. SOURCE=.\msitstg.h
  1514. # End Source File
  1515. # Begin Source File
  1516. SOURCE=.\OcxGlobals.h
  1517. # End Source File
  1518. # Begin Source File
  1519. SOURCE=.\RSSTACK.H
  1520. # End Source File
  1521. # Begin Source File
  1522. SOURCE=.\sniff.h
  1523. # End Source File
  1524. # Begin Source File
  1525. SOURCE=.\StdAfx.h
  1526. # End Source File
  1527. # Begin Source File
  1528. SOURCE=.\TSHOOT.h
  1529. # End Source File
  1530. # Begin Source File
  1531. SOURCE=.\TSHOOTCtl.h
  1532. # End Source File
  1533. # Begin Source File
  1534. SOURCE=.\TSHOOTPpg.h
  1535. # End Source File
  1536. # End Group
  1537. # Begin Group "Resource Files"
  1538. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  1539. # Begin Source File
  1540. SOURCE=.\TSHOOT.ico
  1541. # End Source File
  1542. # Begin Source File
  1543. SOURCE=.\TSHOOTCtl.bmp
  1544. # End Source File
  1545. # End Group
  1546. # End Target
  1547. # End Project