gd.dsp 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  1. # Microsoft Developer Studio Project File - Name="gd" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=gd - Win32 Release_TS GD2
  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 "gd.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 "gd.mak" CFG="gd - Win32 Release_TS GD2"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "gd - Win32 Release_TS GD2" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "gd - Win32 Debug_TS GD2" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "gd___Win32_Release_TS_GD2_bundled"
  32. # PROP BASE Intermediate_Dir "gd___Win32_Release_TS_GD2_bundled"
  33. # PROP BASE Ignore_Export_Lib 0
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release_TS"
  38. # PROP Intermediate_Dir "Release_TS"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_GD" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_GD_GIF_READ=1 /D HAVE_GD_GIF_CREATE=1 /D HAVE_GDIMAGECOLORRESOLVE=1 /D "HAVE_GD_PNG" /D "HAVE_GD_JPG" /D "HAVE_GD_WBMP" /D "HAVE_GD_XBM" /D HAVE_LIBGD13=1 /D HAVE_LIBGD=1 /D HAVE_LIBGD15=1 /D HAVE_LIBGD204=1 /FR /YX /FD /c
  42. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /I "libgd" /D ZEND_DEBUG=0 /D HAVE_LIBGD15=1 /D HAVE_LIBGD204=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_GD" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_GD_GIF_READ=1 /D HAVE_GD_GIF_CREATE=1 /D HAVE_GDIMAGECOLORRESOLVE=1 /D "HAVE_GD_PNG" /D "HAVE_GD_JPG" /D "HAVE_GD_WBMP" /D "HAVE_GD_XBM" /D HAVE_LIBGD=1 /D HAVE_LIBGD13=1 /D HAVE_LIBGD20=1 /D "USE_GD_IOCTX" /D HAVE_LIBFREETYPE=1 /D "USE_GD_IMGSTRTTF" /D HAVE_GD_STRINGTTF=1 /D HAVE_GD_BUNDLED=1 /D "MSWIN32" /D "HAVE_LIBPNG" /D "HAVE_LIBJPEG" /D "HAVE_GD_GD2" /D HAVE_GD_STRINGFTEX=1 /D HAVE_GD_IMAGESETBRUSH=1 /D HAVE_GD_IMAGESETTILE=1 /FR /FD /c
  43. # SUBTRACT CPP /YX
  44. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  46. # ADD BASE RSC /l 0x406 /d "NDEBUG"
  47. # ADD RSC /l 0x406 /d "NDEBUG"
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LINK32=link.exe
  52. # ADD BASE LINK32 php5ts.lib libjpeg.lib libpng.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_gd2.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline"
  53. # SUBTRACT BASE LINK32 /pdb:none
  54. # ADD LINK32 php5ts.lib freetype2.lib libjpeg.lib libpng.lib zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/php_gd2.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\zlib\Release"
  55. # SUBTRACT LINK32 /pdb:none
  56. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  57. # PROP BASE Use_MFC 0
  58. # PROP BASE Use_Debug_Libraries 0
  59. # PROP BASE Output_Dir "gd___Win32_Debug_TS_GD2_bundled"
  60. # PROP BASE Intermediate_Dir "gd___Win32_Debug_TS_GD2_bundled"
  61. # PROP BASE Ignore_Export_Lib 0
  62. # PROP BASE Target_Dir ""
  63. # PROP Use_MFC 0
  64. # PROP Use_Debug_Libraries 0
  65. # PROP Output_Dir "Debug_TS"
  66. # PROP Intermediate_Dir "Debug_TS"
  67. # PROP Ignore_Export_Lib 0
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_GD" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_GD_GIF_READ=1 /D HAVE_GD_GIF_CREATE=1 /D HAVE_GDIMAGECOLORRESOLVE=1 /D "HAVE_GD_PNG" /D "HAVE_GD_JPG" /D "HAVE_GD_WBMP" /D HAVE_LIBGD13=1 /D HAVE_LIBGD=1 /D HAVE_LIBGD15=1 /D HAVE_LIBGD204=1 /FR /YX /FD /c
  70. # ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\..\bindlib_w32" /I "..\..\..\zlib" /I "..\..\TSRM" /I "libgd" /D ZEND_DEBUG=1 /D "HAVE_LIBGD15" /D HAVE_LIBGD204=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_GD" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_GD_GIF_READ=1 /D HAVE_GD_GIF_CREATE=1 /D HAVE_GDIMAGECOLORRESOLVE=1 /D "HAVE_GD_PNG" /D "HAVE_GD_JPG" /D "HAVE_GD_WBMP" /D HAVE_LIBGD=1 /D HAVE_LIBGD13=1 /D HAVE_LIBGD20=1 /D "USE_GD_IOCTX" /D HAVE_LIBFREETYPE=1 /D "USE_GD_IMGSTRTTF" /D HAVE_GD_STRINGTTF=1 /D HAVE_GD_BUNDLED=1 /D "MSWIN32" /D "HAVE_LIBPNG" /D "HAVE_LIBJPEG" /D "HAVE_GD_GD2" /D HAVE_GD_STRINGFTEX=1 /D HAVE_GD_IMAGESETBRUSH=1 /D HAVE_GD_IMAGESETTILE=1 /FR /FD /c
  71. # SUBTRACT CPP /YX
  72. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  73. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  74. # ADD BASE RSC /l 0x406 /d "NDEBUG"
  75. # ADD RSC /l 0x406 /d "NDEBUG"
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. LINK32=link.exe
  80. # ADD BASE LINK32 php5ts_debug.lib libjpeg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out:"..\..\Debug_TS/php_gd2.dll" /libpath:"..\..\Debug_TS"
  81. # SUBTRACT BASE LINK32 /pdb:none
  82. # ADD LINK32 php5ts_debug.lib libpng.lib zlib.lib libjpeg.lib freetype2.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out:"..\..\Debug_TS/php_gd2.dll" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\zlib\Debug"
  83. # SUBTRACT LINK32 /pdb:none
  84. !ENDIF
  85. # Begin Target
  86. # Name "gd - Win32 Release_TS GD2"
  87. # Name "gd - Win32 Debug_TS GD2"
  88. # Begin Group "Source Files"
  89. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  90. # Begin Source File
  91. SOURCE=.\gd.c
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\gdttf.c
  95. # End Source File
  96. # End Group
  97. # Begin Group "Header Files"
  98. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  99. # Begin Source File
  100. SOURCE=.\gdcache.h
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\gdttf.h
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\php_gd.h
  107. # End Source File
  108. # End Group
  109. # Begin Group "Resource Files"
  110. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  111. # End Group
  112. # Begin Group "libgd"
  113. # PROP Default_Filter ""
  114. # Begin Group "Source Files No. 1"
  115. # PROP Default_Filter "*.c"
  116. # Begin Source File
  117. SOURCE=.\libgd\gd.c
  118. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  119. # PROP Intermediate_Dir "Release_TS_bundled"
  120. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  121. # PROP Intermediate_Dir "Debug_TS_bundled"
  122. !ENDIF
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\libgd\gd2copypal.c
  126. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  127. # PROP Intermediate_Dir "Release_TS_bundled"
  128. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  129. # PROP Intermediate_Dir "Debug_TS_bundled"
  130. !ENDIF
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\libgd\gd_arc_f_buggy.c
  134. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  135. # PROP Intermediate_Dir "Release_TS_bundled"
  136. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  137. # PROP Intermediate_Dir "Debug_TS_bundled"
  138. !ENDIF
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\libgd\gd_gd.c
  142. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  143. # PROP Intermediate_Dir "Release_TS_bundled"
  144. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  145. # PROP Intermediate_Dir "Debug_TS_bundled"
  146. !ENDIF
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\libgd\gd_gd2.c
  150. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  151. # PROP Intermediate_Dir "Release_TS_bundled"
  152. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  153. # PROP Intermediate_Dir "Debug_TS_bundled"
  154. !ENDIF
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.\libgd\gd_gif_in.c
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\libgd\gd_gif_out.c
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\libgd\gd_io.c
  164. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  165. # PROP Intermediate_Dir "Release_TS_bundled"
  166. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  167. # PROP Intermediate_Dir "Debug_TS_bundled"
  168. !ENDIF
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\libgd\gd_io_dp.c
  172. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  173. # PROP Intermediate_Dir "Release_TS_bundled"
  174. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  175. # PROP Intermediate_Dir "Debug_TS_bundled"
  176. !ENDIF
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\libgd\gd_io_file.c
  180. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  181. # PROP Intermediate_Dir "Release_TS_bundled"
  182. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  183. # PROP Intermediate_Dir "Debug_TS_bundled"
  184. !ENDIF
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.\libgd\gd_io_ss.c
  188. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  189. # PROP Intermediate_Dir "Release_TS_bundled"
  190. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  191. # PROP Intermediate_Dir "Debug_TS_bundled"
  192. !ENDIF
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\libgd\gd_jpeg.c
  196. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  197. # PROP Intermediate_Dir "Release_TS_bundled"
  198. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  199. # PROP Intermediate_Dir "Debug_TS_bundled"
  200. !ENDIF
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\libgd\gd_png.c
  204. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  205. # PROP Intermediate_Dir "Release_TS_bundled"
  206. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  207. # PROP Intermediate_Dir "Debug_TS_bundled"
  208. !ENDIF
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=.\libgd\gd_ss.c
  212. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  213. # PROP Intermediate_Dir "Release_TS_bundled"
  214. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  215. # PROP Intermediate_Dir "Debug_TS_bundled"
  216. !ENDIF
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\libgd\gd_topal.c
  220. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  221. # PROP Intermediate_Dir "Release_TS_bundled"
  222. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  223. # PROP Intermediate_Dir "Debug_TS_bundled"
  224. !ENDIF
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.\libgd\gd_wbmp.c
  228. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  229. # PROP Intermediate_Dir "Release_TS_bundled"
  230. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  231. # PROP Intermediate_Dir "Debug_TS_bundled"
  232. !ENDIF
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=.\libgd\gdcache.c
  236. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  237. # PROP Intermediate_Dir "Release_TS_bundled"
  238. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  239. # PROP Intermediate_Dir "Debug_TS_bundled"
  240. !ENDIF
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\libgd\gdfontg.c
  244. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  245. # PROP Intermediate_Dir "Release_TS_bundled"
  246. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  247. # PROP Intermediate_Dir "Debug_TS_bundled"
  248. !ENDIF
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=.\libgd\gdfontl.c
  252. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  253. # PROP Intermediate_Dir "Release_TS_bundled"
  254. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  255. # PROP Intermediate_Dir "Debug_TS_bundled"
  256. !ENDIF
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=.\libgd\gdfontmb.c
  260. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  261. # PROP Intermediate_Dir "Release_TS_bundled"
  262. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  263. # PROP Intermediate_Dir "Debug_TS_bundled"
  264. !ENDIF
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\libgd\gdfonts.c
  268. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  269. # PROP Intermediate_Dir "Release_TS_bundled"
  270. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  271. # PROP Intermediate_Dir "Debug_TS_bundled"
  272. !ENDIF
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=.\libgd\gdfontt.c
  276. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  277. # PROP Intermediate_Dir "Release_TS_bundled"
  278. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  279. # PROP Intermediate_Dir "Debug_TS_bundled"
  280. !ENDIF
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=.\libgd\gdft.c
  284. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  285. # PROP Intermediate_Dir "Release_TS_bundled"
  286. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  287. # PROP Intermediate_Dir "Debug_TS_bundled"
  288. !ENDIF
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\libgd\gdhelpers.c
  292. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  293. # PROP Intermediate_Dir "Release_TS_bundled"
  294. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  295. # PROP Intermediate_Dir "Debug_TS_bundled"
  296. !ENDIF
  297. # End Source File
  298. # Begin Source File
  299. SOURCE=.\libgd\gdkanji.c
  300. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  301. # PROP Intermediate_Dir "Release_TS_bundled"
  302. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  303. # PROP Intermediate_Dir "Debug_TS_bundled"
  304. !ENDIF
  305. # End Source File
  306. # Begin Source File
  307. SOURCE=.\libgd\gdtables.c
  308. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  309. # PROP Intermediate_Dir "Release_TS_bundled"
  310. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  311. # PROP Intermediate_Dir "Debug_TS_bundled"
  312. !ENDIF
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\libgd\gdxpm.c
  316. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  317. # PROP Intermediate_Dir "Release_TS_bundled"
  318. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  319. # PROP Intermediate_Dir "Debug_TS_bundled"
  320. !ENDIF
  321. # End Source File
  322. # Begin Source File
  323. SOURCE=.\libgd\wbmp.c
  324. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  325. # PROP Intermediate_Dir "Release_TS_bundled"
  326. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  327. # PROP Intermediate_Dir "Debug_TS_bundled"
  328. !ENDIF
  329. # End Source File
  330. # Begin Source File
  331. SOURCE=.\libgd\xbm.c
  332. !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
  333. # PROP Intermediate_Dir "Release_TS_bundled"
  334. !ELSEIF "$(CFG)" == "gd - Win32 Debug_TS GD2"
  335. # PROP Intermediate_Dir "Debug_TS_bundled"
  336. !ENDIF
  337. # End Source File
  338. # End Group
  339. # Begin Group "Header Files No. 1"
  340. # PROP Default_Filter "*.h"
  341. # Begin Source File
  342. SOURCE=.\libgd\gd.h
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=.\libgd\gd_io.h
  346. # End Source File
  347. # Begin Source File
  348. SOURCE=.\libgd\gdcache.h
  349. # End Source File
  350. # Begin Source File
  351. SOURCE=.\libgd\gdfontg.h
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=.\libgd\gdfontl.h
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=.\libgd\gdfontmb.h
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=.\libgd\gdfonts.h
  361. # End Source File
  362. # Begin Source File
  363. SOURCE=.\libgd\gdfontt.h
  364. # End Source File
  365. # Begin Source File
  366. SOURCE=.\libgd\gdhelpers.h
  367. # End Source File
  368. # Begin Source File
  369. SOURCE=.\libgd\jisx0208.h
  370. # End Source File
  371. # Begin Source File
  372. SOURCE=.\libgd\wbmp.h
  373. # End Source File
  374. # End Group
  375. # End Group
  376. # End Target
  377. # End Project