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.

1147 lines
40 KiB

  1. # Microsoft Developer Studio Project File - Name="pantheios.util" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=pantheios.util - 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 "pantheios.util.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 "pantheios.util.mak" CFG="pantheios.util - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "pantheios.util - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "pantheios.util - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "pantheios.util - Win32 Release Multithreaded" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "pantheios.util - Win32 Debug Multithreaded" (based on "Win32 (x86) Static Library")
  22. !MESSAGE "pantheios.util - Win32 Release Multithreaded DLL" (based on "Win32 (x86) Static Library")
  23. !MESSAGE "pantheios.util - Win32 Debug Multithreaded DLL" (based on "Win32 (x86) Static Library")
  24. !MESSAGE "pantheios.util - Win32 Unicode Release" (based on "Win32 (x86) Static Library")
  25. !MESSAGE "pantheios.util - Win32 Unicode Debug" (based on "Win32 (x86) Static Library")
  26. !MESSAGE "pantheios.util - Win32 Unicode Release Multithreaded" (based on "Win32 (x86) Static Library")
  27. !MESSAGE "pantheios.util - Win32 Unicode Debug Multithreaded" (based on "Win32 (x86) Static Library")
  28. !MESSAGE "pantheios.util - Win32 Unicode Release Multithreaded DLL" (based on "Win32 (x86) Static Library")
  29. !MESSAGE "pantheios.util - Win32 Unicode Debug Multithreaded DLL" (based on "Win32 (x86) Static Library")
  30. !MESSAGE "pantheios.util - Win32 Release NoX" (based on "Win32 (x86) Static Library")
  31. !MESSAGE "pantheios.util - Win32 Debug NoX" (based on "Win32 (x86) Static Library")
  32. !MESSAGE "pantheios.util - Win32 Release Multithreaded NoX" (based on "Win32 (x86) Static Library")
  33. !MESSAGE "pantheios.util - Win32 Debug Multithreaded NoX" (based on "Win32 (x86) Static Library")
  34. !MESSAGE "pantheios.util - Win32 Release Multithreaded DLL NoX" (based on "Win32 (x86) Static Library")
  35. !MESSAGE "pantheios.util - Win32 Debug Multithreaded DLL NoX" (based on "Win32 (x86) Static Library")
  36. !MESSAGE "pantheios.util - Win32 Release pseudoUNIX" (based on "Win32 (x86) Static Library")
  37. !MESSAGE "pantheios.util - Win32 Debug pseudoUNIX" (based on "Win32 (x86) Static Library")
  38. !MESSAGE "pantheios.util - Win32 Release Multithreaded pseudoUNIX" (based on "Win32 (x86) Static Library")
  39. !MESSAGE "pantheios.util - Win32 Debug Multithreaded pseudoUNIX" (based on "Win32 (x86) Static Library")
  40. !MESSAGE "pantheios.util - Win32 Release Multithreaded DLL pseudoUNIX" (based on "Win32 (x86) Static Library")
  41. !MESSAGE "pantheios.util - Win32 Debug Multithreaded DLL pseudoUNIX" (based on "Win32 (x86) Static Library")
  42. !MESSAGE
  43. # Begin Project
  44. # PROP AllowPerConfigDependencies 0
  45. # PROP Scc_ProjName ""
  46. # PROP Scc_LocalPath ""
  47. CPP=cl.exe
  48. RSC=rc.exe
  49. !IF "$(CFG)" == "pantheios.util - Win32 Release"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 0
  52. # PROP BASE Output_Dir "Release"
  53. # PROP BASE Intermediate_Dir "Release"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 0
  57. # PROP Output_Dir "Release"
  58. # PROP Intermediate_Dir "Release"
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  61. # SUBTRACT BASE CPP /YX
  62. # ADD CPP /nologo /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  63. # SUBTRACT CPP /YX
  64. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  65. # ADD RSC /l 0xc09 /d "NDEBUG"
  66. BSC32=bscmake.exe
  67. # ADD BASE BSC32 /nologo
  68. # ADD BSC32 /nologo
  69. LIB32=link.exe -lib
  70. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.lib"
  71. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.lib"
  72. !ELSEIF "$(CFG)" == "pantheios.util - 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 Target_Dir ""
  83. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  84. # SUBTRACT BASE CPP /YX
  85. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  86. # SUBTRACT CPP /YX
  87. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  88. # ADD RSC /l 0xc09 /d "_DEBUG"
  89. BSC32=bscmake.exe
  90. # ADD BASE BSC32 /nologo
  91. # ADD BSC32 /nologo
  92. LIB32=link.exe -lib
  93. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.debug.lib"
  94. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.debug.lib"
  95. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Release Multithreaded"
  96. # PROP BASE Use_MFC 0
  97. # PROP BASE Use_Debug_Libraries 0
  98. # PROP BASE Output_Dir "ReleaseMT"
  99. # PROP BASE Intermediate_Dir "ReleaseMT"
  100. # PROP BASE Target_Dir ""
  101. # PROP Use_MFC 0
  102. # PROP Use_Debug_Libraries 0
  103. # PROP Output_Dir "ReleaseMT"
  104. # PROP Intermediate_Dir "ReleaseMT"
  105. # PROP Target_Dir ""
  106. # ADD BASE CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  107. # SUBTRACT BASE CPP /YX
  108. # ADD CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  109. # SUBTRACT CPP /YX
  110. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  111. # ADD RSC /l 0xc09 /d "NDEBUG"
  112. BSC32=bscmake.exe
  113. # ADD BASE BSC32 /nologo
  114. # ADD BSC32 /nologo
  115. LIB32=link.exe -lib
  116. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.mt.lib"
  117. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.mt.lib"
  118. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Debug Multithreaded"
  119. # PROP BASE Use_MFC 0
  120. # PROP BASE Use_Debug_Libraries 1
  121. # PROP BASE Output_Dir "DebugMT"
  122. # PROP BASE Intermediate_Dir "DebugMT"
  123. # PROP BASE Target_Dir ""
  124. # PROP Use_MFC 0
  125. # PROP Use_Debug_Libraries 1
  126. # PROP Output_Dir "DebugMT"
  127. # PROP Intermediate_Dir "DebugMT"
  128. # PROP Target_Dir ""
  129. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  130. # SUBTRACT BASE CPP /YX
  131. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  132. # SUBTRACT CPP /YX
  133. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  134. # ADD RSC /l 0xc09 /d "_DEBUG"
  135. BSC32=bscmake.exe
  136. # ADD BASE BSC32 /nologo
  137. # ADD BSC32 /nologo
  138. LIB32=link.exe -lib
  139. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.mt.debug.lib"
  140. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.mt.debug.lib"
  141. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Release Multithreaded DLL"
  142. # PROP BASE Use_MFC 0
  143. # PROP BASE Use_Debug_Libraries 0
  144. # PROP BASE Output_Dir "ReleaseDLL"
  145. # PROP BASE Intermediate_Dir "ReleaseDLL"
  146. # PROP BASE Target_Dir ""
  147. # PROP Use_MFC 0
  148. # PROP Use_Debug_Libraries 0
  149. # PROP Output_Dir "ReleaseDLL"
  150. # PROP Intermediate_Dir "ReleaseDLL"
  151. # PROP Target_Dir ""
  152. # ADD BASE CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  153. # SUBTRACT BASE CPP /YX
  154. # ADD CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  155. # SUBTRACT CPP /YX
  156. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  157. # ADD RSC /l 0xc09 /d "NDEBUG"
  158. BSC32=bscmake.exe
  159. # ADD BASE BSC32 /nologo
  160. # ADD BSC32 /nologo
  161. LIB32=link.exe -lib
  162. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.dll.lib"
  163. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.dll.lib"
  164. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Debug Multithreaded DLL"
  165. # PROP BASE Use_MFC 0
  166. # PROP BASE Use_Debug_Libraries 1
  167. # PROP BASE Output_Dir "DebugDLL"
  168. # PROP BASE Intermediate_Dir "DebugDLL"
  169. # PROP BASE Target_Dir ""
  170. # PROP Use_MFC 0
  171. # PROP Use_Debug_Libraries 1
  172. # PROP Output_Dir "DebugDLL"
  173. # PROP Intermediate_Dir "DebugDLL"
  174. # PROP Target_Dir ""
  175. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  176. # SUBTRACT BASE CPP /YX
  177. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  178. # SUBTRACT CPP /YX
  179. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  180. # ADD RSC /l 0xc09 /d "_DEBUG"
  181. BSC32=bscmake.exe
  182. # ADD BASE BSC32 /nologo
  183. # ADD BSC32 /nologo
  184. LIB32=link.exe -lib
  185. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.dll.debug.lib"
  186. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.dll.debug.lib"
  187. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Unicode Release"
  188. # PROP BASE Use_MFC 0
  189. # PROP BASE Use_Debug_Libraries 0
  190. # PROP BASE Output_Dir "URelease"
  191. # PROP BASE Intermediate_Dir "URelease"
  192. # PROP BASE Target_Dir ""
  193. # PROP Use_MFC 0
  194. # PROP Use_Debug_Libraries 0
  195. # PROP Output_Dir "URelease"
  196. # PROP Intermediate_Dir "URelease"
  197. # PROP Target_Dir ""
  198. # ADD BASE CPP /nologo /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  199. # SUBTRACT BASE CPP /YX
  200. # ADD CPP /nologo /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  201. # SUBTRACT CPP /YX
  202. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  203. # ADD RSC /l 0xc09 /d "NDEBUG"
  204. BSC32=bscmake.exe
  205. # ADD BASE BSC32 /nologo
  206. # ADD BSC32 /nologo
  207. LIB32=link.exe -lib
  208. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.lib"
  209. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.lib"
  210. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Unicode Debug"
  211. # PROP BASE Use_MFC 0
  212. # PROP BASE Use_Debug_Libraries 1
  213. # PROP BASE Output_Dir "UDebug"
  214. # PROP BASE Intermediate_Dir "UDebug"
  215. # PROP BASE Target_Dir ""
  216. # PROP Use_MFC 0
  217. # PROP Use_Debug_Libraries 1
  218. # PROP Output_Dir "UDebug"
  219. # PROP Intermediate_Dir "UDebug"
  220. # PROP Target_Dir ""
  221. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  222. # SUBTRACT BASE CPP /YX
  223. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  224. # SUBTRACT CPP /YX
  225. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  226. # ADD RSC /l 0xc09 /d "_DEBUG"
  227. BSC32=bscmake.exe
  228. # ADD BASE BSC32 /nologo
  229. # ADD BSC32 /nologo
  230. LIB32=link.exe -lib
  231. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.debug.lib"
  232. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.debug.lib"
  233. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Unicode Release Multithreaded"
  234. # PROP BASE Use_MFC 0
  235. # PROP BASE Use_Debug_Libraries 0
  236. # PROP BASE Output_Dir "UReleaseMT"
  237. # PROP BASE Intermediate_Dir "UReleaseMT"
  238. # PROP BASE Target_Dir ""
  239. # PROP Use_MFC 0
  240. # PROP Use_Debug_Libraries 0
  241. # PROP Output_Dir "UReleaseMT"
  242. # PROP Intermediate_Dir "UReleaseMT"
  243. # PROP Target_Dir ""
  244. # ADD BASE CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  245. # SUBTRACT BASE CPP /YX
  246. # ADD CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  247. # SUBTRACT CPP /YX
  248. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  249. # ADD RSC /l 0xc09 /d "NDEBUG"
  250. BSC32=bscmake.exe
  251. # ADD BASE BSC32 /nologo
  252. # ADD BSC32 /nologo
  253. LIB32=link.exe -lib
  254. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.mt.lib"
  255. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.mt.lib"
  256. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Unicode Debug Multithreaded"
  257. # PROP BASE Use_MFC 0
  258. # PROP BASE Use_Debug_Libraries 1
  259. # PROP BASE Output_Dir "UDebugMT"
  260. # PROP BASE Intermediate_Dir "UDebugMT"
  261. # PROP BASE Target_Dir ""
  262. # PROP Use_MFC 0
  263. # PROP Use_Debug_Libraries 1
  264. # PROP Output_Dir "UDebugMT"
  265. # PROP Intermediate_Dir "UDebugMT"
  266. # PROP Target_Dir ""
  267. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  268. # SUBTRACT BASE CPP /YX
  269. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  270. # SUBTRACT CPP /YX
  271. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  272. # ADD RSC /l 0xc09 /d "_DEBUG"
  273. BSC32=bscmake.exe
  274. # ADD BASE BSC32 /nologo
  275. # ADD BSC32 /nologo
  276. LIB32=link.exe -lib
  277. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.mt.debug.lib"
  278. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.mt.debug.lib"
  279. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Unicode Release Multithreaded DLL"
  280. # PROP BASE Use_MFC 0
  281. # PROP BASE Use_Debug_Libraries 0
  282. # PROP BASE Output_Dir "UReleaseDLL"
  283. # PROP BASE Intermediate_Dir "UReleaseDLL"
  284. # PROP BASE Target_Dir ""
  285. # PROP Use_MFC 0
  286. # PROP Use_Debug_Libraries 0
  287. # PROP Output_Dir "UReleaseDLL"
  288. # PROP Intermediate_Dir "UReleaseDLL"
  289. # PROP Target_Dir ""
  290. # ADD BASE CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  291. # SUBTRACT BASE CPP /YX
  292. # ADD CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  293. # SUBTRACT CPP /YX
  294. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  295. # ADD RSC /l 0xc09 /d "NDEBUG"
  296. BSC32=bscmake.exe
  297. # ADD BASE BSC32 /nologo
  298. # ADD BSC32 /nologo
  299. LIB32=link.exe -lib
  300. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.dll.lib"
  301. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.dll.lib"
  302. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Unicode Debug Multithreaded DLL"
  303. # PROP BASE Use_MFC 0
  304. # PROP BASE Use_Debug_Libraries 1
  305. # PROP BASE Output_Dir "UDebugDLL"
  306. # PROP BASE Intermediate_Dir "UDebugDLL"
  307. # PROP BASE Target_Dir ""
  308. # PROP Use_MFC 0
  309. # PROP Use_Debug_Libraries 1
  310. # PROP Output_Dir "UDebugDLL"
  311. # PROP Intermediate_Dir "UDebugDLL"
  312. # PROP Target_Dir ""
  313. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  314. # SUBTRACT BASE CPP /YX
  315. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  316. # SUBTRACT CPP /YX
  317. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  318. # ADD RSC /l 0xc09 /d "_DEBUG"
  319. BSC32=bscmake.exe
  320. # ADD BASE BSC32 /nologo
  321. # ADD BSC32 /nologo
  322. LIB32=link.exe -lib
  323. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.dll.debug.lib"
  324. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.widestring.dll.debug.lib"
  325. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Release NoX"
  326. # PROP BASE Use_MFC 0
  327. # PROP BASE Use_Debug_Libraries 0
  328. # PROP BASE Output_Dir "ReleaseNoX"
  329. # PROP BASE Intermediate_Dir "ReleaseNoX"
  330. # PROP BASE Target_Dir ""
  331. # PROP Use_MFC 0
  332. # PROP Use_Debug_Libraries 0
  333. # PROP Output_Dir "ReleaseNoX"
  334. # PROP Intermediate_Dir "ReleaseNoX"
  335. # PROP Target_Dir ""
  336. # ADD BASE CPP /nologo /W3 /WX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  337. # SUBTRACT BASE CPP /YX
  338. # ADD CPP /nologo /W3 /WX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  339. # SUBTRACT CPP /YX
  340. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  341. # ADD RSC /l 0xc09 /d "NDEBUG"
  342. BSC32=bscmake.exe
  343. # ADD BASE BSC32 /nologo
  344. # ADD BSC32 /nologo
  345. LIB32=link.exe -lib
  346. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.nox.lib"
  347. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.nox.lib"
  348. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Debug NoX"
  349. # PROP BASE Use_MFC 0
  350. # PROP BASE Use_Debug_Libraries 1
  351. # PROP BASE Output_Dir "DebugNoX"
  352. # PROP BASE Intermediate_Dir "DebugNoX"
  353. # PROP BASE Target_Dir ""
  354. # PROP Use_MFC 0
  355. # PROP Use_Debug_Libraries 1
  356. # PROP Output_Dir "DebugNoX"
  357. # PROP Intermediate_Dir "DebugNoX"
  358. # PROP Target_Dir ""
  359. # ADD BASE CPP /nologo /W3 /Gm /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  360. # SUBTRACT BASE CPP /YX
  361. # ADD CPP /nologo /W3 /Gm /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  362. # SUBTRACT CPP /YX
  363. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  364. # ADD RSC /l 0xc09 /d "_DEBUG"
  365. BSC32=bscmake.exe
  366. # ADD BASE BSC32 /nologo
  367. # ADD BSC32 /nologo
  368. LIB32=link.exe -lib
  369. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.nox.debug.lib"
  370. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.nox.debug.lib"
  371. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Release Multithreaded NoX"
  372. # PROP BASE Use_MFC 0
  373. # PROP BASE Use_Debug_Libraries 0
  374. # PROP BASE Output_Dir "ReleaseMTNoX"
  375. # PROP BASE Intermediate_Dir "ReleaseMTNoX"
  376. # PROP BASE Target_Dir ""
  377. # PROP Use_MFC 0
  378. # PROP Use_Debug_Libraries 0
  379. # PROP Output_Dir "ReleaseMTNoX"
  380. # PROP Intermediate_Dir "ReleaseMTNoX"
  381. # PROP Target_Dir ""
  382. # ADD BASE CPP /nologo /MT /W3 /WX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  383. # SUBTRACT BASE CPP /YX
  384. # ADD CPP /nologo /MT /W3 /WX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  385. # SUBTRACT CPP /YX
  386. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  387. # ADD RSC /l 0xc09 /d "NDEBUG"
  388. BSC32=bscmake.exe
  389. # ADD BASE BSC32 /nologo
  390. # ADD BSC32 /nologo
  391. LIB32=link.exe -lib
  392. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.mt.nox.lib"
  393. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.mt.nox.lib"
  394. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Debug Multithreaded NoX"
  395. # PROP BASE Use_MFC 0
  396. # PROP BASE Use_Debug_Libraries 1
  397. # PROP BASE Output_Dir "DebugMTNoX"
  398. # PROP BASE Intermediate_Dir "DebugMTNoX"
  399. # PROP BASE Target_Dir ""
  400. # PROP Use_MFC 0
  401. # PROP Use_Debug_Libraries 1
  402. # PROP Output_Dir "DebugMTNoX"
  403. # PROP Intermediate_Dir "DebugMTNoX"
  404. # PROP Target_Dir ""
  405. # ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  406. # SUBTRACT BASE CPP /YX
  407. # ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  408. # SUBTRACT CPP /YX
  409. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  410. # ADD RSC /l 0xc09 /d "_DEBUG"
  411. BSC32=bscmake.exe
  412. # ADD BASE BSC32 /nologo
  413. # ADD BSC32 /nologo
  414. LIB32=link.exe -lib
  415. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.mt.nox.debug.lib"
  416. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.mt.nox.debug.lib"
  417. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Release Multithreaded DLL NoX"
  418. # PROP BASE Use_MFC 0
  419. # PROP BASE Use_Debug_Libraries 0
  420. # PROP BASE Output_Dir "ReleaseDLLNoX"
  421. # PROP BASE Intermediate_Dir "ReleaseDLLNoX"
  422. # PROP BASE Target_Dir ""
  423. # PROP Use_MFC 0
  424. # PROP Use_Debug_Libraries 0
  425. # PROP Output_Dir "ReleaseDLLNoX"
  426. # PROP Intermediate_Dir "ReleaseDLLNoX"
  427. # PROP Target_Dir ""
  428. # ADD BASE CPP /nologo /MD /W3 /WX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  429. # SUBTRACT BASE CPP /YX
  430. # ADD CPP /nologo /MD /W3 /WX /O2 /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  431. # SUBTRACT CPP /YX
  432. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  433. # ADD RSC /l 0xc09 /d "NDEBUG"
  434. BSC32=bscmake.exe
  435. # ADD BASE BSC32 /nologo
  436. # ADD BSC32 /nologo
  437. LIB32=link.exe -lib
  438. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.dll.nox.lib"
  439. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.dll.nox.lib"
  440. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Debug Multithreaded DLL NoX"
  441. # PROP BASE Use_MFC 0
  442. # PROP BASE Use_Debug_Libraries 1
  443. # PROP BASE Output_Dir "DebugDLLNoX"
  444. # PROP BASE Intermediate_Dir "DebugDLLNoX"
  445. # PROP BASE Target_Dir ""
  446. # PROP Use_MFC 0
  447. # PROP Use_Debug_Libraries 1
  448. # PROP Output_Dir "DebugDLLNoX"
  449. # PROP Intermediate_Dir "DebugDLLNoX"
  450. # PROP Target_Dir ""
  451. # ADD BASE CPP /nologo /MDd /W3 /Gm /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  452. # SUBTRACT BASE CPP /YX
  453. # ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  454. # SUBTRACT CPP /YX
  455. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  456. # ADD RSC /l 0xc09 /d "_DEBUG"
  457. BSC32=bscmake.exe
  458. # ADD BASE BSC32 /nologo
  459. # ADD BSC32 /nologo
  460. LIB32=link.exe -lib
  461. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.dll.nox.debug.lib"
  462. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.dll.nox.debug.lib"
  463. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Release pseudoUNIX"
  464. # PROP BASE Use_MFC 0
  465. # PROP BASE Use_Debug_Libraries 0
  466. # PROP BASE Output_Dir "ReleaseUNIX"
  467. # PROP BASE Intermediate_Dir "ReleaseUNIX"
  468. # PROP BASE Target_Dir ""
  469. # PROP Use_MFC 0
  470. # PROP Use_Debug_Libraries 0
  471. # PROP Output_Dir "ReleaseUNIX"
  472. # PROP Intermediate_Dir "ReleaseUNIX"
  473. # PROP Target_Dir ""
  474. # ADD BASE CPP /nologo /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  475. # SUBTRACT BASE CPP /YX
  476. # ADD CPP /nologo /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  477. # SUBTRACT CPP /YX
  478. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  479. # ADD RSC /l 0xc09 /d "NDEBUG"
  480. BSC32=bscmake.exe
  481. # ADD BASE BSC32 /nologo
  482. # ADD BSC32 /nologo
  483. LIB32=link.exe -lib
  484. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.lib"
  485. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.lib"
  486. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Debug pseudoUNIX"
  487. # PROP BASE Use_MFC 0
  488. # PROP BASE Use_Debug_Libraries 1
  489. # PROP BASE Output_Dir "DebugUNIX"
  490. # PROP BASE Intermediate_Dir "DebugUNIX"
  491. # PROP BASE Target_Dir ""
  492. # PROP Use_MFC 0
  493. # PROP Use_Debug_Libraries 1
  494. # PROP Output_Dir "DebugUNIX"
  495. # PROP Intermediate_Dir "DebugUNIX"
  496. # PROP Target_Dir ""
  497. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  498. # SUBTRACT BASE CPP /YX
  499. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  500. # SUBTRACT CPP /YX
  501. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  502. # ADD RSC /l 0xc09 /d "_DEBUG"
  503. BSC32=bscmake.exe
  504. # ADD BASE BSC32 /nologo
  505. # ADD BSC32 /nologo
  506. LIB32=link.exe -lib
  507. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.debug.lib"
  508. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.debug.lib"
  509. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Release Multithreaded pseudoUNIX"
  510. # PROP BASE Use_MFC 0
  511. # PROP BASE Use_Debug_Libraries 0
  512. # PROP BASE Output_Dir "ReleaseMTUNIX"
  513. # PROP BASE Intermediate_Dir "ReleaseMTUNIX"
  514. # PROP BASE Target_Dir ""
  515. # PROP Use_MFC 0
  516. # PROP Use_Debug_Libraries 0
  517. # PROP Output_Dir "ReleaseMTUNIX"
  518. # PROP Intermediate_Dir "ReleaseMTUNIX"
  519. # PROP Target_Dir ""
  520. # ADD BASE CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  521. # SUBTRACT BASE CPP /YX
  522. # ADD CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  523. # SUBTRACT CPP /YX
  524. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  525. # ADD RSC /l 0xc09 /d "NDEBUG"
  526. BSC32=bscmake.exe
  527. # ADD BASE BSC32 /nologo
  528. # ADD BSC32 /nologo
  529. LIB32=link.exe -lib
  530. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.mt.lib"
  531. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.mt.lib"
  532. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Debug Multithreaded pseudoUNIX"
  533. # PROP BASE Use_MFC 0
  534. # PROP BASE Use_Debug_Libraries 1
  535. # PROP BASE Output_Dir "DebugMTUNIX"
  536. # PROP BASE Intermediate_Dir "DebugMTUNIX"
  537. # PROP BASE Target_Dir ""
  538. # PROP Use_MFC 0
  539. # PROP Use_Debug_Libraries 1
  540. # PROP Output_Dir "DebugMTUNIX"
  541. # PROP Intermediate_Dir "DebugMTUNIX"
  542. # PROP Target_Dir ""
  543. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  544. # SUBTRACT BASE CPP /YX
  545. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  546. # SUBTRACT CPP /YX
  547. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  548. # ADD RSC /l 0xc09 /d "_DEBUG"
  549. BSC32=bscmake.exe
  550. # ADD BASE BSC32 /nologo
  551. # ADD BSC32 /nologo
  552. LIB32=link.exe -lib
  553. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.mt.debug.lib"
  554. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.mt.debug.lib"
  555. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Release Multithreaded DLL pseudoUNIX"
  556. # PROP BASE Use_MFC 0
  557. # PROP BASE Use_Debug_Libraries 0
  558. # PROP BASE Output_Dir "ReleaseDLLUNIX"
  559. # PROP BASE Intermediate_Dir "ReleaseDLLUNIX"
  560. # PROP BASE Target_Dir ""
  561. # PROP Use_MFC 0
  562. # PROP Use_Debug_Libraries 0
  563. # PROP Output_Dir "ReleaseDLLUNIX"
  564. # PROP Intermediate_Dir "ReleaseDLLUNIX"
  565. # PROP Target_Dir ""
  566. # ADD BASE CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  567. # SUBTRACT BASE CPP /YX
  568. # ADD CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  569. # SUBTRACT CPP /YX
  570. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  571. # ADD RSC /l 0xc09 /d "NDEBUG"
  572. BSC32=bscmake.exe
  573. # ADD BASE BSC32 /nologo
  574. # ADD BSC32 /nologo
  575. LIB32=link.exe -lib
  576. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.dll.lib"
  577. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.dll.lib"
  578. !ELSEIF "$(CFG)" == "pantheios.util - Win32 Debug Multithreaded DLL pseudoUNIX"
  579. # PROP BASE Use_MFC 0
  580. # PROP BASE Use_Debug_Libraries 1
  581. # PROP BASE Output_Dir "DebugDLLUNIX"
  582. # PROP BASE Intermediate_Dir "DebugDLLUNIX"
  583. # PROP BASE Target_Dir ""
  584. # PROP Use_MFC 0
  585. # PROP Use_Debug_Libraries 1
  586. # PROP Output_Dir "DebugDLLUNIX"
  587. # PROP Intermediate_Dir "DebugDLLUNIX"
  588. # PROP Target_Dir ""
  589. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  590. # SUBTRACT BASE CPP /YX
  591. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../include" /I "$(STLSOFT)/include" /I "$(UNIXEM)/include" /I "$(PTHREADS_WIN32)/include" /I "$(SYNESIS_DEV)/libraries/include" /D "UNIX" /D "_STLSOFT_FORCE_ANY_COMPILER" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  592. # SUBTRACT CPP /YX
  593. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  594. # ADD RSC /l 0xc09 /d "_DEBUG"
  595. BSC32=bscmake.exe
  596. # ADD BASE BSC32 /nologo
  597. # ADD BSC32 /nologo
  598. LIB32=link.exe -lib
  599. # ADD BASE LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.dll.debug.lib"
  600. # ADD LIB32 /nologo /out:"../../../lib/pantheios.1.util.vc6.unix.dll.debug.lib"
  601. !ENDIF
  602. # Begin Target
  603. # Name "pantheios.util - Win32 Release"
  604. # Name "pantheios.util - Win32 Debug"
  605. # Name "pantheios.util - Win32 Release Multithreaded"
  606. # Name "pantheios.util - Win32 Debug Multithreaded"
  607. # Name "pantheios.util - Win32 Release Multithreaded DLL"
  608. # Name "pantheios.util - Win32 Debug Multithreaded DLL"
  609. # Name "pantheios.util - Win32 Unicode Release"
  610. # Name "pantheios.util - Win32 Unicode Debug"
  611. # Name "pantheios.util - Win32 Unicode Release Multithreaded"
  612. # Name "pantheios.util - Win32 Unicode Debug Multithreaded"
  613. # Name "pantheios.util - Win32 Unicode Release Multithreaded DLL"
  614. # Name "pantheios.util - Win32 Unicode Debug Multithreaded DLL"
  615. # Name "pantheios.util - Win32 Release NoX"
  616. # Name "pantheios.util - Win32 Debug NoX"
  617. # Name "pantheios.util - Win32 Release Multithreaded NoX"
  618. # Name "pantheios.util - Win32 Debug Multithreaded NoX"
  619. # Name "pantheios.util - Win32 Release Multithreaded DLL NoX"
  620. # Name "pantheios.util - Win32 Debug Multithreaded DLL NoX"
  621. # Name "pantheios.util - Win32 Release pseudoUNIX"
  622. # Name "pantheios.util - Win32 Debug pseudoUNIX"
  623. # Name "pantheios.util - Win32 Release Multithreaded pseudoUNIX"
  624. # Name "pantheios.util - Win32 Debug Multithreaded pseudoUNIX"
  625. # Name "pantheios.util - Win32 Release Multithreaded DLL pseudoUNIX"
  626. # Name "pantheios.util - Win32 Debug Multithreaded DLL pseudoUNIX"
  627. # Begin Group "Source Files"
  628. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  629. # Begin Group "util"
  630. # PROP Default_Filter ""
  631. # Begin Source File
  632. SOURCE=..\..\..\src\util\bailout.c
  633. # End Source File
  634. # Begin Source File
  635. SOURCE=..\..\..\src\util\be.context.cpp
  636. # End Source File
  637. # Begin Source File
  638. SOURCE=..\..\..\src\util\be.parse.cpp
  639. # End Source File
  640. # Begin Source File
  641. SOURCE=..\..\..\src\util\core.apidefs.cpp
  642. # End Source File
  643. # Begin Source File
  644. SOURCE=..\..\..\src\util\hostname.c
  645. # End Source File
  646. # Begin Source File
  647. SOURCE=..\..\..\src\util\init_code_strings.c
  648. # End Source File
  649. # Begin Source File
  650. SOURCE=..\..\..\src\util\processid.c
  651. # End Source File
  652. # Begin Source File
  653. SOURCE=..\..\..\src\util\severity_strings.c
  654. # End Source File
  655. # Begin Source File
  656. SOURCE=..\..\..\src\util\snprintf.c
  657. # End Source File
  658. # Begin Source File
  659. SOURCE=..\..\..\src\util\strdup.c
  660. # End Source File
  661. # Begin Source File
  662. SOURCE=..\..\..\src\util\strnlen.cpp
  663. # End Source File
  664. # Begin Source File
  665. SOURCE=..\..\..\src\util\threadid.c
  666. # End Source File
  667. # Begin Source File
  668. SOURCE=..\..\..\src\util\time.cpp
  669. # End Source File
  670. # Begin Source File
  671. SOURCE=..\..\..\src\util\util.strnlen.c
  672. # ADD CPP /W4
  673. # End Source File
  674. # End Group
  675. # End Group
  676. # Begin Group "Header Files"
  677. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  678. # Begin Group "STLSoft Header Files"
  679. # PROP Default_Filter ""
  680. # Begin Group "STLSoft"
  681. # PROP Default_Filter ""
  682. # Begin Source File
  683. SOURCE="$(STLSOFT)\include\stlsoft\memory\allocator_base.hpp"
  684. # End Source File
  685. # Begin Source File
  686. SOURCE="$(STLSOFT)\include\stlsoft\memory\allocator_features.hpp"
  687. # End Source File
  688. # Begin Source File
  689. SOURCE="$(STLSOFT)\include\stlsoft\memory\allocator_selector.hpp"
  690. # End Source File
  691. # Begin Source File
  692. SOURCE="$(STLSOFT)\include\stlsoft\algorithms\std\alt.hpp"
  693. # End Source File
  694. # Begin Source File
  695. SOURCE="$(STLSOFT)\include\stlsoft\containers\util\array_policies.hpp"
  696. # End Source File
  697. # Begin Source File
  698. SOURCE="$(STLSOFT)\include\stlsoft\memory\auto_buffer.hpp"
  699. # End Source File
  700. # Begin Source File
  701. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string\std\basic_string.hpp"
  702. # End Source File
  703. # Begin Source File
  704. SOURCE="$(STLSOFT)\include\stlsoft\algorithms\bounded.hpp"
  705. # End Source File
  706. # Begin Source File
  707. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string\std\c_string.h"
  708. # End Source File
  709. # Begin Source File
  710. SOURCE="$(STLSOFT)\include\stlsoft\meta\capabilities.hpp"
  711. # End Source File
  712. # Begin Source File
  713. SOURCE="$(STLSOFT)\include\stlsoft\string\char_traits.hpp"
  714. # End Source File
  715. # Begin Source File
  716. SOURCE="$(STLSOFT)\include\stlsoft\collections\util\collections.hpp"
  717. # End Source File
  718. # Begin Source File
  719. SOURCE="$(STLSOFT)\include\stlsoft\util\constraints.hpp"
  720. # End Source File
  721. # Begin Source File
  722. SOURCE="$(STLSOFT)\include\stlsoft\error\conversion_error.hpp"
  723. # End Source File
  724. # Begin Source File
  725. SOURCE="$(STLSOFT)\include\stlsoft\iterators\cstring_concatenator_iterator.hpp"
  726. # End Source File
  727. # Begin Source File
  728. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string\std\exception.hpp"
  729. # End Source File
  730. # Begin Source File
  731. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string\fwd.h"
  732. # End Source File
  733. # Begin Source File
  734. SOURCE="$(STLSOFT)\include\stlsoft\conversion\integer_to_string.hpp"
  735. # End Source File
  736. # Begin Source File
  737. SOURCE="$(STLSOFT)\include\stlsoft\meta\is_const_type.hpp"
  738. # End Source File
  739. # Begin Source File
  740. SOURCE="$(STLSOFT)\include\stlsoft\meta\is_integral_type.hpp"
  741. # End Source File
  742. # Begin Source File
  743. SOURCE="$(STLSOFT)\include\stlsoft\meta\is_pointer_type.hpp"
  744. # End Source File
  745. # Begin Source File
  746. SOURCE="$(STLSOFT)\include\stlsoft\meta\is_same_type.hpp"
  747. # End Source File
  748. # Begin Source File
  749. SOURCE="$(STLSOFT)\include\stlsoft\util\std\iterator_generators.hpp"
  750. # End Source File
  751. # Begin Source File
  752. SOURCE="$(STLSOFT)\include\stlsoft\util\std\iterator_helper.hpp"
  753. # End Source File
  754. # Begin Source File
  755. SOURCE="$(STLSOFT)\include\stlsoft\util\std\library_discriminator.hpp"
  756. # End Source File
  757. # Begin Source File
  758. SOURCE="$(STLSOFT)\include\stlsoft\util\limit_traits.h"
  759. # End Source File
  760. # Begin Source File
  761. SOURCE="$(STLSOFT)\include\stlsoft\iterators\member_selector_iterator.hpp"
  762. # End Source File
  763. # Begin Source File
  764. SOURCE="$(STLSOFT)\include\stlsoft\meta\util\meta_.hpp"
  765. # End Source File
  766. # Begin Source File
  767. SOURCE="$(STLSOFT)\include\stlsoft\util\minmax.hpp"
  768. # End Source File
  769. # Begin Source File
  770. SOURCE="$(STLSOFT)\include\stlsoft\internal\cccap\msvc.h"
  771. # End Source File
  772. # Begin Source File
  773. SOURCE="$(STLSOFT)\include\stlsoft\meta\n_types.hpp"
  774. # End Source File
  775. # Begin Source File
  776. SOURCE="$(STLSOFT)\include\stlsoft\memory\null_allocator.hpp"
  777. # End Source File
  778. # Begin Source File
  779. SOURCE="$(STLSOFT)\include\stlsoft\internal\cccap\obsolete.h"
  780. # End Source File
  781. # Begin Source File
  782. SOURCE="$(STLSOFT)\include\stlsoft\algorithms\pod.hpp"
  783. # End Source File
  784. # Begin Source File
  785. SOURCE="$(STLSOFT)\include\stlsoft\internal\safestr.h"
  786. # End Source File
  787. # Begin Source File
  788. SOURCE="$(STLSOFT)\include\stlsoft\conversion\sap_cast.hpp"
  789. # End Source File
  790. # Begin Source File
  791. SOURCE="$(STLSOFT)\include\stlsoft\string\shim_string.hpp"
  792. # End Source File
  793. # Begin Source File
  794. SOURCE="$(STLSOFT)\include\stlsoft\util\sign_traits.hpp"
  795. # End Source File
  796. # Begin Source File
  797. SOURCE="$(STLSOFT)\include\stlsoft\string\simple_string.hpp"
  798. # End Source File
  799. # Begin Source File
  800. SOURCE="$(STLSOFT)\include\stlsoft\meta\size_of.hpp"
  801. # End Source File
  802. # Begin Source File
  803. SOURCE="$(STLSOFT)\include\stlsoft\util\size_traits.hpp"
  804. # End Source File
  805. # Begin Source File
  806. SOURCE="$(STLSOFT)\include\stlsoft\string\split_functions.hpp"
  807. # End Source File
  808. # Begin Source File
  809. SOURCE="$(STLSOFT)\include\stlsoft\containers\static_array.hpp"
  810. # End Source File
  811. # Begin Source File
  812. SOURCE="$(STLSOFT)\include\stlsoft\util\std_swap.hpp"
  813. # End Source File
  814. # Begin Source File
  815. SOURCE="$(STLSOFT)\include\stlsoft\stlsoft.h"
  816. # End Source File
  817. # Begin Source File
  818. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string.hpp"
  819. # End Source File
  820. # Begin Source File
  821. SOURCE="$(STLSOFT)\include\stlsoft\string\string_traits_fwd.hpp"
  822. # End Source File
  823. # Begin Source File
  824. SOURCE="$(STLSOFT)\include\stlsoft\string\string_view.hpp"
  825. # End Source File
  826. # Begin Source File
  827. SOURCE="$(STLSOFT)\include\stlsoft\string\view_slice_functions.hpp"
  828. # End Source File
  829. # Begin Source File
  830. SOURCE="$(STLSOFT)\include\stlsoft\meta\yesno.hpp"
  831. # End Source File
  832. # End Group
  833. # Begin Group "PlatformSTL"
  834. # PROP Default_Filter ""
  835. # Begin Source File
  836. SOURCE="$(STLSOFT)\include\platformstl\synch\util\features.h"
  837. # End Source File
  838. # Begin Source File
  839. SOURCE="$(STLSOFT)\include\platformstl\platformstl.h"
  840. # End Source File
  841. # End Group
  842. # Begin Group "UNIXSTL"
  843. # PROP Default_Filter ""
  844. # Begin Source File
  845. SOURCE="$(STLSOFT)\include\unixstl\synch\util\features.h"
  846. # End Source File
  847. # Begin Source File
  848. SOURCE="$(STLSOFT)\include\unixstl\unixstl.h"
  849. # End Source File
  850. # End Group
  851. # Begin Group "WinSTL"
  852. # PROP Default_Filter ""
  853. # Begin Source File
  854. SOURCE="$(STLSOFT)\include\winstl\time\conversion_functions.h"
  855. # End Source File
  856. # Begin Source File
  857. SOURCE="$(STLSOFT)\include\winstl\registry\util\defs.hpp"
  858. # End Source File
  859. # Begin Source File
  860. SOURCE="$(STLSOFT)\include\winstl\time\format_functions.hpp"
  861. # End Source File
  862. # Begin Source File
  863. SOURCE="$(STLSOFT)\include\winstl\registry\functions.hpp"
  864. # End Source File
  865. # Begin Source File
  866. SOURCE="$(STLSOFT)\include\winstl\memory\processheap_allocator.hpp"
  867. # End Source File
  868. # Begin Source File
  869. SOURCE="$(STLSOFT)\include\winstl\registry\reg_traits.hpp"
  870. # End Source File
  871. # Begin Source File
  872. SOURCE="$(STLSOFT)\include\winstl\system\system_traits.hpp"
  873. # End Source File
  874. # Begin Source File
  875. SOURCE="$(STLSOFT)\include\winstl\winstl.h"
  876. # End Source File
  877. # End Group
  878. # Begin Group "COMSTL"
  879. # PROP Default_Filter ""
  880. # Begin Source File
  881. SOURCE="$(STLSOFT)\include\comstl\comstl.h"
  882. # End Source File
  883. # End Group
  884. # End Group
  885. # Begin Group "Pantheios Header Files"
  886. # PROP Default_Filter ""
  887. # Begin Source File
  888. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\core\apidefs.hpp"
  889. # End Source File
  890. # Begin Source File
  891. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\backends\arguments.h"
  892. # End Source File
  893. # Begin Source File
  894. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\backend.h"
  895. # End Source File
  896. # Begin Source File
  897. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\backends\context.hpp"
  898. # End Source File
  899. # Begin Source File
  900. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\quality\contract.h"
  901. # End Source File
  902. # Begin Source File
  903. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\time\currenttime.h"
  904. # End Source File
  905. # Begin Source File
  906. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\frontend.h"
  907. # End Source File
  908. # Begin Source File
  909. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\system\hostname.h"
  910. # End Source File
  911. # Begin Source File
  912. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\init_codes.h"
  913. # End Source File
  914. # Begin Source File
  915. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\lean.h"
  916. # End Source File
  917. # Begin Source File
  918. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\severity\levels.hpp"
  919. # End Source File
  920. # Begin Source File
  921. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\generated\log_functions.h"
  922. # End Source File
  923. # Begin Source File
  924. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\nox.h"
  925. # End Source File
  926. # Begin Source File
  927. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\pantheios.h"
  928. # End Source File
  929. # Begin Source File
  930. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\system\processid.h"
  931. # End Source File
  932. # Begin Source File
  933. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\safestr.h"
  934. # End Source File
  935. # Begin Source File
  936. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\string\snprintf.h"
  937. # End Source File
  938. # Begin Source File
  939. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\stock_levels.hpp"
  940. # End Source File
  941. # Begin Source File
  942. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\string\strdup.h"
  943. # End Source File
  944. # Begin Source File
  945. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\string_encoding.h"
  946. # End Source File
  947. # Begin Source File
  948. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\system\threadid.h"
  949. # End Source File
  950. # Begin Source File
  951. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\threading.h"
  952. # End Source File
  953. # Begin Source File
  954. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\severity\WindowsEventLog.h"
  955. # End Source File
  956. # Begin Source File
  957. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\winlean.h"
  958. # End Source File
  959. # End Group
  960. # Begin Group "UNIXem Header Files"
  961. # PROP Default_Filter ""
  962. # Begin Source File
  963. SOURCE="$(UNIXEM)\include\unistd.h"
  964. # End Source File
  965. # Begin Source File
  966. SOURCE="$(UNIXEM)\include\unixem\unistd.h"
  967. # End Source File
  968. # Begin Source File
  969. SOURCE="$(UNIXEM)\include\unixem\unixem.h"
  970. # End Source File
  971. # End Group
  972. # Begin Source File
  973. SOURCE="$(SYNESIS_DEV)\libraries\include\syslog.h"
  974. # End Source File
  975. # End Group
  976. # End Target
  977. # End Project