zint_cmdline_vc6.dsp 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. # Microsoft Developer Studio Project File - Name="zint_cmdline_vc6" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=zint_cmdline_vc6 - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "zint_cmdline_vc6.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 "zint_cmdline_vc6.mak" CFG="zint_cmdline_vc6 - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "zint_cmdline_vc6 - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "zint_cmdline_vc6 - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "zint_cmdline_vc6 - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "Release"
  36. # PROP Intermediate_Dir "Release"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  40. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\backend" /I "..\..\..\zlib" /I "..\..\..\lpng" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /D ZINT_VERSION="\"2.13.0.9\"" /c
  41. # ADD BASE RSC /l 0x407 /d "NDEBUG"
  42. # ADD RSC /l 0x407 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  48. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpng.lib zlib.lib /nologo /subsystem:console /machine:I386 /out:"Release/zint.exe" /libpath:"..\..\..\zlib" /libpath:"..\..\..\lpng"
  49. !ELSEIF "$(CFG)" == "zint_cmdline_vc6 - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "Debug"
  53. # PROP BASE Intermediate_Dir "Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug"
  58. # PROP Intermediate_Dir "Debug"
  59. # PROP Ignore_Export_Lib 0
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  62. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\backend" /I "..\..\..\lpng" /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "ZINT_NO_PNG" /D "DEBUG" /YX /FD /GZ /D ZINT_VERSION="\"2.13.0.9\"" /c
  63. # ADD BASE RSC /l 0x407 /d "_DEBUG"
  64. # ADD RSC /l 0x407 /d "_DEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LINK32=link.exe
  69. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  70. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpng.lib zlib.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/zint.exe" /pdbtype:sept /libpath:"..\..\..\lpng" /libpath:"..\..\..\zlib"
  71. # SUBTRACT LINK32 /nodefaultlib
  72. !ENDIF
  73. # Begin Target
  74. # Name "zint_cmdline_vc6 - Win32 Release"
  75. # Name "zint_cmdline_vc6 - Win32 Debug"
  76. # Begin Group "Source Files"
  77. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  78. # Begin Source File
  79. SOURCE=..\..\backend\2of5.c
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=..\..\backend\auspost.c
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=..\..\backend\aztec.c
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=..\..\backend\bc412.c
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=..\..\backend\bmp.c
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=..\..\backend\codablock.c
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=..\..\backend\code.c
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=..\..\backend\code1.c
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=..\..\backend\code128.c
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=..\..\backend\code16k.c
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=..\..\backend\code49.c
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=..\..\backend\common.c
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=..\..\backend\composite.c
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=..\..\backend\dmatrix.c
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=..\..\backend\dotcode.c
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=..\..\backend\dxfilmedge.c
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=..\..\backend\eci.c
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=..\..\backend\emf.c
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=..\..\backend\filemem.c
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=..\..\backend\general_field.c
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=..\..\getopt\getopt.c
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=..\..\getopt\getopt1.c
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=..\..\backend\gif.c
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=..\..\backend\gridmtx.c
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=..\..\backend\gs1.c
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=..\..\backend\hanxin.c
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=..\..\backend\imail.c
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=..\..\backend\large.c
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=..\..\backend\library.c
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=..\..\backend\mailmark.c
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=..\..\frontend\main.c
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=..\..\backend\maxicode.c
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=..\..\backend\medical.c
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=..\..\backend\output.c
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=..\..\backend\pcx.c
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=..\..\backend\pdf417.c
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=..\..\backend\plessey.c
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=..\..\backend\png.c
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=..\..\backend\postal.c
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=..\..\backend\ps.c
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=..\..\backend\qr.c
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=..\..\backend\raster.c
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=..\..\backend\reedsol.c
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=..\..\backend\rss.c
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=..\..\backend\svg.c
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=..\..\backend\telepen.c
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=..\..\backend\tif.c
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=..\..\backend\ultra.c
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=..\..\backend\upcean.c
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=..\..\backend\vector.c
  227. # End Source File
  228. # End Group
  229. # Begin Group "Header Files"
  230. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  231. # End Group
  232. # Begin Group "Resource Files"
  233. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  234. # Begin Source File
  235. SOURCE=.\zint.rc
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=.\zint_black_vc6.ico
  239. # End Source File
  240. # End Group
  241. # End Target
  242. # End Project