🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
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.

354 lines
9.4 KiB

  1. # Microsoft Developer Studio Project File - Name="freetype" - 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. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  6. CFG=freetype - Win32 Release
  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 "freetype.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 "freetype.mak" CFG="freetype - Win32 Release"
  16. !MESSAGE
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE
  19. !MESSAGE "freetype - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "freetype - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "freetype - Win32 Release Static" (based on "Win32 (x86) Static Library")
  22. !MESSAGE "freetype - Win32 Debug Static" (based on "Win32 (x86) Static Library")
  23. !MESSAGE
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. !IF "$(CFG)" == "freetype - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "..\..\..\objs\Win32\Release"
  37. # PROP Intermediate_Dir "..\..\..\objs\Win32\Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. CPP=cl.exe
  41. # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
  42. # SUBTRACT BASE CPP /YX /Yc /Yu
  43. # ADD CPP /nologo /Za /MD /W3 /O2 /Oi /D "WIN32" /I "..\..\..\include" /D "_CRT_SECURE_NO_WARNINGS" /D "NDEBUG" /D "FT2_BUILD_LIBRARY" /D "DLL_EXPORT" /FD /c
  44. # SUBTRACT CPP /YX /Yc /Yu
  45. MTL=midl.exe
  46. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  47. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  48. RSC=rc.exe
  49. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  50. # ADD RSC /l 0x409 /d "NDEBUG" /d "DLL_EXPORT"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # ADD BSC32 /nologo
  54. LINK32=link.exe
  55. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
  56. # ADD LINK32 /nologo /dll /machine:I386 /out:"$(OutDir)\freetype.dll"
  57. !ELSEIF "$(CFG)" == "freetype - Win32 Debug"
  58. # PROP BASE Use_MFC 0
  59. # PROP BASE Use_Debug_Libraries 1
  60. # PROP BASE Output_Dir "Debug"
  61. # PROP BASE Intermediate_Dir "Debug"
  62. # PROP BASE Target_Dir ""
  63. # PROP Use_MFC 0
  64. # PROP Use_Debug_Libraries 1
  65. # PROP Output_Dir "..\..\..\objs\Win32\Debug"
  66. # PROP Intermediate_Dir "..\..\..\objs\Win32\Debug"
  67. # PROP Ignore_Export_Lib 0
  68. # PROP Target_Dir ""
  69. CPP=cl.exe
  70. # ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
  71. # SUBTRACT BASE CPP /YX /Yc /Yu
  72. # ADD CPP /nologo /Za /MDd /W3 /Gm /ZI /Od /I "..\..\..\include" /D "WIN32" /D "_CRT_SECURE_NO_WARNINGS" /D "_DEBUG" /D "FT_DEBUG_LEVEL_ERROR" /D "FT_DEBUG_LEVEL_TRACE" /D "FT2_BUILD_LIBRARY" /D "DLL_EXPORT" /FR /FD /GZ /c
  73. # SUBTRACT CPP /YX /Yc /Yu
  74. MTL=midl.exe
  75. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  76. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  77. RSC=rc.exe
  78. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  79. # ADD RSC /l 0x409 /d "_DEBUG" /d "DLL_EXPORT"
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. LINK32=link.exe
  84. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  85. # ADD LINK32 /nologo /dll /debug /machine:I386 /out:"$(OutDir)\freetype.dll" /pdbtype:sept
  86. !ELSEIF "$(CFG)" == "freetype - Win32 Release Static"
  87. # PROP BASE Use_MFC 0
  88. # PROP BASE Use_Debug_Libraries 0
  89. # PROP BASE Output_Dir "Release Static"
  90. # PROP BASE Intermediate_Dir "Release Static"
  91. # PROP BASE Target_Dir ""
  92. # PROP Use_MFC 0
  93. # PROP Use_Debug_Libraries 0
  94. # PROP Output_Dir "..\..\..\objs\Win32\Release Static"
  95. # PROP Intermediate_Dir "..\..\..\objs\Win32\Release Static"
  96. # PROP Target_Dir ""
  97. CPP=cl.exe
  98. # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c
  99. # SUBTRACT BASE CPP /YX /Yc /Yu
  100. # ADD CPP /nologo /Za /MD /W3 /O2 /Oi /D "WIN32" /I "..\..\..\include" /D "_CRT_SECURE_NO_WARNINGS" /D "NDEBUG" /D "FT2_BUILD_LIBRARY" /FD /c
  101. # SUBTRACT CPP /YX /Yc /Yu
  102. RSC=rc.exe
  103. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  104. # ADD RSC /l 0x409 /d "NDEBUG"
  105. BSC32=bscmake.exe
  106. # ADD BASE BSC32 /nologo
  107. # ADD BSC32 /nologo
  108. LIB32=link.exe -lib
  109. # ADD BASE LIB32 /nologo
  110. # ADD LIB32 /nologo /out:"$(OutDir)\freetype.lib"
  111. !ELSEIF "$(CFG)" == "freetype - Win32 Debug Static"
  112. # PROP BASE Use_MFC 0
  113. # PROP BASE Use_Debug_Libraries 1
  114. # PROP BASE Output_Dir "Debug Static"
  115. # PROP BASE Intermediate_Dir "Debug Static"
  116. # PROP BASE Target_Dir ""
  117. # PROP Use_MFC 0
  118. # PROP Use_Debug_Libraries 1
  119. # PROP Output_Dir "..\..\..\objs\Win32\Debug Static"
  120. # PROP Intermediate_Dir "..\..\..\objs\Win32\Debug Static"
  121. # PROP Target_Dir ""
  122. CPP=cl.exe
  123. # ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c
  124. # SUBTRACT BASE CPP /YX /Yc /Yu
  125. # ADD CPP /nologo /Za /MDd /W3 /Gm /ZI /Od /I "..\..\..\include" /D "WIN32" /D "_CRT_SECURE_NO_WARNINGS" /D "_DEBUG" /D "FT_DEBUG_LEVEL_ERROR" /D "FT_DEBUG_LEVEL_TRACE" /D "FT2_BUILD_LIBRARY" /FR /FD /GZ /c
  126. # SUBTRACT CPP /YX /Yc /Yu
  127. RSC=rc.exe
  128. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  129. # ADD RSC /l 0x409 /d "_DEBUG"
  130. BSC32=bscmake.exe
  131. # ADD BASE BSC32 /nologo
  132. # ADD BSC32 /nologo
  133. LIB32=link.exe -lib
  134. # ADD BASE LIB32 /nologo
  135. # ADD LIB32 /nologo /out:"$(OutDir)\freetype.lib"
  136. !ENDIF
  137. # Begin Target
  138. # Name "freetype - Win32 Release"
  139. # Name "freetype - Win32 Debug"
  140. # Name "freetype - Win32 Release Static"
  141. # Name "freetype - Win32 Debug Static"
  142. # Begin Group "Source Files"
  143. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  144. # Begin Source File
  145. SOURCE=..\..\..\src\autofit\autofit.c
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=..\..\..\src\bdf\bdf.c
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=..\..\..\src\cff\cff.c
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=..\..\..\src\base\ftbase.c
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=..\..\..\src\base\ftbbox.c
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=..\..\..\src\base\ftbdf.c
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=..\..\..\src\base\ftbitmap.c
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=..\..\..\src\base\ftcid.c
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=..\..\..\src\base\ftpatent.c
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=..\..\..\src\base\ftfstype.c
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=..\..\..\src\base\ftgasp.c
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=..\..\..\src\cache\ftcache.c
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=..\ftdebug.c
  182. # ADD CPP /Ze
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=..\..\..\src\base\ftglyph.c
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=..\..\..\src\base\ftgxval.c
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=..\..\..\src\gzip\ftgzip.c
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=..\..\..\src\base\ftinit.c
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=..\..\..\src\lzw\ftlzw.c
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=..\..\..\src\base\ftmm.c
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=..\..\..\src\base\ftotval.c
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=..\..\..\src\base\ftpfr.c
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=..\..\..\src\base\ftstroke.c
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=..\..\..\src\base\ftsynth.c
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=..\..\..\src\base\ftsystem.c
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=..\..\..\src\base\fttype1.c
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=..\..\..\src\base\ftwinfnt.c
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=..\..\..\src\pcf\pcf.c
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=..\..\..\src\pfr\pfr.c
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=..\..\..\src\psaux\psaux.c
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=..\..\..\src\pshinter\pshinter.c
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=..\..\..\src\psnames\psmodule.c
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=..\..\..\src\raster\raster.c
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=..\..\..\src\sfnt\sfnt.c
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=..\..\..\src\smooth\smooth.c
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=..\..\..\src\truetype\truetype.c
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=..\..\..\src\type1\type1.c
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=..\..\..\src\cid\type1cid.c
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=..\..\..\src\type42\type42.c
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=..\..\..\src\winfonts\winfnt.c
  261. # End Source File
  262. # End Group
  263. # Begin Group "Header Files"
  264. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  265. # Begin Source File
  266. SOURCE=..\..\..\include\ft2build.h
  267. # End Source File
  268. # Begin Source File
  269. SOURCE=..\..\..\include\freetype\config\ftconfig.h
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=..\..\..\include\freetype\config\ftheader.h
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=..\..\..\include\freetype\config\ftmodule.h
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=..\..\..\include\freetype\config\ftoption.h
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=..\..\..\include\freetype\config\ftstdlib.h
  282. # End Source File
  283. # End Group
  284. # Begin Group "Resource Files"
  285. # PROP Default_Filter "rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  286. # Begin Source File
  287. SOURCE=..\..\..\src\base\ftver.rc
  288. # End Source File
  289. # End Group
  290. # End Target
  291. # End Project