Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. # Microsoft Developer Studio Project File - Name="punzip" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (WCE x86em) Application" 0x7f01
  6. # TARGTYPE "Win32 (x86) Application" 0x0101
  7. # TARGTYPE "Win32 (WCE SH3) Application" 0x8101
  8. # TARGTYPE "Win32 (WCE MIPS) Application" 0x8201
  9.  
  10. CFG=punzip - Win32 Debug
  11. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  12. !MESSAGE use the Export Makefile command and run
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "punzip.mak".
  15. !MESSAGE
  16. !MESSAGE You can specify a configuration when running NMAKE
  17. !MESSAGE by defining the macro CFG on the command line. For example:
  18. !MESSAGE
  19. !MESSAGE NMAKE /f "punzip.mak" CFG="punzip - Win32 Debug"
  20. !MESSAGE
  21. !MESSAGE Possible choices for configuration are:
  22. !MESSAGE
  23. !MESSAGE "punzip - Win32 Release" (based on "Win32 (x86) Application")
  24. !MESSAGE "punzip - Win32 Debug" (based on "Win32 (x86) Application")
  25. !MESSAGE "punzip - Win32 ANSI Release" (based on "Win32 (x86) Application")
  26. !MESSAGE "punzip - Win32 ANSI Debug" (based on "Win32 (x86) Application")
  27. !MESSAGE "punzip - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Application")
  28. !MESSAGE "punzip - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Application")
  29. !MESSAGE "punzip - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Application")
  30. !MESSAGE "punzip - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Application")
  31. !MESSAGE "punzip - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Application")
  32. !MESSAGE "punzip - Win32 (WCE SH3) Debug" (based on "Win32 (WCE SH3) Application")
  33. !MESSAGE
  34.  
  35. # Begin Project
  36. # PROP AllowPerConfigDependencies 0
  37. # PROP Scc_ProjName ""
  38. # PROP Scc_LocalPath ""
  39. # PROP WCE_FormatVersion "6.0"
  40.  
  41. !IF  "$(CFG)" == "punzip - Win32 Release"
  42.  
  43. # PROP BASE Use_MFC 0
  44. # PROP BASE Use_Debug_Libraries 0
  45. # PROP BASE Output_Dir "Release"
  46. # PROP BASE Intermediate_Dir "Release"
  47. # PROP BASE Target_Dir ""
  48. # PROP Use_MFC 0
  49. # PROP Use_Debug_Libraries 0
  50. # PROP Output_Dir "Release"
  51. # PROP Intermediate_Dir "Release"
  52. # PROP Ignore_Export_Lib 0
  53. # PROP Target_Dir ""
  54. CPP=cl.exe
  55. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  56. # ADD CPP /nologo /MT /W3 /GX /O2 /I "../.." /D "NDEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "_MBCS" /D "UNICODE" /YX /FD /c
  57. # SUBTRACT CPP /X /Fr
  58. MTL=midl.exe
  59. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  60. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  61. RSC=rc.exe
  62. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  63. # ADD RSC /l 0x409 /d "NDEBUG" /d "_X86_" /d "UNICODE"
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LINK32=link.exe
  68. # 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 /subsystem:windows /machine:I386
  69. # ADD LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /machine:I386
  70.  
  71. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  72.  
  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 Ignore_Export_Lib 0
  83. # PROP Target_Dir ""
  84. CPP=cl.exe
  85. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  86. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../.." /D "_DEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "_MBCS" /D "UNICODE" /YX /FD /c
  87. # SUBTRACT CPP /X /Fr
  88. MTL=midl.exe
  89. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  90. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  91. RSC=rc.exe
  92. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  93. # ADD RSC /l 0x409 /d "_DEBUG" /d "_X86_" /d "UNICODE"
  94. BSC32=bscmake.exe
  95. # ADD BASE BSC32 /nologo
  96. # ADD BSC32 /nologo
  97. LINK32=link.exe
  98. # 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 /subsystem:windows /debug /machine:I386 /pdbtype:sept
  99. # ADD LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /debug /machine:I386 /pdbtype:sept
  100.  
  101. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  102.  
  103. # PROP BASE Use_MFC 0
  104. # PROP BASE Use_Debug_Libraries 0
  105. # PROP BASE Output_Dir "punzip__"
  106. # PROP BASE Intermediate_Dir "punzip__"
  107. # PROP BASE Ignore_Export_Lib 0
  108. # PROP BASE Target_Dir ""
  109. # PROP Use_MFC 0
  110. # PROP Use_Debug_Libraries 0
  111. # PROP Output_Dir "AnsiRelease"
  112. # PROP Intermediate_Dir "AnsiRelease"
  113. # PROP Ignore_Export_Lib 0
  114. # PROP Target_Dir ""
  115. CPP=cl.exe
  116. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "../.." /D "NDEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /YX /FD /c
  117. # SUBTRACT BASE CPP /X /Fr
  118. # ADD CPP /nologo /MT /W3 /GX /O2 /I "../.." /D "NDEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "_MBCS" /YX /FD /c
  119. # SUBTRACT CPP /X /Fr
  120. MTL=midl.exe
  121. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  122. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  123. RSC=rc.exe
  124. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_X86_"
  125. # ADD RSC /l 0x409 /d "NDEBUG" /d "_X86_"
  126. BSC32=bscmake.exe
  127. # ADD BASE BSC32 /nologo
  128. # ADD BSC32 /nologo
  129. LINK32=link.exe
  130. # ADD BASE LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /machine:I386
  131. # ADD LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /machine:I386
  132.  
  133. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  134.  
  135. # PROP BASE Use_MFC 0
  136. # PROP BASE Use_Debug_Libraries 1
  137. # PROP BASE Output_Dir "punzip_0"
  138. # PROP BASE Intermediate_Dir "punzip_0"
  139. # PROP BASE Ignore_Export_Lib 0
  140. # PROP BASE Target_Dir ""
  141. # PROP Use_MFC 0
  142. # PROP Use_Debug_Libraries 1
  143. # PROP Output_Dir "AnsiDebug"
  144. # PROP Intermediate_Dir "AnsiDebug"
  145. # PROP Ignore_Export_Lib 0
  146. # PROP Target_Dir ""
  147. CPP=cl.exe
  148. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../.." /D "_DEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "UNICODE" /YX /FD /c
  149. # SUBTRACT BASE CPP /X /Fr
  150. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../.." /D "_DEBUG" /D "_X86_" /D "_WINDOWS" /D "POCKET_UNZIP" /D "_MBCS" /YX /FD /c
  151. # SUBTRACT CPP /X /Fr
  152. MTL=midl.exe
  153. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  154. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  155. RSC=rc.exe
  156. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_X86_"
  157. # ADD RSC /l 0x409 /d "_DEBUG" /d "_X86_"
  158. BSC32=bscmake.exe
  159. # ADD BASE BSC32 /nologo
  160. # ADD BSC32 /nologo
  161. LINK32=link.exe
  162. # ADD BASE LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /debug /machine:I386 /pdbtype:sept
  163. # ADD LINK32 user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib comdlg32.lib /nologo /version:1.0 /subsystem:windows /debug /machine:I386 /pdbtype:sept
  164.  
  165. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  166.  
  167. # PROP BASE Use_MFC 0
  168. # PROP BASE Use_Debug_Libraries 0
  169. # PROP BASE Output_Dir "x86emRel"
  170. # PROP BASE Intermediate_Dir "x86emRel"
  171. # PROP BASE Ignore_Export_Lib 0
  172. # PROP BASE Target_Dir ""
  173. # PROP Use_MFC 0
  174. # PROP Use_Debug_Libraries 0
  175. # PROP Output_Dir "x86emRel"
  176. # PROP Intermediate_Dir "x86emRel"
  177. # PROP Ignore_Export_Lib 0
  178. # PROP Target_Dir ""
  179. CPP=cl.exe
  180. # ADD BASE CPP /nologo /ML /W3 /O2 /D "WIN32" /D "STRICT" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "NDEBUG" /D "x86" /D "i486" /D "_x86_" /D "POCKET_UNZIP" /D "UNICODE" /D "_MBCS" /YX /c
  181. # ADD CPP /nologo /MT /W3 /O2 /I "../.." /I "../../wince/inc" /D "WIN32" /D "STRICT" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "NDEBUG" /D "x86" /D "i486" /D "_x86_" /D "POCKET_UNZIP" /D "UNICODE" /D "_MBCS" /YX /c
  182. RSC=rc.exe
  183. # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d "UNICODE" /d "WIN32" /d "STRICT" /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "_WIN32_WCE_EMULATION" /d "INTERNATIONAL" /d "USA" /d "INTLMSG_CODEPAGE" /d "NDEBUG"
  184. # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d "UNICODE" /d "WIN32" /d "STRICT" /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "_WIN32_WCE_EMULATION" /d "INTERNATIONAL" /d "USA" /d "INTLMSG_CODEPAGE" /d "NDEBUG"
  185. MTL=midl.exe
  186. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  187. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  188. BSC32=bscmake.exe
  189. # ADD BASE BSC32 /nologo
  190. # ADD BSC32 /nologo
  191. LINK32=link.exe
  192. # ADD BASE LINK32 $(CEx86Corelibc) commctrl.lib coredll.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /machine:I386 /nodefaultlib:"$(CENoDefaultLib)" /windowsce:emulation
  193. # SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
  194. # ADD LINK32 $(CEx86Corelibc) commctrl.lib coredll.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /machine:I386 /nodefaultlib:"$(CENoDefaultLib)" /windowsce:emulation
  195. # SUBTRACT LINK32 /pdb:none /nodefaultlib
  196.  
  197. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  198.  
  199. # PROP BASE Use_MFC 0
  200. # PROP BASE Use_Debug_Libraries 1
  201. # PROP BASE Output_Dir "x86emDbg"
  202. # PROP BASE Intermediate_Dir "x86emDbg"
  203. # PROP BASE Ignore_Export_Lib 0
  204. # PROP BASE Target_Dir ""
  205. # PROP Use_MFC 0
  206. # PROP Use_Debug_Libraries 1
  207. # PROP Output_Dir "x86emDbg"
  208. # PROP Intermediate_Dir "x86emDbg"
  209. # PROP Ignore_Export_Lib 0
  210. # PROP Target_Dir ""
  211. CPP=cl.exe
  212. # ADD BASE CPP /nologo /MLd /W3 /Gm /Zi /Od /D "WIN32" /D "STRICT" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "_DEBUG" /D "x86" /D "i486" /D "_x86_" /D "POCKET_UNZIP" /D "UNICODE" /D "_MBCS" /YX /c
  213. # SUBTRACT BASE CPP /X /u /Fr
  214. # ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I "../.." /I "../../wince/inc" /D "WIN32" /D "STRICT" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "_DEBUG" /D "x86" /D "i486" /D "_x86_" /D "POCKET_UNZIP" /D "UNICODE" /D "_MBCS" /YX /c
  215. # SUBTRACT CPP /X /u /Fr
  216. RSC=rc.exe
  217. # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d "UNICODE" /d "WIN32" /d "STRICT" /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "_WIN32_WCE_EMULATION" /d "INTERNATIONAL" /d "USA" /d "INTLMSG_CODEPAGE" /d "_DEBUG" /d "x86" /d "i486" /d "_x86_"
  218. # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d "UNICODE" /d "WIN32" /d "STRICT" /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "_WIN32_WCE_EMULATION" /d "INTERNATIONAL" /d "USA" /d "INTLMSG_CODEPAGE" /d "_DEBUG" /d "x86" /d "i486" /d "_x86_"
  219. MTL=midl.exe
  220. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  221. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  222. BSC32=bscmake.exe
  223. # ADD BASE BSC32 /nologo
  224. # ADD BSC32 /nologo
  225. LINK32=link.exe
  226. # ADD BASE LINK32 $(CEx86Corelibc) commctrl.lib coredll.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /debug /machine:I386 /nodefaultlib:"$(CENoDefaultLib)" /windowsce:emulation
  227. # SUBTRACT BASE LINK32 /pdb:none /incremental:no /map /nodefaultlib
  228. # ADD LINK32 $(CEx86Corelibc) commctrl.lib coredll.lib /nologo /stack:0x10000,0x1000 /subsystem:windows /debug /machine:I386 /nodefaultlib:"$(CENoDefaultLib)" /windowsce:emulation
  229. # SUBTRACT LINK32 /pdb:none /incremental:no /map /nodefaultlib
  230.  
  231. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  232.  
  233. # PROP BASE Use_MFC 0
  234. # PROP BASE Use_Debug_Libraries 0
  235. # PROP BASE Output_Dir "WMIPSRel"
  236. # PROP BASE Intermediate_Dir "WMIPSRel"
  237. # PROP BASE Target_Dir ""
  238. # PROP Use_MFC 0
  239. # PROP Use_Debug_Libraries 0
  240. # PROP Output_Dir "WMIPSRel"
  241. # PROP Intermediate_Dir "WMIPSRel"
  242. # PROP Ignore_Export_Lib 0
  243. # PROP Target_Dir ""
  244. PFILE=pfile.exe
  245. # ADD BASE PFILE COPY
  246. # ADD PFILE COPY
  247. CPP=clmips.exe
  248. # ADD BASE CPP /nologo /M$(CECrt) /W3 /O2 /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "UNICODE" /YX /QMRWCE /c
  249. # ADD CPP /nologo /M$(CECrtMT) /W3 /O2 /I "../.." /I "../../wince/inc" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "POCKET_UNZIP" /D "UNICODE" /D "_MBCS" /YX /QMRWCE /c
  250. # SUBTRACT CPP /X /Fr
  251. RSC=rc.exe
  252. # ADD BASE RSC /l 0x409 /r /d "MIPS" /d "_MIPS_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "NDEBUG"
  253. # ADD RSC /l 0x409 /r /d "MIPS" /d "_MIPS_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "NDEBUG"
  254. MTL=midl.exe
  255. BSC32=bscmake.exe
  256. # ADD BASE BSC32 /nologo
  257. # ADD BSC32 /nologo
  258. LINK32=link.exe
  259. # ADD BASE LINK32 commctrl.lib coredll.lib libc.lib /nologo /machine:MIPS /subsystem:windowsce
  260. # SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
  261. # ADD LINK32 coredll.lib commctrl.lib /nologo /machine:MIPS /nodefaultlib:"$(CENoDefaultLib)" /subsystem:windowsce
  262. # SUBTRACT LINK32 /pdb:none /nodefaultlib
  263.  
  264. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  265.  
  266. # PROP BASE Use_MFC 0
  267. # PROP BASE Use_Debug_Libraries 1
  268. # PROP BASE Output_Dir "WMIPSDbg"
  269. # PROP BASE Intermediate_Dir "WMIPSDbg"
  270. # PROP BASE Target_Dir ""
  271. # PROP Use_MFC 0
  272. # PROP Use_Debug_Libraries 1
  273. # PROP Output_Dir "WMIPSDbg"
  274. # PROP Intermediate_Dir "WMIPSDbg"
  275. # PROP Ignore_Export_Lib 0
  276. # PROP Target_Dir ""
  277. PFILE=pfile.exe
  278. # ADD BASE PFILE COPY
  279. # ADD PFILE COPY
  280. CPP=clmips.exe
  281. # ADD BASE CPP /nologo /M$(CECrtDebug) /W3 /Zi /Od /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "UNICODE" /YX /QMRWCE /c
  282. # ADD CPP /nologo /M$(CECrtMTDebug) /W3 /Zi /Od /I "../.." /I "../../wince/inc" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "POCKET_UNZIP" /D "UNICODE" /D "_MBCS" /YX /QMRWCE /c
  283. # SUBTRACT CPP /X /Fr
  284. RSC=rc.exe
  285. # ADD BASE RSC /l 0x409 /r /d "MIPS" /d "_MIPS_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "DEBUG"
  286. # ADD RSC /l 0x409 /r /d "MIPS" /d "_MIPS_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "DEBUG"
  287. MTL=midl.exe
  288. BSC32=bscmake.exe
  289. # ADD BASE BSC32 /nologo
  290. # ADD BSC32 /nologo
  291. LINK32=link.exe
  292. # ADD BASE LINK32 commctrl.lib coredll.lib libcd.lib /nologo /debug /machine:MIPS /subsystem:windowsce
  293. # SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
  294. # ADD LINK32 coredll.lib commctrl.lib /nologo /debug /machine:MIPS /nodefaultlib:"$(CENoDefaultLib)" /subsystem:windowsce
  295. # SUBTRACT LINK32 /pdb:none /nodefaultlib
  296.  
  297. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  298.  
  299. # PROP BASE Use_MFC 0
  300. # PROP BASE Use_Debug_Libraries 0
  301. # PROP BASE Output_Dir "WSH3Rel"
  302. # PROP BASE Intermediate_Dir "WSH3Rel"
  303. # PROP BASE Target_Dir ""
  304. # PROP Use_MFC 0
  305. # PROP Use_Debug_Libraries 0
  306. # PROP Output_Dir "WSH3Rel"
  307. # PROP Intermediate_Dir "WSH3Rel"
  308. # PROP Ignore_Export_Lib 0
  309. # PROP Target_Dir ""
  310. PFILE=pfile.exe
  311. # ADD BASE PFILE COPY
  312. # ADD PFILE COPY
  313. CPP=shcl.exe
  314. # ADD BASE CPP /nologo /M$(CECrt) /W3 /O2 /D "NDEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "UNICODE" /YX /c
  315. # ADD CPP /nologo /M$(CECrtMT) /W3 /O2 /I "../.." /I "../../wince/inc" /D "NDEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "POCKET_UNZIP" /D "UNICODE" /D "_MBCS" /YX /c
  316. # SUBTRACT CPP /X /Fr
  317. RSC=rc.exe
  318. # ADD BASE RSC /l 0x409 /r /d "SHx" /d "SH3" /d "_SH3_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "NDEBUG"
  319. # ADD RSC /l 0x409 /r /d "SH3" /d "SHx" /d "_SH3_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "NDEBUG"
  320. MTL=midl.exe
  321. BSC32=bscmake.exe
  322. # ADD BASE BSC32 /nologo
  323. # ADD BSC32 /nologo
  324. LINK32=link.exe
  325. # ADD BASE LINK32 commctrl.lib coredll.lib libc.lib /nologo /machine:SH3 /subsystem:windowsce
  326. # SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
  327. # ADD LINK32 coredll.lib commctrl.lib /nologo /machine:SH3 /nodefaultlib:"$(CENoDefaultLib)" /subsystem:windowsce
  328. # SUBTRACT LINK32 /pdb:none /nodefaultlib
  329.  
  330. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  331.  
  332. # PROP BASE Use_MFC 0
  333. # PROP BASE Use_Debug_Libraries 1
  334. # PROP BASE Output_Dir "WSH3Dbg"
  335. # PROP BASE Intermediate_Dir "WSH3Dbg"
  336. # PROP BASE Target_Dir ""
  337. # PROP Use_MFC 0
  338. # PROP Use_Debug_Libraries 1
  339. # PROP Output_Dir "WSH3Dbg"
  340. # PROP Intermediate_Dir "WSH3Dbg"
  341. # PROP Ignore_Export_Lib 0
  342. # PROP Target_Dir ""
  343. PFILE=pfile.exe
  344. # ADD BASE PFILE COPY
  345. # ADD PFILE COPY
  346. CPP=shcl.exe
  347. # ADD BASE CPP /nologo /M$(CECrtDebug) /W3 /Zi /Od /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "UNICODE" /YX /c
  348. # ADD CPP /nologo /M$(CECrtMTDebug) /W3 /Zi /Od /I "../.." /I "../../wince/inc" /D "DEBUG" /D "SHx" /D "SH3" /D "_SH3_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "POCKET_UNZIP" /D "UNICODE" /D "_MBCS" /YX /c
  349. # SUBTRACT CPP /X /u /Fr
  350. RSC=rc.exe
  351. # ADD BASE RSC /l 0x409 /r /d "SHx" /d "SH3" /d "_SH3_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "DEBUG"
  352. # ADD RSC /l 0x409 /r /d "SHx" /d "SH3" /d "_SH3_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "DEBUG"
  353. MTL=midl.exe
  354. BSC32=bscmake.exe
  355. # ADD BASE BSC32 /nologo
  356. # ADD BSC32 /nologo
  357. LINK32=link.exe
  358. # ADD BASE LINK32 commctrl.lib coredll.lib libcd.lib /nologo /debug /machine:SH3 /subsystem:windowsce
  359. # SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
  360. # ADD LINK32 coredll.lib commctrl.lib /nologo /debug /machine:SH3 /nodefaultlib:"$(CENoDefaultLib)" /subsystem:windowsce
  361. # SUBTRACT LINK32 /pdb:none /map /nodefaultlib
  362.  
  363. !ENDIF
  364.  
  365. # Begin Target
  366.  
  367. # Name "punzip - Win32 Release"
  368. # Name "punzip - Win32 Debug"
  369. # Name "punzip - Win32 ANSI Release"
  370. # Name "punzip - Win32 ANSI Debug"
  371. # Name "punzip - Win32 (WCE x86em) Release"
  372. # Name "punzip - Win32 (WCE x86em) Debug"
  373. # Name "punzip - Win32 (WCE MIPS) Release"
  374. # Name "punzip - Win32 (WCE MIPS) Debug"
  375. # Name "punzip - Win32 (WCE SH3) Release"
  376. # Name "punzip - Win32 (WCE SH3) Debug"
  377. # Begin Group "Info-ZIP Sources"
  378.  
  379. # PROP Default_Filter ""
  380. # Begin Source File
  381.  
  382. SOURCE=..\..\api.c
  383.  
  384. !IF  "$(CFG)" == "punzip - Win32 Release"
  385.  
  386. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  387.  
  388. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  389.  
  390. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  391.  
  392. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  393.  
  394. DEP_CPP_API_C=\
  395.         "..\..\globals.h"\
  396.         "..\..\unzip.h"\
  397.         "..\..\unzpriv.h"\
  398.         "..\..\unzvers.h"\
  399.         "..\..\windll\decs.h"\
  400.         "..\..\windll\structs.h"\
  401.         "..\..\windll\windll.h"\
  402.         "..\intrface.h"\
  403.         "..\punzip.h"\
  404.         "..\punzip.rcv"\
  405.         "..\wcecfg.h"\
  406.         "..\wince.h"\
  407.        
  408. NODEP_CPP_API_C=\
  409.         "..\..\acorn\riscos.h"\
  410.         "..\..\amiga\amiga.h"\
  411.         "..\..\aosvs\aosvs.h"\
  412.         "..\..\flexos\flxcfg.h"\
  413.         "..\..\maccfg.h"\
  414.         "..\..\msdos\doscfg.h"\
  415.         "..\..\netware\nlmcfg.h"\
  416.         "..\..\os2\os2cfg.h"\
  417.         "..\..\os2\os2data.h"\
  418.         "..\..\qdos\izqdos.h"\
  419.         "..\..\tandem.h"\
  420.         "..\..\theos\thscfg.h"\
  421.         "..\..\unix\unxcfg.h"\
  422.         "..\..\vmmvs.h"\
  423.         "..\..\zlib.h"\
  424.        
  425.  
  426. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  427.  
  428. DEP_CPP_API_C=\
  429.         "..\..\globals.h"\
  430.         "..\..\unzip.h"\
  431.         "..\..\unzpriv.h"\
  432.         "..\..\unzvers.h"\
  433.         "..\..\win32\rsxntwin.h"\
  434.         "..\..\win32\w32cfg.h"\
  435.         "..\..\windll\decs.h"\
  436.         "..\..\windll\structs.h"\
  437.         "..\..\windll\windll.h"\
  438.         "..\punzip.h"\
  439.         "..\punzip.rcv"\
  440.         "..\wcecfg.h"\
  441.         "..\wince.h"\
  442.        
  443. NODEP_CPP_API_C=\
  444.         "..\..\acorn\riscos.h"\
  445.         "..\..\acorn\swiven.h"\
  446.         "..\..\amiga\amiga.h"\
  447.         "..\..\amiga\memwatch.h"\
  448.         "..\..\amiga\z-stat.h"\
  449.         "..\..\aosvs\aosvs.h"\
  450.         "..\..\flexos\flxcfg.h"\
  451.         "..\..\maccfg.h"\
  452.         "..\..\msdos\doscfg.h"\
  453.         "..\..\netware\nlmcfg.h"\
  454.         "..\..\os2\os2cfg.h"\
  455.         "..\..\os2\os2data.h"\
  456.         "..\..\qdos\izqdos.h"\
  457.         "..\..\tandem.h"\
  458.         "..\..\theos\stat.h"\
  459.         "..\..\theos\thscfg.h"\
  460.         "..\..\unix\unxcfg.h"\
  461.         "..\..\vmmvs.h"\
  462.         "..\..\zlib.h"\
  463.        
  464.  
  465. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  466.  
  467. DEP_CPP_API_C=\
  468.         "..\..\globals.h"\
  469.         "..\..\unzip.h"\
  470.         "..\..\unzpriv.h"\
  471.         "..\..\unzvers.h"\
  472.         "..\punzip.h"\
  473.         "..\punzip.rcv"\
  474.         "..\wince.h"\
  475.        
  476. NODEP_CPP_API_C=\
  477.         "..\..\acorn\riscos.h"\
  478.         "..\..\amiga\amiga.h"\
  479.         "..\..\aosvs\aosvs.h"\
  480.         "..\..\macdir.h"\
  481.         "..\..\macstat.h"\
  482.         "..\..\msdos\doscfg.h"\
  483.         "..\..\os2\os2cfg.h"\
  484.         "..\..\os2\os2data.h"\
  485.         "..\..\qdos\izqdos.h"\
  486.         "..\..\vmmvs.h"\
  487.         "..\..\win32\w32cfg.h"\
  488.         "..\..\zlib.h"\
  489.        
  490.  
  491. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  492.  
  493. DEP_CPP_API_C=\
  494.         "..\..\globals.h"\
  495.         "..\..\unzip.h"\
  496.         "..\..\unzpriv.h"\
  497.         "..\..\unzvers.h"\
  498.         "..\punzip.h"\
  499.         "..\punzip.rcv"\
  500.         "..\wince.h"\
  501.        
  502. NODEP_CPP_API_C=\
  503.         "..\..\acorn\riscos.h"\
  504.         "..\..\amiga\amiga.h"\
  505.         "..\..\aosvs\aosvs.h"\
  506.         "..\..\macdir.h"\
  507.         "..\..\macstat.h"\
  508.         "..\..\msdos\doscfg.h"\
  509.         "..\..\os2\os2cfg.h"\
  510.         "..\..\os2\os2data.h"\
  511.         "..\..\qdos\izqdos.h"\
  512.         "..\..\vmmvs.h"\
  513.         "..\..\win32\w32cfg.h"\
  514.         "..\..\zlib.h"\
  515.        
  516.  
  517. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  518.  
  519. DEP_CPP_API_C=\
  520.         "..\..\globals.h"\
  521.         "..\..\unzip.h"\
  522.         "..\..\unzpriv.h"\
  523.         "..\..\unzvers.h"\
  524.         "..\..\windll\decs.h"\
  525.         "..\..\windll\structs.h"\
  526.         "..\..\windll\windll.h"\
  527.         "..\intrface.h"\
  528.         "..\punzip.h"\
  529.         "..\punzip.rcv"\
  530.         "..\wcecfg.h"\
  531.         "..\wince.h"\
  532.        
  533. NODEP_CPP_API_C=\
  534.         "..\..\acorn\riscos.h"\
  535.         "..\..\amiga\amiga.h"\
  536.         "..\..\aosvs\aosvs.h"\
  537.         "..\..\flexos\flxcfg.h"\
  538.         "..\..\maccfg.h"\
  539.         "..\..\msdos\doscfg.h"\
  540.         "..\..\netware\nlmcfg.h"\
  541.         "..\..\os2\os2cfg.h"\
  542.         "..\..\os2\os2data.h"\
  543.         "..\..\qdos\izqdos.h"\
  544.         "..\..\tandem.h"\
  545.         "..\..\theos\thscfg.h"\
  546.         "..\..\unix\unxcfg.h"\
  547.         "..\..\vmmvs.h"\
  548.         "..\..\win32\w32cfg.h"\
  549.         "..\..\zlib.h"\
  550.        
  551.  
  552. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  553.  
  554. DEP_CPP_API_C=\
  555.         "..\..\globals.h"\
  556.         "..\..\unzip.h"\
  557.         "..\..\unzpriv.h"\
  558.         "..\..\unzvers.h"\
  559.         "..\punzip.h"\
  560.         "..\punzip.rcv"\
  561.         "..\wcecfg.h"\
  562.         "..\wince.h"\
  563.        
  564. NODEP_CPP_API_C=\
  565.         "..\..\acorn\riscos.h"\
  566.         "..\..\amiga\amiga.h"\
  567.         "..\..\aosvs\aosvs.h"\
  568.         "..\..\macdir.h"\
  569.         "..\..\macstat.h"\
  570.         "..\..\msdos\doscfg.h"\
  571.         "..\..\os2\os2cfg.h"\
  572.         "..\..\os2\os2data.h"\
  573.         "..\..\qdos\izqdos.h"\
  574.         "..\..\vmmvs.h"\
  575.         "..\..\win32\w32cfg.h"\
  576.         "..\..\zlib.h"\
  577.        
  578.  
  579. !ENDIF
  580.  
  581. # End Source File
  582. # Begin Source File
  583.  
  584. SOURCE=..\..\consts.h
  585. # End Source File
  586. # Begin Source File
  587.  
  588. SOURCE=..\..\crc32.c
  589.  
  590. !IF  "$(CFG)" == "punzip - Win32 Release"
  591.  
  592. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  593.  
  594. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  595.  
  596. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  597.  
  598. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  599.  
  600. DEP_CPP_CRC32=\
  601.         "..\..\crc32.h"\
  602.         "..\..\globals.h"\
  603.         "..\..\unzip.h"\
  604.         "..\..\unzpriv.h"\
  605.         "..\..\unzvers.h"\
  606.         "..\..\win32\rsxntwin.h"\
  607.         "..\..\win32\w32cfg.h"\
  608.         "..\..\windll\structs.h"\
  609.         "..\..\zip.h"\
  610.         "..\punzip.h"\
  611.         "..\punzip.rcv"\
  612.         "..\wcecfg.h"\
  613.         "..\wince.h"\
  614.        
  615. NODEP_CPP_CRC32=\
  616.         "..\..\acorn\riscos.h"\
  617.         "..\..\amiga\amiga.h"\
  618.         "..\..\aosvs\aosvs.h"\
  619.         "..\..\flexos\flxcfg.h"\
  620.         "..\..\maccfg.h"\
  621.         "..\..\msdos\doscfg.h"\
  622.         "..\..\netware\nlmcfg.h"\
  623.         "..\..\os2\os2cfg.h"\
  624.         "..\..\os2\os2data.h"\
  625.         "..\..\qdos\izqdos.h"\
  626.         "..\..\tandem.h"\
  627.         "..\..\theos\thscfg.h"\
  628.         "..\..\unix\unxcfg.h"\
  629.         "..\..\vmmvs.h"\
  630.         "..\..\zlib.h"\
  631.        
  632.  
  633. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  634.  
  635. DEP_CPP_CRC32=\
  636.         "..\..\crc32.h"\
  637.         "..\..\globals.h"\
  638.         "..\..\unzip.h"\
  639.         "..\..\unzpriv.h"\
  640.         "..\..\unzvers.h"\
  641.         "..\..\win32\rsxntwin.h"\
  642.         "..\..\win32\w32cfg.h"\
  643.         "..\..\windll\structs.h"\
  644.         "..\..\zip.h"\
  645.         "..\punzip.h"\
  646.         "..\punzip.rcv"\
  647.         "..\wcecfg.h"\
  648.         "..\wince.h"\
  649.        
  650. NODEP_CPP_CRC32=\
  651.         "..\..\acorn\riscos.h"\
  652.         "..\..\amiga\amiga.h"\
  653.         "..\..\aosvs\aosvs.h"\
  654.         "..\..\flexos\flxcfg.h"\
  655.         "..\..\maccfg.h"\
  656.         "..\..\msdos\doscfg.h"\
  657.         "..\..\netware\nlmcfg.h"\
  658.         "..\..\os2\os2cfg.h"\
  659.         "..\..\os2\os2data.h"\
  660.         "..\..\qdos\izqdos.h"\
  661.         "..\..\tandem.h"\
  662.         "..\..\theos\thscfg.h"\
  663.         "..\..\unix\unxcfg.h"\
  664.         "..\..\vmmvs.h"\
  665.         "..\..\zlib.h"\
  666.        
  667.  
  668. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  669.  
  670. DEP_CPP_CRC32=\
  671.         "..\..\crc32.h"\
  672.         "..\..\globals.h"\
  673.         "..\..\unzip.h"\
  674.         "..\..\unzpriv.h"\
  675.         "..\..\zip.h"\
  676.         "..\punzip.h"\
  677.         "..\punzip.rcv"\
  678.         "..\wcecfg.h"\
  679.         "..\wince.h"\
  680.        
  681. NODEP_CPP_CRC32=\
  682.         "..\..\acorn\riscos.h"\
  683.         "..\..\amiga\amiga.h"\
  684.         "..\..\aosvs\aosvs.h"\
  685.         "..\..\macdir.h"\
  686.         "..\..\macstat.h"\
  687.         "..\..\msdos\doscfg.h"\
  688.         "..\..\os2\os2cfg.h"\
  689.         "..\..\os2\os2data.h"\
  690.         "..\..\qdos\izqdos.h"\
  691.         "..\..\vmmvs.h"\
  692.         "..\..\win32\w32cfg.h"\
  693.         "..\..\zlib.h"\
  694.        
  695.  
  696. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  697.  
  698. DEP_CPP_CRC32=\
  699.         "..\..\crc32.h"\
  700.         "..\..\globals.h"\
  701.         "..\..\unzip.h"\
  702.         "..\..\unzpriv.h"\
  703.         "..\..\zip.h"\
  704.         "..\punzip.h"\
  705.         "..\punzip.rcv"\
  706.         "..\wcecfg.h"\
  707.         "..\wince.h"\
  708.        
  709. NODEP_CPP_CRC32=\
  710.         "..\..\acorn\riscos.h"\
  711.         "..\..\amiga\amiga.h"\
  712.         "..\..\aosvs\aosvs.h"\
  713.         "..\..\macdir.h"\
  714.         "..\..\macstat.h"\
  715.         "..\..\msdos\doscfg.h"\
  716.         "..\..\os2\os2cfg.h"\
  717.         "..\..\os2\os2data.h"\
  718.         "..\..\qdos\izqdos.h"\
  719.         "..\..\vmmvs.h"\
  720.         "..\..\win32\w32cfg.h"\
  721.         "..\..\zlib.h"\
  722.        
  723.  
  724. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  725.  
  726. DEP_CPP_CRC32=\
  727.         "..\..\crc32.h"\
  728.         "..\..\globals.h"\
  729.         "..\..\unzip.h"\
  730.         "..\..\unzpriv.h"\
  731.         "..\..\unzvers.h"\
  732.         "..\..\windll\structs.h"\
  733.         "..\..\zip.h"\
  734.         "..\punzip.h"\
  735.         "..\punzip.rcv"\
  736.         "..\wcecfg.h"\
  737.         "..\wince.h"\
  738.        
  739. NODEP_CPP_CRC32=\
  740.         "..\..\acorn\riscos.h"\
  741.         "..\..\amiga\amiga.h"\
  742.         "..\..\aosvs\aosvs.h"\
  743.         "..\..\flexos\flxcfg.h"\
  744.         "..\..\maccfg.h"\
  745.         "..\..\msdos\doscfg.h"\
  746.         "..\..\netware\nlmcfg.h"\
  747.         "..\..\os2\os2cfg.h"\
  748.         "..\..\os2\os2data.h"\
  749.         "..\..\qdos\izqdos.h"\
  750.         "..\..\tandem.h"\
  751.         "..\..\theos\thscfg.h"\
  752.         "..\..\unix\unxcfg.h"\
  753.         "..\..\vmmvs.h"\
  754.         "..\..\win32\w32cfg.h"\
  755.         "..\..\zlib.h"\
  756.        
  757.  
  758. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  759.  
  760. DEP_CPP_CRC32=\
  761.         "..\..\crc32.h"\
  762.         "..\..\globals.h"\
  763.         "..\..\unzip.h"\
  764.         "..\..\unzpriv.h"\
  765.         "..\..\zip.h"\
  766.         "..\punzip.h"\
  767.         "..\punzip.rcv"\
  768.         "..\wcecfg.h"\
  769.         "..\wince.h"\
  770.        
  771. NODEP_CPP_CRC32=\
  772.         "..\..\acorn\riscos.h"\
  773.         "..\..\amiga\amiga.h"\
  774.         "..\..\aosvs\aosvs.h"\
  775.         "..\..\macdir.h"\
  776.         "..\..\macstat.h"\
  777.         "..\..\msdos\doscfg.h"\
  778.         "..\..\os2\os2cfg.h"\
  779.         "..\..\os2\os2data.h"\
  780.         "..\..\qdos\izqdos.h"\
  781.         "..\..\vmmvs.h"\
  782.         "..\..\win32\w32cfg.h"\
  783.         "..\..\zlib.h"\
  784.        
  785.  
  786. !ENDIF
  787.  
  788. # End Source File
  789. # Begin Source File
  790.  
  791. SOURCE=..\..\crc32.h
  792. # End Source File
  793. # Begin Source File
  794.  
  795. SOURCE=..\..\crypt.c
  796.  
  797. !IF  "$(CFG)" == "punzip - Win32 Release"
  798.  
  799. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  800.  
  801. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  802.  
  803. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  804.  
  805. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  806.  
  807. DEP_CPP_CRYPT=\
  808.         "..\..\crc32.h"\
  809.         "..\..\crypt.h"\
  810.         "..\..\globals.h"\
  811.         "..\..\ttyio.h"\
  812.         "..\..\unzip.h"\
  813.         "..\..\unzpriv.h"\
  814.         "..\..\unzvers.h"\
  815.         "..\..\win32\rsxntwin.h"\
  816.         "..\..\win32\w32cfg.h"\
  817.         "..\..\windll\structs.h"\
  818.         "..\..\zip.h"\
  819.         "..\punzip.h"\
  820.         "..\punzip.rcv"\
  821.         "..\wcecfg.h"\
  822.         "..\wince.h"\
  823.        
  824. NODEP_CPP_CRYPT=\
  825.         "..\..\acorn\riscos.h"\
  826.         "..\..\amiga\amiga.h"\
  827.         "..\..\aosvs\aosvs.h"\
  828.         "..\..\flexos\flxcfg.h"\
  829.         "..\..\maccfg.h"\
  830.         "..\..\msdos\doscfg.h"\
  831.         "..\..\netware\nlmcfg.h"\
  832.         "..\..\os2\os2cfg.h"\
  833.         "..\..\os2\os2data.h"\
  834.         "..\..\qdos\izqdos.h"\
  835.         "..\..\tandem.h"\
  836.         "..\..\theos\thscfg.h"\
  837.         "..\..\unix\unxcfg.h"\
  838.         "..\..\vmmvs.h"\
  839.         "..\..\zlib.h"\
  840.        
  841.  
  842. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  843.  
  844. DEP_CPP_CRYPT=\
  845.         "..\..\crc32.h"\
  846.         "..\..\crypt.h"\
  847.         "..\..\globals.h"\
  848.         "..\..\ttyio.h"\
  849.         "..\..\unzip.h"\
  850.         "..\..\unzpriv.h"\
  851.         "..\..\unzvers.h"\
  852.         "..\..\win32\rsxntwin.h"\
  853.         "..\..\win32\w32cfg.h"\
  854.         "..\..\windll\structs.h"\
  855.         "..\..\zip.h"\
  856.         "..\punzip.h"\
  857.         "..\punzip.rcv"\
  858.         "..\wcecfg.h"\
  859.         "..\wince.h"\
  860.        
  861. NODEP_CPP_CRYPT=\
  862.         "..\..\acorn\riscos.h"\
  863.         "..\..\amiga\amiga.h"\
  864.         "..\..\aosvs\aosvs.h"\
  865.         "..\..\flexos\flxcfg.h"\
  866.         "..\..\maccfg.h"\
  867.         "..\..\msdos\doscfg.h"\
  868.         "..\..\netware\nlmcfg.h"\
  869.         "..\..\os2\os2cfg.h"\
  870.         "..\..\os2\os2data.h"\
  871.         "..\..\qdos\izqdos.h"\
  872.         "..\..\tandem.h"\
  873.         "..\..\theos\thscfg.h"\
  874.         "..\..\unix\unxcfg.h"\
  875.         "..\..\vmmvs.h"\
  876.         "..\..\zlib.h"\
  877.        
  878.  
  879. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  880.  
  881. DEP_CPP_CRYPT=\
  882.         "..\..\crc32.h"\
  883.         "..\..\crypt.h"\
  884.         "..\..\globals.h"\
  885.         "..\..\ttyio.h"\
  886.         "..\..\unzip.h"\
  887.         "..\..\unzpriv.h"\
  888.         "..\..\zip.h"\
  889.         "..\punzip.h"\
  890.         "..\punzip.rcv"\
  891.         "..\wcecfg.h"\
  892.         "..\wince.h"\
  893.        
  894. NODEP_CPP_CRYPT=\
  895.         "..\..\acorn\riscos.h"\
  896.         "..\..\amiga\amiga.h"\
  897.         "..\..\aosvs\aosvs.h"\
  898.         "..\..\macdir.h"\
  899.         "..\..\macstat.h"\
  900.         "..\..\msdos\doscfg.h"\
  901.         "..\..\os2\os2cfg.h"\
  902.         "..\..\os2\os2data.h"\
  903.         "..\..\qdos\izqdos.h"\
  904.         "..\..\vmmvs.h"\
  905.         "..\..\win32\w32cfg.h"\
  906.         "..\..\zlib.h"\
  907.        
  908.  
  909. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  910.  
  911. DEP_CPP_CRYPT=\
  912.         "..\..\crc32.h"\
  913.         "..\..\crypt.h"\
  914.         "..\..\globals.h"\
  915.         "..\..\ttyio.h"\
  916.         "..\..\unzip.h"\
  917.         "..\..\unzpriv.h"\
  918.         "..\..\zip.h"\
  919.         "..\punzip.h"\
  920.         "..\punzip.rcv"\
  921.         "..\wcecfg.h"\
  922.         "..\wince.h"\
  923.        
  924. NODEP_CPP_CRYPT=\
  925.         "..\..\acorn\riscos.h"\
  926.         "..\..\amiga\amiga.h"\
  927.         "..\..\aosvs\aosvs.h"\
  928.         "..\..\macdir.h"\
  929.         "..\..\macstat.h"\
  930.         "..\..\msdos\doscfg.h"\
  931.         "..\..\os2\os2cfg.h"\
  932.         "..\..\os2\os2data.h"\
  933.         "..\..\qdos\izqdos.h"\
  934.         "..\..\vmmvs.h"\
  935.         "..\..\win32\w32cfg.h"\
  936.         "..\..\zlib.h"\
  937.        
  938.  
  939. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  940.  
  941. DEP_CPP_CRYPT=\
  942.         "..\..\crc32.h"\
  943.         "..\..\crypt.h"\
  944.         "..\..\globals.h"\
  945.         "..\..\ttyio.h"\
  946.         "..\..\unzip.h"\
  947.         "..\..\unzpriv.h"\
  948.         "..\..\unzvers.h"\
  949.         "..\..\windll\structs.h"\
  950.         "..\..\zip.h"\
  951.         "..\punzip.h"\
  952.         "..\punzip.rcv"\
  953.         "..\wcecfg.h"\
  954.         "..\wince.h"\
  955.        
  956. NODEP_CPP_CRYPT=\
  957.         "..\..\acorn\riscos.h"\
  958.         "..\..\amiga\amiga.h"\
  959.         "..\..\aosvs\aosvs.h"\
  960.         "..\..\flexos\flxcfg.h"\
  961.         "..\..\maccfg.h"\
  962.         "..\..\msdos\doscfg.h"\
  963.         "..\..\netware\nlmcfg.h"\
  964.         "..\..\os2\os2cfg.h"\
  965.         "..\..\os2\os2data.h"\
  966.         "..\..\qdos\izqdos.h"\
  967.         "..\..\tandem.h"\
  968.         "..\..\theos\thscfg.h"\
  969.         "..\..\unix\unxcfg.h"\
  970.         "..\..\vmmvs.h"\
  971.         "..\..\win32\w32cfg.h"\
  972.         "..\..\zlib.h"\
  973.        
  974.  
  975. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  976.  
  977. DEP_CPP_CRYPT=\
  978.         "..\..\crc32.h"\
  979.         "..\..\crypt.h"\
  980.         "..\..\globals.h"\
  981.         "..\..\ttyio.h"\
  982.         "..\..\unzip.h"\
  983.         "..\..\unzpriv.h"\
  984.         "..\..\zip.h"\
  985.         "..\punzip.h"\
  986.         "..\punzip.rcv"\
  987.         "..\wcecfg.h"\
  988.         "..\wince.h"\
  989.        
  990. NODEP_CPP_CRYPT=\
  991.         "..\..\acorn\riscos.h"\
  992.         "..\..\amiga\amiga.h"\
  993.         "..\..\aosvs\aosvs.h"\
  994.         "..\..\macdir.h"\
  995.         "..\..\macstat.h"\
  996.         "..\..\msdos\doscfg.h"\
  997.         "..\..\os2\os2cfg.h"\
  998.         "..\..\os2\os2data.h"\
  999.         "..\..\qdos\izqdos.h"\
  1000.         "..\..\vmmvs.h"\
  1001.         "..\..\win32\w32cfg.h"\
  1002.         "..\..\zlib.h"\
  1003.        
  1004.  
  1005. !ENDIF
  1006.  
  1007. # End Source File
  1008. # Begin Source File
  1009.  
  1010. SOURCE=..\..\crypt.h
  1011. # End Source File
  1012. # Begin Source File
  1013.  
  1014. SOURCE=..\..\ebcdic.h
  1015. # End Source File
  1016. # Begin Source File
  1017.  
  1018. SOURCE=..\..\explode.c
  1019.  
  1020. !IF  "$(CFG)" == "punzip - Win32 Release"
  1021.  
  1022. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  1023.  
  1024. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  1025.  
  1026. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  1027.  
  1028. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  1029.  
  1030. DEP_CPP_EXPLO=\
  1031.         "..\..\globals.h"\
  1032.         "..\..\unzip.h"\
  1033.         "..\..\unzpriv.h"\
  1034.         "..\..\unzvers.h"\
  1035.         "..\..\win32\rsxntwin.h"\
  1036.         "..\..\win32\w32cfg.h"\
  1037.         "..\..\windll\structs.h"\
  1038.         "..\punzip.h"\
  1039.         "..\punzip.rcv"\
  1040.         "..\wcecfg.h"\
  1041.         "..\wince.h"\
  1042.        
  1043. NODEP_CPP_EXPLO=\
  1044.         "..\..\acorn\riscos.h"\
  1045.         "..\..\amiga\amiga.h"\
  1046.         "..\..\aosvs\aosvs.h"\
  1047.         "..\..\flexos\flxcfg.h"\
  1048.         "..\..\maccfg.h"\
  1049.         "..\..\msdos\doscfg.h"\
  1050.         "..\..\netware\nlmcfg.h"\
  1051.         "..\..\os2\os2cfg.h"\
  1052.         "..\..\os2\os2data.h"\
  1053.         "..\..\qdos\izqdos.h"\
  1054.         "..\..\tandem.h"\
  1055.         "..\..\theos\thscfg.h"\
  1056.         "..\..\unix\unxcfg.h"\
  1057.         "..\..\vmmvs.h"\
  1058.         "..\..\zlib.h"\
  1059.        
  1060.  
  1061. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  1062.  
  1063. DEP_CPP_EXPLO=\
  1064.         "..\..\globals.h"\
  1065.         "..\..\unzip.h"\
  1066.         "..\..\unzpriv.h"\
  1067.         "..\..\unzvers.h"\
  1068.         "..\..\win32\rsxntwin.h"\
  1069.         "..\..\win32\w32cfg.h"\
  1070.         "..\..\windll\structs.h"\
  1071.         "..\punzip.h"\
  1072.         "..\punzip.rcv"\
  1073.         "..\wcecfg.h"\
  1074.         "..\wince.h"\
  1075.        
  1076. NODEP_CPP_EXPLO=\
  1077.         "..\..\acorn\riscos.h"\
  1078.         "..\..\amiga\amiga.h"\
  1079.         "..\..\aosvs\aosvs.h"\
  1080.         "..\..\flexos\flxcfg.h"\
  1081.         "..\..\maccfg.h"\
  1082.         "..\..\msdos\doscfg.h"\
  1083.         "..\..\netware\nlmcfg.h"\
  1084.         "..\..\os2\os2cfg.h"\
  1085.         "..\..\os2\os2data.h"\
  1086.         "..\..\qdos\izqdos.h"\
  1087.         "..\..\tandem.h"\
  1088.         "..\..\theos\thscfg.h"\
  1089.         "..\..\unix\unxcfg.h"\
  1090.         "..\..\vmmvs.h"\
  1091.         "..\..\zlib.h"\
  1092.        
  1093.  
  1094. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  1095.  
  1096. DEP_CPP_EXPLO=\
  1097.         "..\..\globals.h"\
  1098.         "..\..\unzip.h"\
  1099.         "..\..\unzpriv.h"\
  1100.         "..\punzip.h"\
  1101.         "..\punzip.rcv"\
  1102.         "..\wcecfg.h"\
  1103.         "..\wince.h"\
  1104.        
  1105. NODEP_CPP_EXPLO=\
  1106.         "..\..\acorn\riscos.h"\
  1107.         "..\..\amiga\amiga.h"\
  1108.         "..\..\aosvs\aosvs.h"\
  1109.         "..\..\macdir.h"\
  1110.         "..\..\macstat.h"\
  1111.         "..\..\msdos\doscfg.h"\
  1112.         "..\..\os2\os2cfg.h"\
  1113.         "..\..\os2\os2data.h"\
  1114.         "..\..\qdos\izqdos.h"\
  1115.         "..\..\vmmvs.h"\
  1116.         "..\..\win32\w32cfg.h"\
  1117.         "..\..\zlib.h"\
  1118.        
  1119.  
  1120. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  1121.  
  1122. DEP_CPP_EXPLO=\
  1123.         "..\..\globals.h"\
  1124.         "..\..\unzip.h"\
  1125.         "..\..\unzpriv.h"\
  1126.         "..\punzip.h"\
  1127.         "..\punzip.rcv"\
  1128.         "..\wcecfg.h"\
  1129.         "..\wince.h"\
  1130.        
  1131. NODEP_CPP_EXPLO=\
  1132.         "..\..\acorn\riscos.h"\
  1133.         "..\..\amiga\amiga.h"\
  1134.         "..\..\aosvs\aosvs.h"\
  1135.         "..\..\macdir.h"\
  1136.         "..\..\macstat.h"\
  1137.         "..\..\msdos\doscfg.h"\
  1138.         "..\..\os2\os2cfg.h"\
  1139.         "..\..\os2\os2data.h"\
  1140.         "..\..\qdos\izqdos.h"\
  1141.         "..\..\vmmvs.h"\
  1142.         "..\..\win32\w32cfg.h"\
  1143.         "..\..\zlib.h"\
  1144.        
  1145.  
  1146. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  1147.  
  1148. DEP_CPP_EXPLO=\
  1149.         "..\..\globals.h"\
  1150.         "..\..\unzip.h"\
  1151.         "..\..\unzpriv.h"\
  1152.         "..\..\unzvers.h"\
  1153.         "..\..\windll\structs.h"\
  1154.         "..\punzip.h"\
  1155.         "..\punzip.rcv"\
  1156.         "..\wcecfg.h"\
  1157.         "..\wince.h"\
  1158.        
  1159. NODEP_CPP_EXPLO=\
  1160.         "..\..\acorn\riscos.h"\
  1161.         "..\..\amiga\amiga.h"\
  1162.         "..\..\aosvs\aosvs.h"\
  1163.         "..\..\flexos\flxcfg.h"\
  1164.         "..\..\maccfg.h"\
  1165.         "..\..\msdos\doscfg.h"\
  1166.         "..\..\netware\nlmcfg.h"\
  1167.         "..\..\os2\os2cfg.h"\
  1168.         "..\..\os2\os2data.h"\
  1169.         "..\..\qdos\izqdos.h"\
  1170.         "..\..\tandem.h"\
  1171.         "..\..\theos\thscfg.h"\
  1172.         "..\..\unix\unxcfg.h"\
  1173.         "..\..\vmmvs.h"\
  1174.         "..\..\win32\w32cfg.h"\
  1175.         "..\..\zlib.h"\
  1176.        
  1177.  
  1178. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  1179.  
  1180. DEP_CPP_EXPLO=\
  1181.         "..\..\globals.h"\
  1182.         "..\..\unzip.h"\
  1183.         "..\..\unzpriv.h"\
  1184.         "..\punzip.h"\
  1185.         "..\punzip.rcv"\
  1186.         "..\wcecfg.h"\
  1187.         "..\wince.h"\
  1188.        
  1189. NODEP_CPP_EXPLO=\
  1190.         "..\..\acorn\riscos.h"\
  1191.         "..\..\amiga\amiga.h"\
  1192.         "..\..\aosvs\aosvs.h"\
  1193.         "..\..\macdir.h"\
  1194.         "..\..\macstat.h"\
  1195.         "..\..\msdos\doscfg.h"\
  1196.         "..\..\os2\os2cfg.h"\
  1197.         "..\..\os2\os2data.h"\
  1198.         "..\..\qdos\izqdos.h"\
  1199.         "..\..\vmmvs.h"\
  1200.         "..\..\win32\w32cfg.h"\
  1201.         "..\..\zlib.h"\
  1202.        
  1203.  
  1204. !ENDIF
  1205.  
  1206. # End Source File
  1207. # Begin Source File
  1208.  
  1209. SOURCE=..\..\extract.c
  1210.  
  1211. !IF  "$(CFG)" == "punzip - Win32 Release"
  1212.  
  1213. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  1214.  
  1215. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  1216.  
  1217. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  1218.  
  1219. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  1220.  
  1221. DEP_CPP_EXTRA=\
  1222.         "..\..\crc32.h"\
  1223.         "..\..\crypt.h"\
  1224.         "..\..\globals.h"\
  1225.         "..\..\unzip.h"\
  1226.         "..\..\unzpriv.h"\
  1227.         "..\..\unzvers.h"\
  1228.         "..\..\win32\rsxntwin.h"\
  1229.         "..\..\win32\w32cfg.h"\
  1230.         "..\..\windll\decs.h"\
  1231.         "..\..\windll\structs.h"\
  1232.         "..\..\windll\windll.h"\
  1233.         "..\intrface.h"\
  1234.         "..\punzip.h"\
  1235.         "..\punzip.rcv"\
  1236.         "..\wcecfg.h"\
  1237.         "..\wince.h"\
  1238.        
  1239. NODEP_CPP_EXTRA=\
  1240.         "..\..\acorn\riscos.h"\
  1241.         "..\..\amiga\amiga.h"\
  1242.         "..\..\aosvs\aosvs.h"\
  1243.         "..\..\flexos\flxcfg.h"\
  1244.         "..\..\maccfg.h"\
  1245.         "..\..\msdos\doscfg.h"\
  1246.         "..\..\netware\nlmcfg.h"\
  1247.         "..\..\os2\os2cfg.h"\
  1248.         "..\..\os2\os2data.h"\
  1249.         "..\..\qdos\izqdos.h"\
  1250.         "..\..\tandem.h"\
  1251.         "..\..\theos\thscfg.h"\
  1252.         "..\..\unix\unxcfg.h"\
  1253.         "..\..\vmmvs.h"\
  1254.         "..\..\zlib.h"\
  1255.        
  1256.  
  1257. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  1258.  
  1259. DEP_CPP_EXTRA=\
  1260.         "..\..\crc32.h"\
  1261.         "..\..\crypt.h"\
  1262.         "..\..\globals.h"\
  1263.         "..\..\unzip.h"\
  1264.         "..\..\unzpriv.h"\
  1265.         "..\..\unzvers.h"\
  1266.         "..\..\win32\rsxntwin.h"\
  1267.         "..\..\win32\w32cfg.h"\
  1268.         "..\..\windll\decs.h"\
  1269.         "..\..\windll\structs.h"\
  1270.         "..\..\windll\windll.h"\
  1271.         "..\intrface.h"\
  1272.         "..\punzip.h"\
  1273.         "..\punzip.rcv"\
  1274.         "..\wcecfg.h"\
  1275.         "..\wince.h"\
  1276.        
  1277. NODEP_CPP_EXTRA=\
  1278.         "..\..\acorn\riscos.h"\
  1279.         "..\..\amiga\amiga.h"\
  1280.         "..\..\aosvs\aosvs.h"\
  1281.         "..\..\flexos\flxcfg.h"\
  1282.         "..\..\maccfg.h"\
  1283.         "..\..\msdos\doscfg.h"\
  1284.         "..\..\netware\nlmcfg.h"\
  1285.         "..\..\os2\os2cfg.h"\
  1286.         "..\..\os2\os2data.h"\
  1287.         "..\..\qdos\izqdos.h"\
  1288.         "..\..\tandem.h"\
  1289.         "..\..\theos\thscfg.h"\
  1290.         "..\..\unix\unxcfg.h"\
  1291.         "..\..\vmmvs.h"\
  1292.         "..\..\zlib.h"\
  1293.        
  1294.  
  1295. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  1296.  
  1297. DEP_CPP_EXTRA=\
  1298.         "..\..\crc32.h"\
  1299.         "..\..\crypt.h"\
  1300.         "..\..\globals.h"\
  1301.         "..\..\unzip.h"\
  1302.         "..\..\unzpriv.h"\
  1303.         "..\intrface.h"\
  1304.         "..\punzip.h"\
  1305.         "..\punzip.rcv"\
  1306.         "..\wcecfg.h"\
  1307.         "..\wince.h"\
  1308.        
  1309. NODEP_CPP_EXTRA=\
  1310.         "..\..\acorn\riscos.h"\
  1311.         "..\..\amiga\amiga.h"\
  1312.         "..\..\aosvs\aosvs.h"\
  1313.         "..\..\macdir.h"\
  1314.         "..\..\macstat.h"\
  1315.         "..\..\msdos\doscfg.h"\
  1316.         "..\..\os2\os2cfg.h"\
  1317.         "..\..\os2\os2data.h"\
  1318.         "..\..\qdos\izqdos.h"\
  1319.         "..\..\vmmvs.h"\
  1320.         "..\..\win32\w32cfg.h"\
  1321.         "..\..\windll\windll.h"\
  1322.         "..\..\zlib.h"\
  1323.        
  1324.  
  1325. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  1326.  
  1327. DEP_CPP_EXTRA=\
  1328.         "..\..\crc32.h"\
  1329.         "..\..\crypt.h"\
  1330.         "..\..\globals.h"\
  1331.         "..\..\unzip.h"\
  1332.         "..\..\unzpriv.h"\
  1333.         "..\intrface.h"\
  1334.         "..\punzip.h"\
  1335.         "..\punzip.rcv"\
  1336.         "..\wcecfg.h"\
  1337.         "..\wince.h"\
  1338.        
  1339. NODEP_CPP_EXTRA=\
  1340.         "..\..\acorn\riscos.h"\
  1341.         "..\..\amiga\amiga.h"\
  1342.         "..\..\aosvs\aosvs.h"\
  1343.         "..\..\macdir.h"\
  1344.         "..\..\macstat.h"\
  1345.         "..\..\msdos\doscfg.h"\
  1346.         "..\..\os2\os2cfg.h"\
  1347.         "..\..\os2\os2data.h"\
  1348.         "..\..\qdos\izqdos.h"\
  1349.         "..\..\vmmvs.h"\
  1350.         "..\..\win32\w32cfg.h"\
  1351.         "..\..\windll\windll.h"\
  1352.         "..\..\zlib.h"\
  1353.        
  1354.  
  1355. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  1356.  
  1357. DEP_CPP_EXTRA=\
  1358.         "..\..\crc32.h"\
  1359.         "..\..\crypt.h"\
  1360.         "..\..\globals.h"\
  1361.         "..\..\unzip.h"\
  1362.         "..\..\unzpriv.h"\
  1363.         "..\..\unzvers.h"\
  1364.         "..\..\windll\decs.h"\
  1365.         "..\..\windll\structs.h"\
  1366.         "..\..\windll\windll.h"\
  1367.         "..\intrface.h"\
  1368.         "..\punzip.h"\
  1369.         "..\punzip.rcv"\
  1370.         "..\wcecfg.h"\
  1371.         "..\wince.h"\
  1372.        
  1373. NODEP_CPP_EXTRA=\
  1374.         "..\..\acorn\riscos.h"\
  1375.         "..\..\amiga\amiga.h"\
  1376.         "..\..\aosvs\aosvs.h"\
  1377.         "..\..\flexos\flxcfg.h"\
  1378.         "..\..\maccfg.h"\
  1379.         "..\..\msdos\doscfg.h"\
  1380.         "..\..\netware\nlmcfg.h"\
  1381.         "..\..\os2\os2cfg.h"\
  1382.         "..\..\os2\os2data.h"\
  1383.         "..\..\qdos\izqdos.h"\
  1384.         "..\..\tandem.h"\
  1385.         "..\..\theos\thscfg.h"\
  1386.         "..\..\unix\unxcfg.h"\
  1387.         "..\..\vmmvs.h"\
  1388.         "..\..\win32\w32cfg.h"\
  1389.         "..\..\windll\windll.h"\
  1390.         "..\..\zlib.h"\
  1391.        
  1392.  
  1393. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  1394.  
  1395. DEP_CPP_EXTRA=\
  1396.         "..\..\crc32.h"\
  1397.         "..\..\crypt.h"\
  1398.         "..\..\globals.h"\
  1399.         "..\..\unzip.h"\
  1400.         "..\..\unzpriv.h"\
  1401.         "..\intrface.h"\
  1402.         "..\punzip.h"\
  1403.         "..\punzip.rcv"\
  1404.         "..\wcecfg.h"\
  1405.         "..\wince.h"\
  1406.        
  1407. NODEP_CPP_EXTRA=\
  1408.         "..\..\acorn\riscos.h"\
  1409.         "..\..\amiga\amiga.h"\
  1410.         "..\..\aosvs\aosvs.h"\
  1411.         "..\..\macdir.h"\
  1412.         "..\..\macstat.h"\
  1413.         "..\..\msdos\doscfg.h"\
  1414.         "..\..\os2\os2cfg.h"\
  1415.         "..\..\os2\os2data.h"\
  1416.         "..\..\qdos\izqdos.h"\
  1417.         "..\..\vmmvs.h"\
  1418.         "..\..\win32\w32cfg.h"\
  1419.         "..\..\windll\windll.h"\
  1420.         "..\..\zlib.h"\
  1421.        
  1422.  
  1423. !ENDIF
  1424.  
  1425. # End Source File
  1426. # Begin Source File
  1427.  
  1428. SOURCE=..\..\fileio.c
  1429.  
  1430. !IF  "$(CFG)" == "punzip - Win32 Release"
  1431.  
  1432. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  1433.  
  1434. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  1435.  
  1436. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  1437.  
  1438. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  1439.  
  1440. DEP_CPP_FILEI=\
  1441.         "..\..\crc32.h"\
  1442.         "..\..\crypt.h"\
  1443.         "..\..\ebcdic.h"\
  1444.         "..\..\globals.h"\
  1445.         "..\..\ttyio.h"\
  1446.         "..\..\unzip.h"\
  1447.         "..\..\unzpriv.h"\
  1448.         "..\..\unzvers.h"\
  1449.         "..\..\win32\rsxntwin.h"\
  1450.         "..\..\win32\w32cfg.h"\
  1451.         "..\..\windll\decs.h"\
  1452.         "..\..\windll\structs.h"\
  1453.         "..\..\windll\windll.h"\
  1454.         "..\intrface.h"\
  1455.         "..\punzip.h"\
  1456.         "..\punzip.rcv"\
  1457.         "..\wcecfg.h"\
  1458.         "..\wince.h"\
  1459.        
  1460. NODEP_CPP_FILEI=\
  1461.         "..\..\acorn\riscos.h"\
  1462.         "..\..\amiga\amiga.h"\
  1463.         "..\..\aosvs\aosvs.h"\
  1464.         "..\..\flexos\flxcfg.h"\
  1465.         "..\..\maccfg.h"\
  1466.         "..\..\msdos\doscfg.h"\
  1467.         "..\..\netware\nlmcfg.h"\
  1468.         "..\..\os2\os2cfg.h"\
  1469.         "..\..\os2\os2data.h"\
  1470.         "..\..\qdos\izqdos.h"\
  1471.         "..\..\tandem.h"\
  1472.         "..\..\theos\charconv.h"\
  1473.         "..\..\theos\thscfg.h"\
  1474.         "..\..\unix\unxcfg.h"\
  1475.         "..\..\vmmvs.h"\
  1476.         "..\..\zlib.h"\
  1477.        
  1478.  
  1479. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  1480.  
  1481. DEP_CPP_FILEI=\
  1482.         "..\..\crc32.h"\
  1483.         "..\..\crypt.h"\
  1484.         "..\..\ebcdic.h"\
  1485.         "..\..\globals.h"\
  1486.         "..\..\ttyio.h"\
  1487.         "..\..\unzip.h"\
  1488.         "..\..\unzpriv.h"\
  1489.         "..\..\unzvers.h"\
  1490.         "..\..\win32\rsxntwin.h"\
  1491.         "..\..\win32\w32cfg.h"\
  1492.         "..\..\windll\decs.h"\
  1493.         "..\..\windll\structs.h"\
  1494.         "..\..\windll\windll.h"\
  1495.         "..\intrface.h"\
  1496.         "..\punzip.h"\
  1497.         "..\punzip.rcv"\
  1498.         "..\wcecfg.h"\
  1499.         "..\wince.h"\
  1500.        
  1501. NODEP_CPP_FILEI=\
  1502.         "..\..\acorn\riscos.h"\
  1503.         "..\..\amiga\amiga.h"\
  1504.         "..\..\aosvs\aosvs.h"\
  1505.         "..\..\flexos\flxcfg.h"\
  1506.         "..\..\maccfg.h"\
  1507.         "..\..\msdos\doscfg.h"\
  1508.         "..\..\netware\nlmcfg.h"\
  1509.         "..\..\os2\os2cfg.h"\
  1510.         "..\..\os2\os2data.h"\
  1511.         "..\..\qdos\izqdos.h"\
  1512.         "..\..\tandem.h"\
  1513.         "..\..\theos\charconv.h"\
  1514.         "..\..\theos\thscfg.h"\
  1515.         "..\..\unix\unxcfg.h"\
  1516.         "..\..\vmmvs.h"\
  1517.         "..\..\zlib.h"\
  1518.        
  1519.  
  1520. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  1521.  
  1522. DEP_CPP_FILEI=\
  1523.         "..\..\crc32.h"\
  1524.         "..\..\crypt.h"\
  1525.         "..\..\ebcdic.h"\
  1526.         "..\..\globals.h"\
  1527.         "..\..\ttyio.h"\
  1528.         "..\..\unzip.h"\
  1529.         "..\..\unzpriv.h"\
  1530.         "..\punzip.h"\
  1531.         "..\punzip.rcv"\
  1532.         "..\wcecfg.h"\
  1533.         "..\wince.h"\
  1534.        
  1535. NODEP_CPP_FILEI=\
  1536.         "..\..\acorn\riscos.h"\
  1537.         "..\..\amiga\amiga.h"\
  1538.         "..\..\aosvs\aosvs.h"\
  1539.         "..\..\macdir.h"\
  1540.         "..\..\macstat.h"\
  1541.         "..\..\msdos\doscfg.h"\
  1542.         "..\..\os2\os2cfg.h"\
  1543.         "..\..\os2\os2data.h"\
  1544.         "..\..\qdos\izqdos.h"\
  1545.         "..\..\vmmvs.h"\
  1546.         "..\..\win32\w32cfg.h"\
  1547.         "..\..\zlib.h"\
  1548.        
  1549.  
  1550. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  1551.  
  1552. DEP_CPP_FILEI=\
  1553.         "..\..\crc32.h"\
  1554.         "..\..\crypt.h"\
  1555.         "..\..\ebcdic.h"\
  1556.         "..\..\globals.h"\
  1557.         "..\..\ttyio.h"\
  1558.         "..\..\unzip.h"\
  1559.         "..\..\unzpriv.h"\
  1560.         "..\punzip.h"\
  1561.         "..\punzip.rcv"\
  1562.         "..\wcecfg.h"\
  1563.         "..\wince.h"\
  1564.        
  1565. NODEP_CPP_FILEI=\
  1566.         "..\..\acorn\riscos.h"\
  1567.         "..\..\amiga\amiga.h"\
  1568.         "..\..\aosvs\aosvs.h"\
  1569.         "..\..\macdir.h"\
  1570.         "..\..\macstat.h"\
  1571.         "..\..\msdos\doscfg.h"\
  1572.         "..\..\os2\os2cfg.h"\
  1573.         "..\..\os2\os2data.h"\
  1574.         "..\..\qdos\izqdos.h"\
  1575.         "..\..\vmmvs.h"\
  1576.         "..\..\win32\w32cfg.h"\
  1577.         "..\..\zlib.h"\
  1578.        
  1579.  
  1580. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  1581.  
  1582. DEP_CPP_FILEI=\
  1583.         "..\..\crc32.h"\
  1584.         "..\..\crypt.h"\
  1585.         "..\..\ebcdic.h"\
  1586.         "..\..\globals.h"\
  1587.         "..\..\ttyio.h"\
  1588.         "..\..\unzip.h"\
  1589.         "..\..\unzpriv.h"\
  1590.         "..\..\unzvers.h"\
  1591.         "..\..\win32\rsxntwin.h"\
  1592.         "..\..\win32\w32cfg.h"\
  1593.         "..\..\windll\decs.h"\
  1594.         "..\..\windll\structs.h"\
  1595.         "..\..\windll\windll.h"\
  1596.         "..\intrface.h"\
  1597.         "..\punzip.h"\
  1598.         "..\punzip.rcv"\
  1599.         "..\wcecfg.h"\
  1600.         "..\wince.h"\
  1601.        
  1602. NODEP_CPP_FILEI=\
  1603.         "..\..\acorn\riscos.h"\
  1604.         "..\..\amiga\amiga.h"\
  1605.         "..\..\aosvs\aosvs.h"\
  1606.         "..\..\flexos\flxcfg.h"\
  1607.         "..\..\maccfg.h"\
  1608.         "..\..\msdos\doscfg.h"\
  1609.         "..\..\netware\nlmcfg.h"\
  1610.         "..\..\os2\os2cfg.h"\
  1611.         "..\..\os2\os2data.h"\
  1612.         "..\..\qdos\izqdos.h"\
  1613.         "..\..\tandem.h"\
  1614.         "..\..\theos\charconv.h"\
  1615.         "..\..\theos\thscfg.h"\
  1616.         "..\..\unix\unxcfg.h"\
  1617.         "..\..\vmmvs.h"\
  1618.         "..\..\win32\w32cfg.h"\
  1619.         "..\..\zlib.h"\
  1620.        
  1621.  
  1622. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  1623.  
  1624. DEP_CPP_FILEI=\
  1625.         "..\..\crc32.h"\
  1626.         "..\..\crypt.h"\
  1627.         "..\..\ebcdic.h"\
  1628.         "..\..\globals.h"\
  1629.         "..\..\ttyio.h"\
  1630.         "..\..\unzip.h"\
  1631.         "..\..\unzpriv.h"\
  1632.         "..\punzip.h"\
  1633.         "..\punzip.rcv"\
  1634.         "..\wcecfg.h"\
  1635.         "..\wince.h"\
  1636.        
  1637. NODEP_CPP_FILEI=\
  1638.         "..\..\acorn\riscos.h"\
  1639.         "..\..\amiga\amiga.h"\
  1640.         "..\..\aosvs\aosvs.h"\
  1641.         "..\..\macdir.h"\
  1642.         "..\..\macstat.h"\
  1643.         "..\..\msdos\doscfg.h"\
  1644.         "..\..\os2\os2cfg.h"\
  1645.         "..\..\os2\os2data.h"\
  1646.         "..\..\qdos\izqdos.h"\
  1647.         "..\..\vmmvs.h"\
  1648.         "..\..\win32\w32cfg.h"\
  1649.         "..\..\zlib.h"\
  1650.        
  1651.  
  1652. !ENDIF
  1653.  
  1654. # End Source File
  1655. # Begin Source File
  1656.  
  1657. SOURCE=..\..\globals.c
  1658.  
  1659. !IF  "$(CFG)" == "punzip - Win32 Release"
  1660.  
  1661. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  1662.  
  1663. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  1664.  
  1665. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  1666.  
  1667. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  1668.  
  1669. DEP_CPP_GLOBA=\
  1670.         "..\..\globals.h"\
  1671.         "..\..\unzip.h"\
  1672.         "..\..\unzpriv.h"\
  1673.         "..\..\unzvers.h"\
  1674.         "..\..\win32\rsxntwin.h"\
  1675.         "..\..\win32\w32cfg.h"\
  1676.         "..\..\windll\structs.h"\
  1677.         "..\punzip.h"\
  1678.         "..\punzip.rcv"\
  1679.         "..\wcecfg.h"\
  1680.         "..\wince.h"\
  1681.        
  1682. NODEP_CPP_GLOBA=\
  1683.         "..\..\acorn\riscos.h"\
  1684.         "..\..\amiga\amiga.h"\
  1685.         "..\..\aosvs\aosvs.h"\
  1686.         "..\..\flexos\flxcfg.h"\
  1687.         "..\..\maccfg.h"\
  1688.         "..\..\msdos\doscfg.h"\
  1689.         "..\..\netware\nlmcfg.h"\
  1690.         "..\..\os2\os2cfg.h"\
  1691.         "..\..\os2\os2data.h"\
  1692.         "..\..\qdos\izqdos.h"\
  1693.         "..\..\tandem.h"\
  1694.         "..\..\theos\thscfg.h"\
  1695.         "..\..\unix\unxcfg.h"\
  1696.         "..\..\vmmvs.h"\
  1697.         "..\..\zlib.h"\
  1698.        
  1699.  
  1700. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  1701.  
  1702. DEP_CPP_GLOBA=\
  1703.         "..\..\globals.h"\
  1704.         "..\..\unzip.h"\
  1705.         "..\..\unzpriv.h"\
  1706.         "..\..\unzvers.h"\
  1707.         "..\..\win32\rsxntwin.h"\
  1708.         "..\..\win32\w32cfg.h"\
  1709.         "..\..\windll\structs.h"\
  1710.         "..\punzip.h"\
  1711.         "..\punzip.rcv"\
  1712.         "..\wcecfg.h"\
  1713.         "..\wince.h"\
  1714.        
  1715. NODEP_CPP_GLOBA=\
  1716.         "..\..\acorn\riscos.h"\
  1717.         "..\..\amiga\amiga.h"\
  1718.         "..\..\aosvs\aosvs.h"\
  1719.         "..\..\flexos\flxcfg.h"\
  1720.         "..\..\maccfg.h"\
  1721.         "..\..\msdos\doscfg.h"\
  1722.         "..\..\netware\nlmcfg.h"\
  1723.         "..\..\os2\os2cfg.h"\
  1724.         "..\..\os2\os2data.h"\
  1725.         "..\..\qdos\izqdos.h"\
  1726.         "..\..\tandem.h"\
  1727.         "..\..\theos\thscfg.h"\
  1728.         "..\..\unix\unxcfg.h"\
  1729.         "..\..\vmmvs.h"\
  1730.         "..\..\zlib.h"\
  1731.        
  1732.  
  1733. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  1734.  
  1735. DEP_CPP_GLOBA=\
  1736.         "..\..\globals.h"\
  1737.         "..\..\unzip.h"\
  1738.         "..\..\unzpriv.h"\
  1739.         "..\punzip.h"\
  1740.         "..\punzip.rcv"\
  1741.         "..\wcecfg.h"\
  1742.         "..\wince.h"\
  1743.        
  1744. NODEP_CPP_GLOBA=\
  1745.         "..\..\acorn\riscos.h"\
  1746.         "..\..\amiga\amiga.h"\
  1747.         "..\..\aosvs\aosvs.h"\
  1748.         "..\..\macdir.h"\
  1749.         "..\..\macstat.h"\
  1750.         "..\..\msdos\doscfg.h"\
  1751.         "..\..\os2\os2cfg.h"\
  1752.         "..\..\os2\os2data.h"\
  1753.         "..\..\qdos\izqdos.h"\
  1754.         "..\..\vmmvs.h"\
  1755.         "..\..\win32\w32cfg.h"\
  1756.         "..\..\zlib.h"\
  1757.        
  1758.  
  1759. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  1760.  
  1761. DEP_CPP_GLOBA=\
  1762.         "..\..\globals.h"\
  1763.         "..\..\unzip.h"\
  1764.         "..\..\unzpriv.h"\
  1765.         "..\punzip.h"\
  1766.         "..\punzip.rcv"\
  1767.         "..\wcecfg.h"\
  1768.         "..\wince.h"\
  1769.        
  1770. NODEP_CPP_GLOBA=\
  1771.         "..\..\acorn\riscos.h"\
  1772.         "..\..\amiga\amiga.h"\
  1773.         "..\..\aosvs\aosvs.h"\
  1774.         "..\..\macdir.h"\
  1775.         "..\..\macstat.h"\
  1776.         "..\..\msdos\doscfg.h"\
  1777.         "..\..\os2\os2cfg.h"\
  1778.         "..\..\os2\os2data.h"\
  1779.         "..\..\qdos\izqdos.h"\
  1780.         "..\..\vmmvs.h"\
  1781.         "..\..\win32\w32cfg.h"\
  1782.         "..\..\zlib.h"\
  1783.        
  1784.  
  1785. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  1786.  
  1787. DEP_CPP_GLOBA=\
  1788.         "..\..\globals.h"\
  1789.         "..\..\unzip.h"\
  1790.         "..\..\unzpriv.h"\
  1791.         "..\..\unzvers.h"\
  1792.         "..\..\windll\structs.h"\
  1793.         "..\punzip.h"\
  1794.         "..\punzip.rcv"\
  1795.         "..\wcecfg.h"\
  1796.         "..\wince.h"\
  1797.        
  1798. NODEP_CPP_GLOBA=\
  1799.         "..\..\acorn\riscos.h"\
  1800.         "..\..\amiga\amiga.h"\
  1801.         "..\..\aosvs\aosvs.h"\
  1802.         "..\..\flexos\flxcfg.h"\
  1803.         "..\..\maccfg.h"\
  1804.         "..\..\msdos\doscfg.h"\
  1805.         "..\..\netware\nlmcfg.h"\
  1806.         "..\..\os2\os2cfg.h"\
  1807.         "..\..\os2\os2data.h"\
  1808.         "..\..\qdos\izqdos.h"\
  1809.         "..\..\tandem.h"\
  1810.         "..\..\theos\thscfg.h"\
  1811.         "..\..\unix\unxcfg.h"\
  1812.         "..\..\vmmvs.h"\
  1813.         "..\..\win32\w32cfg.h"\
  1814.         "..\..\zlib.h"\
  1815.        
  1816.  
  1817. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  1818.  
  1819. DEP_CPP_GLOBA=\
  1820.         "..\..\globals.h"\
  1821.         "..\..\unzip.h"\
  1822.         "..\..\unzpriv.h"\
  1823.         "..\punzip.h"\
  1824.         "..\punzip.rcv"\
  1825.         "..\wince.h"\
  1826.        
  1827. NODEP_CPP_GLOBA=\
  1828.         "..\..\acorn\riscos.h"\
  1829.         "..\..\amiga\amiga.h"\
  1830.         "..\..\aosvs\aosvs.h"\
  1831.         "..\..\macdir.h"\
  1832.         "..\..\macstat.h"\
  1833.         "..\..\msdos\doscfg.h"\
  1834.         "..\..\os2\os2cfg.h"\
  1835.         "..\..\os2\os2data.h"\
  1836.         "..\..\qdos\izqdos.h"\
  1837.         "..\..\vmmvs.h"\
  1838.         "..\..\win32\w32cfg.h"\
  1839.         "..\..\zlib.h"\
  1840.        
  1841.  
  1842. !ENDIF
  1843.  
  1844. # End Source File
  1845. # Begin Source File
  1846.  
  1847. SOURCE=..\..\globals.h
  1848. # End Source File
  1849. # Begin Source File
  1850.  
  1851. SOURCE=..\..\inflate.c
  1852.  
  1853. !IF  "$(CFG)" == "punzip - Win32 Release"
  1854.  
  1855. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  1856.  
  1857. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  1858.  
  1859. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  1860.  
  1861. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  1862.  
  1863. DEP_CPP_INFLA=\
  1864.         "..\..\crypt.h"\
  1865.         "..\..\globals.h"\
  1866.         "..\..\inflate.h"\
  1867.         "..\..\unzip.h"\
  1868.         "..\..\unzpriv.h"\
  1869.         "..\..\unzvers.h"\
  1870.         "..\..\win32\rsxntwin.h"\
  1871.         "..\..\win32\w32cfg.h"\
  1872.         "..\..\windll\structs.h"\
  1873.         "..\punzip.h"\
  1874.         "..\punzip.rcv"\
  1875.         "..\wcecfg.h"\
  1876.         "..\wince.h"\
  1877.        
  1878. NODEP_CPP_INFLA=\
  1879.         "..\..\acorn\riscos.h"\
  1880.         "..\..\amiga\amiga.h"\
  1881.         "..\..\aosvs\aosvs.h"\
  1882.         "..\..\flexos\flxcfg.h"\
  1883.         "..\..\maccfg.h"\
  1884.         "..\..\msdos\doscfg.h"\
  1885.         "..\..\netware\nlmcfg.h"\
  1886.         "..\..\os2\os2cfg.h"\
  1887.         "..\..\os2\os2data.h"\
  1888.         "..\..\qdos\izqdos.h"\
  1889.         "..\..\tandem.h"\
  1890.         "..\..\theos\thscfg.h"\
  1891.         "..\..\unix\unxcfg.h"\
  1892.         "..\..\vmmvs.h"\
  1893.         "..\..\zlib.h"\
  1894.        
  1895.  
  1896. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  1897.  
  1898. DEP_CPP_INFLA=\
  1899.         "..\..\crypt.h"\
  1900.         "..\..\globals.h"\
  1901.         "..\..\inflate.h"\
  1902.         "..\..\unzip.h"\
  1903.         "..\..\unzpriv.h"\
  1904.         "..\..\unzvers.h"\
  1905.         "..\..\win32\rsxntwin.h"\
  1906.         "..\..\win32\w32cfg.h"\
  1907.         "..\..\windll\structs.h"\
  1908.         "..\punzip.h"\
  1909.         "..\punzip.rcv"\
  1910.         "..\wcecfg.h"\
  1911.         "..\wince.h"\
  1912.        
  1913. NODEP_CPP_INFLA=\
  1914.         "..\..\acorn\riscos.h"\
  1915.         "..\..\amiga\amiga.h"\
  1916.         "..\..\aosvs\aosvs.h"\
  1917.         "..\..\flexos\flxcfg.h"\
  1918.         "..\..\maccfg.h"\
  1919.         "..\..\msdos\doscfg.h"\
  1920.         "..\..\netware\nlmcfg.h"\
  1921.         "..\..\os2\os2cfg.h"\
  1922.         "..\..\os2\os2data.h"\
  1923.         "..\..\qdos\izqdos.h"\
  1924.         "..\..\tandem.h"\
  1925.         "..\..\theos\thscfg.h"\
  1926.         "..\..\unix\unxcfg.h"\
  1927.         "..\..\vmmvs.h"\
  1928.         "..\..\zlib.h"\
  1929.        
  1930.  
  1931. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  1932.  
  1933. DEP_CPP_INFLA=\
  1934.         "..\..\crypt.h"\
  1935.         "..\..\globals.h"\
  1936.         "..\..\inflate.h"\
  1937.         "..\..\unzip.h"\
  1938.         "..\..\unzpriv.h"\
  1939.         "..\punzip.h"\
  1940.         "..\punzip.rcv"\
  1941.         "..\wince.h"\
  1942.        
  1943. NODEP_CPP_INFLA=\
  1944.         "..\..\acorn\riscos.h"\
  1945.         "..\..\amiga\amiga.h"\
  1946.         "..\..\aosvs\aosvs.h"\
  1947.         "..\..\macdir.h"\
  1948.         "..\..\macstat.h"\
  1949.         "..\..\msdos\doscfg.h"\
  1950.         "..\..\os2\os2cfg.h"\
  1951.         "..\..\os2\os2data.h"\
  1952.         "..\..\qdos\izqdos.h"\
  1953.         "..\..\vmmvs.h"\
  1954.         "..\..\win32\w32cfg.h"\
  1955.         "..\..\zlib.h"\
  1956.        
  1957.  
  1958. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  1959.  
  1960. DEP_CPP_INFLA=\
  1961.         "..\..\crypt.h"\
  1962.         "..\..\globals.h"\
  1963.         "..\..\inflate.h"\
  1964.         "..\..\unzip.h"\
  1965.         "..\..\unzpriv.h"\
  1966.         "..\punzip.h"\
  1967.         "..\punzip.rcv"\
  1968.         "..\wince.h"\
  1969.        
  1970. NODEP_CPP_INFLA=\
  1971.         "..\..\acorn\riscos.h"\
  1972.         "..\..\amiga\amiga.h"\
  1973.         "..\..\aosvs\aosvs.h"\
  1974.         "..\..\macdir.h"\
  1975.         "..\..\macstat.h"\
  1976.         "..\..\msdos\doscfg.h"\
  1977.         "..\..\os2\os2cfg.h"\
  1978.         "..\..\os2\os2data.h"\
  1979.         "..\..\qdos\izqdos.h"\
  1980.         "..\..\vmmvs.h"\
  1981.         "..\..\win32\w32cfg.h"\
  1982.         "..\..\zlib.h"\
  1983.        
  1984.  
  1985. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  1986.  
  1987. DEP_CPP_INFLA=\
  1988.         "..\..\crypt.h"\
  1989.         "..\..\globals.h"\
  1990.         "..\..\inflate.h"\
  1991.         "..\..\unzip.h"\
  1992.         "..\..\unzpriv.h"\
  1993.         "..\..\unzvers.h"\
  1994.         "..\..\windll\structs.h"\
  1995.         "..\punzip.h"\
  1996.         "..\punzip.rcv"\
  1997.         "..\wcecfg.h"\
  1998.         "..\wince.h"\
  1999.        
  2000. NODEP_CPP_INFLA=\
  2001.         "..\..\acorn\riscos.h"\
  2002.         "..\..\amiga\amiga.h"\
  2003.         "..\..\aosvs\aosvs.h"\
  2004.         "..\..\flexos\flxcfg.h"\
  2005.         "..\..\maccfg.h"\
  2006.         "..\..\msdos\doscfg.h"\
  2007.         "..\..\netware\nlmcfg.h"\
  2008.         "..\..\os2\os2cfg.h"\
  2009.         "..\..\os2\os2data.h"\
  2010.         "..\..\qdos\izqdos.h"\
  2011.         "..\..\tandem.h"\
  2012.         "..\..\theos\thscfg.h"\
  2013.         "..\..\unix\unxcfg.h"\
  2014.         "..\..\vmmvs.h"\
  2015.         "..\..\win32\w32cfg.h"\
  2016.         "..\..\zlib.h"\
  2017.        
  2018.  
  2019. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  2020.  
  2021. DEP_CPP_INFLA=\
  2022.         "..\..\crypt.h"\
  2023.         "..\..\globals.h"\
  2024.         "..\..\inflate.h"\
  2025.         "..\..\unzip.h"\
  2026.         "..\..\unzpriv.h"\
  2027.         "..\punzip.h"\
  2028.         "..\punzip.rcv"\
  2029.         "..\wcecfg.h"\
  2030.         "..\wince.h"\
  2031.        
  2032. NODEP_CPP_INFLA=\
  2033.         "..\..\acorn\riscos.h"\
  2034.         "..\..\amiga\amiga.h"\
  2035.         "..\..\aosvs\aosvs.h"\
  2036.         "..\..\macdir.h"\
  2037.         "..\..\macstat.h"\
  2038.         "..\..\msdos\doscfg.h"\
  2039.         "..\..\os2\os2cfg.h"\
  2040.         "..\..\os2\os2data.h"\
  2041.         "..\..\qdos\izqdos.h"\
  2042.         "..\..\vmmvs.h"\
  2043.         "..\..\win32\w32cfg.h"\
  2044.         "..\..\zlib.h"\
  2045.        
  2046.  
  2047. !ENDIF
  2048.  
  2049. # End Source File
  2050. # Begin Source File
  2051.  
  2052. SOURCE=..\..\inflate.h
  2053. # End Source File
  2054. # Begin Source File
  2055.  
  2056. SOURCE=..\..\list.c
  2057.  
  2058. !IF  "$(CFG)" == "punzip - Win32 Release"
  2059.  
  2060. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  2061.  
  2062. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  2063.  
  2064. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  2065.  
  2066. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  2067.  
  2068. DEP_CPP_LIST_=\
  2069.         "..\..\globals.h"\
  2070.         "..\..\unzip.h"\
  2071.         "..\..\unzpriv.h"\
  2072.         "..\..\unzvers.h"\
  2073.         "..\..\win32\rsxntwin.h"\
  2074.         "..\..\win32\w32cfg.h"\
  2075.         "..\..\windll\decs.h"\
  2076.         "..\..\windll\structs.h"\
  2077.         "..\..\windll\windll.h"\
  2078.         "..\intrface.h"\
  2079.         "..\punzip.h"\
  2080.         "..\punzip.rcv"\
  2081.         "..\wcecfg.h"\
  2082.         "..\wince.h"\
  2083.        
  2084. NODEP_CPP_LIST_=\
  2085.         "..\..\acorn\riscos.h"\
  2086.         "..\..\amiga\amiga.h"\
  2087.         "..\..\aosvs\aosvs.h"\
  2088.         "..\..\flexos\flxcfg.h"\
  2089.         "..\..\maccfg.h"\
  2090.         "..\..\msdos\doscfg.h"\
  2091.         "..\..\netware\nlmcfg.h"\
  2092.         "..\..\os2\os2cfg.h"\
  2093.         "..\..\os2\os2data.h"\
  2094.         "..\..\qdos\izqdos.h"\
  2095.         "..\..\tandem.h"\
  2096.         "..\..\theos\thscfg.h"\
  2097.         "..\..\unix\unxcfg.h"\
  2098.         "..\..\vmmvs.h"\
  2099.         "..\..\zlib.h"\
  2100.        
  2101.  
  2102. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  2103.  
  2104. DEP_CPP_LIST_=\
  2105.         "..\..\globals.h"\
  2106.         "..\..\unzip.h"\
  2107.         "..\..\unzpriv.h"\
  2108.         "..\..\unzvers.h"\
  2109.         "..\..\win32\rsxntwin.h"\
  2110.         "..\..\win32\w32cfg.h"\
  2111.         "..\..\windll\decs.h"\
  2112.         "..\..\windll\structs.h"\
  2113.         "..\..\windll\windll.h"\
  2114.         "..\intrface.h"\
  2115.         "..\punzip.h"\
  2116.         "..\punzip.rcv"\
  2117.         "..\wcecfg.h"\
  2118.         "..\wince.h"\
  2119.        
  2120. NODEP_CPP_LIST_=\
  2121.         "..\..\acorn\riscos.h"\
  2122.         "..\..\amiga\amiga.h"\
  2123.         "..\..\aosvs\aosvs.h"\
  2124.         "..\..\flexos\flxcfg.h"\
  2125.         "..\..\maccfg.h"\
  2126.         "..\..\msdos\doscfg.h"\
  2127.         "..\..\netware\nlmcfg.h"\
  2128.         "..\..\os2\os2cfg.h"\
  2129.         "..\..\os2\os2data.h"\
  2130.         "..\..\qdos\izqdos.h"\
  2131.         "..\..\tandem.h"\
  2132.         "..\..\theos\thscfg.h"\
  2133.         "..\..\unix\unxcfg.h"\
  2134.         "..\..\vmmvs.h"\
  2135.         "..\..\zlib.h"\
  2136.        
  2137.  
  2138. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  2139.  
  2140. DEP_CPP_LIST_=\
  2141.         "..\..\globals.h"\
  2142.         "..\..\unzip.h"\
  2143.         "..\..\unzpriv.h"\
  2144.         "..\intrface.h"\
  2145.         "..\punzip.h"\
  2146.         "..\punzip.rcv"\
  2147.         "..\wcecfg.h"\
  2148.         "..\wince.h"\
  2149.        
  2150. NODEP_CPP_LIST_=\
  2151.         "..\..\acorn\riscos.h"\
  2152.         "..\..\amiga\amiga.h"\
  2153.         "..\..\aosvs\aosvs.h"\
  2154.         "..\..\macdir.h"\
  2155.         "..\..\macstat.h"\
  2156.         "..\..\msdos\doscfg.h"\
  2157.         "..\..\os2\os2cfg.h"\
  2158.         "..\..\os2\os2data.h"\
  2159.         "..\..\qdos\izqdos.h"\
  2160.         "..\..\vmmvs.h"\
  2161.         "..\..\win32\w32cfg.h"\
  2162.         "..\..\windll\windll.h"\
  2163.         "..\..\zlib.h"\
  2164.        
  2165.  
  2166. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  2167.  
  2168. DEP_CPP_LIST_=\
  2169.         "..\..\globals.h"\
  2170.         "..\..\unzip.h"\
  2171.         "..\..\unzpriv.h"\
  2172.         "..\intrface.h"\
  2173.         "..\punzip.h"\
  2174.         "..\punzip.rcv"\
  2175.         "..\wcecfg.h"\
  2176.         "..\wince.h"\
  2177.        
  2178. NODEP_CPP_LIST_=\
  2179.         "..\..\acorn\riscos.h"\
  2180.         "..\..\amiga\amiga.h"\
  2181.         "..\..\aosvs\aosvs.h"\
  2182.         "..\..\macdir.h"\
  2183.         "..\..\macstat.h"\
  2184.         "..\..\msdos\doscfg.h"\
  2185.         "..\..\os2\os2cfg.h"\
  2186.         "..\..\os2\os2data.h"\
  2187.         "..\..\qdos\izqdos.h"\
  2188.         "..\..\vmmvs.h"\
  2189.         "..\..\win32\w32cfg.h"\
  2190.         "..\..\windll\windll.h"\
  2191.         "..\..\zlib.h"\
  2192.        
  2193.  
  2194. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  2195.  
  2196. DEP_CPP_LIST_=\
  2197.         "..\..\globals.h"\
  2198.         "..\..\unzip.h"\
  2199.         "..\..\unzpriv.h"\
  2200.         "..\..\unzvers.h"\
  2201.         "..\..\windll\decs.h"\
  2202.         "..\..\windll\structs.h"\
  2203.         "..\intrface.h"\
  2204.         "..\punzip.h"\
  2205.         "..\punzip.rcv"\
  2206.         "..\wcecfg.h"\
  2207.         "..\wince.h"\
  2208.        
  2209. NODEP_CPP_LIST_=\
  2210.         "..\..\acorn\riscos.h"\
  2211.         "..\..\amiga\amiga.h"\
  2212.         "..\..\aosvs\aosvs.h"\
  2213.         "..\..\flexos\flxcfg.h"\
  2214.         "..\..\maccfg.h"\
  2215.         "..\..\msdos\doscfg.h"\
  2216.         "..\..\netware\nlmcfg.h"\
  2217.         "..\..\os2\os2cfg.h"\
  2218.         "..\..\os2\os2data.h"\
  2219.         "..\..\qdos\izqdos.h"\
  2220.         "..\..\tandem.h"\
  2221.         "..\..\theos\thscfg.h"\
  2222.         "..\..\unix\unxcfg.h"\
  2223.         "..\..\vmmvs.h"\
  2224.         "..\..\win32\w32cfg.h"\
  2225.         "..\..\windll\windll.h"\
  2226.         "..\..\zlib.h"\
  2227.        
  2228.  
  2229. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  2230.  
  2231. DEP_CPP_LIST_=\
  2232.         "..\..\globals.h"\
  2233.         "..\..\unzip.h"\
  2234.         "..\..\unzpriv.h"\
  2235.         "..\intrface.h"\
  2236.         "..\punzip.h"\
  2237.         "..\punzip.rcv"\
  2238.         "..\wcecfg.h"\
  2239.         "..\wince.h"\
  2240.        
  2241. NODEP_CPP_LIST_=\
  2242.         "..\..\acorn\riscos.h"\
  2243.         "..\..\amiga\amiga.h"\
  2244.         "..\..\aosvs\aosvs.h"\
  2245.         "..\..\macdir.h"\
  2246.         "..\..\macstat.h"\
  2247.         "..\..\msdos\doscfg.h"\
  2248.         "..\..\os2\os2cfg.h"\
  2249.         "..\..\os2\os2data.h"\
  2250.         "..\..\qdos\izqdos.h"\
  2251.         "..\..\vmmvs.h"\
  2252.         "..\..\win32\w32cfg.h"\
  2253.         "..\..\windll\windll.h"\
  2254.         "..\..\zlib.h"\
  2255.        
  2256.  
  2257. !ENDIF
  2258.  
  2259. # End Source File
  2260. # Begin Source File
  2261.  
  2262. SOURCE=..\..\process.c
  2263.  
  2264. !IF  "$(CFG)" == "punzip - Win32 Release"
  2265.  
  2266. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  2267.  
  2268. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  2269.  
  2270. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  2271.  
  2272. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  2273.  
  2274. DEP_CPP_PROCE=\
  2275.         "..\..\crc32.h"\
  2276.         "..\..\globals.h"\
  2277.         "..\..\unzip.h"\
  2278.         "..\..\unzpriv.h"\
  2279.         "..\..\unzvers.h"\
  2280.         "..\..\win32\rsxntwin.h"\
  2281.         "..\..\win32\w32cfg.h"\
  2282.         "..\..\windll\decs.h"\
  2283.         "..\..\windll\structs.h"\
  2284.         "..\..\windll\windll.h"\
  2285.         "..\intrface.h"\
  2286.         "..\punzip.h"\
  2287.         "..\punzip.rcv"\
  2288.         "..\wcecfg.h"\
  2289.         "..\wince.h"\
  2290.        
  2291. NODEP_CPP_PROCE=\
  2292.         "..\..\acorn\riscos.h"\
  2293.         "..\..\amiga\amiga.h"\
  2294.         "..\..\aosvs\aosvs.h"\
  2295.         "..\..\flexos\flxcfg.h"\
  2296.         "..\..\maccfg.h"\
  2297.         "..\..\msdos\doscfg.h"\
  2298.         "..\..\netware\nlmcfg.h"\
  2299.         "..\..\os2\os2cfg.h"\
  2300.         "..\..\os2\os2data.h"\
  2301.         "..\..\qdos\izqdos.h"\
  2302.         "..\..\tandem.h"\
  2303.         "..\..\theos\thscfg.h"\
  2304.         "..\..\unix\unxcfg.h"\
  2305.         "..\..\vmmvs.h"\
  2306.         "..\..\zlib.h"\
  2307.        
  2308.  
  2309. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  2310.  
  2311. DEP_CPP_PROCE=\
  2312.         "..\..\crc32.h"\
  2313.         "..\..\globals.h"\
  2314.         "..\..\unzip.h"\
  2315.         "..\..\unzpriv.h"\
  2316.         "..\..\unzvers.h"\
  2317.         "..\..\win32\rsxntwin.h"\
  2318.         "..\..\win32\w32cfg.h"\
  2319.         "..\..\windll\decs.h"\
  2320.         "..\..\windll\structs.h"\
  2321.         "..\..\windll\windll.h"\
  2322.         "..\intrface.h"\
  2323.         "..\punzip.h"\
  2324.         "..\punzip.rcv"\
  2325.         "..\wcecfg.h"\
  2326.         "..\wince.h"\
  2327.        
  2328. NODEP_CPP_PROCE=\
  2329.         "..\..\acorn\riscos.h"\
  2330.         "..\..\amiga\amiga.h"\
  2331.         "..\..\aosvs\aosvs.h"\
  2332.         "..\..\flexos\flxcfg.h"\
  2333.         "..\..\maccfg.h"\
  2334.         "..\..\msdos\doscfg.h"\
  2335.         "..\..\netware\nlmcfg.h"\
  2336.         "..\..\os2\os2cfg.h"\
  2337.         "..\..\os2\os2data.h"\
  2338.         "..\..\qdos\izqdos.h"\
  2339.         "..\..\tandem.h"\
  2340.         "..\..\theos\thscfg.h"\
  2341.         "..\..\unix\unxcfg.h"\
  2342.         "..\..\vmmvs.h"\
  2343.         "..\..\zlib.h"\
  2344.        
  2345.  
  2346. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  2347.  
  2348. DEP_CPP_PROCE=\
  2349.         "..\..\crc32.h"\
  2350.         "..\..\globals.h"\
  2351.         "..\..\unzip.h"\
  2352.         "..\..\unzpriv.h"\
  2353.         "..\..\unzvers.h"\
  2354.         "..\..\windll\decs.h"\
  2355.         "..\..\windll\structs.h"\
  2356.         "..\intrface.h"\
  2357.         "..\punzip.h"\
  2358.         "..\punzip.rcv"\
  2359.         "..\wcecfg.h"\
  2360.         "..\wince.h"\
  2361.        
  2362. NODEP_CPP_PROCE=\
  2363.         "..\..\acorn\riscos.h"\
  2364.         "..\..\amiga\amiga.h"\
  2365.         "..\..\aosvs\aosvs.h"\
  2366.         "..\..\macdir.h"\
  2367.         "..\..\macstat.h"\
  2368.         "..\..\msdos\doscfg.h"\
  2369.         "..\..\os2\os2cfg.h"\
  2370.         "..\..\os2\os2data.h"\
  2371.         "..\..\qdos\izqdos.h"\
  2372.         "..\..\vmmvs.h"\
  2373.         "..\..\win32\w32cfg.h"\
  2374.         "..\..\windll\windll.h"\
  2375.         "..\..\zlib.h"\
  2376.        
  2377.  
  2378. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  2379.  
  2380. DEP_CPP_PROCE=\
  2381.         "..\..\crc32.h"\
  2382.         "..\..\globals.h"\
  2383.         "..\..\unzip.h"\
  2384.         "..\..\unzpriv.h"\
  2385.         "..\intrface.h"\
  2386.         "..\punzip.h"\
  2387.         "..\punzip.rcv"\
  2388.         "..\wcecfg.h"\
  2389.         "..\wince.h"\
  2390.        
  2391. NODEP_CPP_PROCE=\
  2392.         "..\..\acorn\riscos.h"\
  2393.         "..\..\amiga\amiga.h"\
  2394.         "..\..\aosvs\aosvs.h"\
  2395.         "..\..\macdir.h"\
  2396.         "..\..\macstat.h"\
  2397.         "..\..\msdos\doscfg.h"\
  2398.         "..\..\os2\os2cfg.h"\
  2399.         "..\..\os2\os2data.h"\
  2400.         "..\..\qdos\izqdos.h"\
  2401.         "..\..\vmmvs.h"\
  2402.         "..\..\win32\w32cfg.h"\
  2403.         "..\..\windll\windll.h"\
  2404.         "..\..\zlib.h"\
  2405.        
  2406.  
  2407. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  2408.  
  2409. DEP_CPP_PROCE=\
  2410.         "..\..\crc32.h"\
  2411.         "..\..\globals.h"\
  2412.         "..\..\unzip.h"\
  2413.         "..\..\unzpriv.h"\
  2414.         "..\..\unzvers.h"\
  2415.         "..\..\windll\decs.h"\
  2416.         "..\..\windll\structs.h"\
  2417.         "..\intrface.h"\
  2418.         "..\punzip.h"\
  2419.         "..\punzip.rcv"\
  2420.         "..\wcecfg.h"\
  2421.         "..\wince.h"\
  2422.        
  2423. NODEP_CPP_PROCE=\
  2424.         "..\..\acorn\riscos.h"\
  2425.         "..\..\amiga\amiga.h"\
  2426.         "..\..\aosvs\aosvs.h"\
  2427.         "..\..\flexos\flxcfg.h"\
  2428.         "..\..\maccfg.h"\
  2429.         "..\..\msdos\doscfg.h"\
  2430.         "..\..\netware\nlmcfg.h"\
  2431.         "..\..\os2\os2cfg.h"\
  2432.         "..\..\os2\os2data.h"\
  2433.         "..\..\qdos\izqdos.h"\
  2434.         "..\..\tandem.h"\
  2435.         "..\..\theos\thscfg.h"\
  2436.         "..\..\unix\unxcfg.h"\
  2437.         "..\..\vmmvs.h"\
  2438.         "..\..\win32\w32cfg.h"\
  2439.         "..\..\windll\windll.h"\
  2440.         "..\..\zlib.h"\
  2441.        
  2442.  
  2443. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  2444.  
  2445. DEP_CPP_PROCE=\
  2446.         "..\..\crc32.h"\
  2447.         "..\..\globals.h"\
  2448.         "..\..\unzip.h"\
  2449.         "..\..\unzpriv.h"\
  2450.         "..\intrface.h"\
  2451.         "..\punzip.h"\
  2452.         "..\punzip.rcv"\
  2453.         "..\wcecfg.h"\
  2454.         "..\wince.h"\
  2455.        
  2456. NODEP_CPP_PROCE=\
  2457.         "..\..\acorn\riscos.h"\
  2458.         "..\..\amiga\amiga.h"\
  2459.         "..\..\aosvs\aosvs.h"\
  2460.         "..\..\macdir.h"\
  2461.         "..\..\macstat.h"\
  2462.         "..\..\msdos\doscfg.h"\
  2463.         "..\..\os2\os2cfg.h"\
  2464.         "..\..\os2\os2data.h"\
  2465.         "..\..\qdos\izqdos.h"\
  2466.         "..\..\vmmvs.h"\
  2467.         "..\..\win32\w32cfg.h"\
  2468.         "..\..\windll\windll.h"\
  2469.         "..\..\zlib.h"\
  2470.        
  2471.  
  2472. !ENDIF
  2473.  
  2474. # End Source File
  2475. # Begin Source File
  2476.  
  2477. SOURCE=..\..\ttyio.c
  2478.  
  2479. !IF  "$(CFG)" == "punzip - Win32 Release"
  2480.  
  2481. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  2482.  
  2483. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  2484.  
  2485. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  2486.  
  2487. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  2488.  
  2489. DEP_CPP_TTYIO=\
  2490.         "..\..\crypt.h"\
  2491.         "..\..\globals.h"\
  2492.         "..\..\ttyio.h"\
  2493.         "..\..\unzip.h"\
  2494.         "..\..\unzpriv.h"\
  2495.         "..\..\unzvers.h"\
  2496.         "..\..\win32\rsxntwin.h"\
  2497.         "..\..\win32\w32cfg.h"\
  2498.         "..\..\windll\structs.h"\
  2499.         "..\..\zip.h"\
  2500.         "..\punzip.h"\
  2501.         "..\punzip.rcv"\
  2502.         "..\wcecfg.h"\
  2503.         "..\wince.h"\
  2504.        
  2505. NODEP_CPP_TTYIO=\
  2506.         "..\..\acorn\riscos.h"\
  2507.         "..\..\amiga\amiga.h"\
  2508.         "..\..\aosvs\aosvs.h"\
  2509.         "..\..\flexos\flxcfg.h"\
  2510.         "..\..\maccfg.h"\
  2511.         "..\..\msdos\doscfg.h"\
  2512.         "..\..\netware\nlmcfg.h"\
  2513.         "..\..\os2\os2cfg.h"\
  2514.         "..\..\os2\os2data.h"\
  2515.         "..\..\qdos\izqdos.h"\
  2516.         "..\..\tandem.h"\
  2517.         "..\..\theos\thscfg.h"\
  2518.         "..\..\unix\unxcfg.h"\
  2519.         "..\..\vmmvs.h"\
  2520.         "..\..\zlib.h"\
  2521.        
  2522.  
  2523. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  2524.  
  2525. DEP_CPP_TTYIO=\
  2526.         "..\..\crypt.h"\
  2527.         "..\..\globals.h"\
  2528.         "..\..\ttyio.h"\
  2529.         "..\..\unzip.h"\
  2530.         "..\..\unzpriv.h"\
  2531.         "..\..\unzvers.h"\
  2532.         "..\..\win32\rsxntwin.h"\
  2533.         "..\..\win32\w32cfg.h"\
  2534.         "..\..\windll\structs.h"\
  2535.         "..\..\zip.h"\
  2536.         "..\punzip.h"\
  2537.         "..\punzip.rcv"\
  2538.         "..\wcecfg.h"\
  2539.         "..\wince.h"\
  2540.        
  2541. NODEP_CPP_TTYIO=\
  2542.         "..\..\acorn\riscos.h"\
  2543.         "..\..\amiga\amiga.h"\
  2544.         "..\..\aosvs\aosvs.h"\
  2545.         "..\..\flexos\flxcfg.h"\
  2546.         "..\..\maccfg.h"\
  2547.         "..\..\msdos\doscfg.h"\
  2548.         "..\..\netware\nlmcfg.h"\
  2549.         "..\..\os2\os2cfg.h"\
  2550.         "..\..\os2\os2data.h"\
  2551.         "..\..\qdos\izqdos.h"\
  2552.         "..\..\tandem.h"\
  2553.         "..\..\theos\thscfg.h"\
  2554.         "..\..\unix\unxcfg.h"\
  2555.         "..\..\vmmvs.h"\
  2556.         "..\..\zlib.h"\
  2557.        
  2558.  
  2559. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  2560.  
  2561. DEP_CPP_TTYIO=\
  2562.         "..\..\crypt.h"\
  2563.         "..\..\globals.h"\
  2564.         "..\..\ttyio.h"\
  2565.         "..\..\unzip.h"\
  2566.         "..\..\unzpriv.h"\
  2567.         "..\..\zip.h"\
  2568.         "..\punzip.h"\
  2569.         "..\punzip.rcv"\
  2570.         "..\wcecfg.h"\
  2571.         "..\wince.h"\
  2572.        
  2573. NODEP_CPP_TTYIO=\
  2574.         "..\..\acorn\riscos.h"\
  2575.         "..\..\amiga\amiga.h"\
  2576.         "..\..\aosvs\aosvs.h"\
  2577.         "..\..\macdir.h"\
  2578.         "..\..\macstat.h"\
  2579.         "..\..\msdos\doscfg.h"\
  2580.         "..\..\os2\os2cfg.h"\
  2581.         "..\..\os2\os2data.h"\
  2582.         "..\..\qdos\izqdos.h"\
  2583.         "..\..\vmmvs.h"\
  2584.         "..\..\win32\w32cfg.h"\
  2585.         "..\..\zlib.h"\
  2586.        
  2587.  
  2588. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  2589.  
  2590. DEP_CPP_TTYIO=\
  2591.         "..\..\crypt.h"\
  2592.         "..\..\globals.h"\
  2593.         "..\..\ttyio.h"\
  2594.         "..\..\unzip.h"\
  2595.         "..\..\unzpriv.h"\
  2596.         "..\..\zip.h"\
  2597.         "..\punzip.h"\
  2598.         "..\punzip.rcv"\
  2599.         "..\wcecfg.h"\
  2600.         "..\wince.h"\
  2601.        
  2602. NODEP_CPP_TTYIO=\
  2603.         "..\..\acorn\riscos.h"\
  2604.         "..\..\amiga\amiga.h"\
  2605.         "..\..\aosvs\aosvs.h"\
  2606.         "..\..\macdir.h"\
  2607.         "..\..\macstat.h"\
  2608.         "..\..\msdos\doscfg.h"\
  2609.         "..\..\os2\os2cfg.h"\
  2610.         "..\..\os2\os2data.h"\
  2611.         "..\..\qdos\izqdos.h"\
  2612.         "..\..\vmmvs.h"\
  2613.         "..\..\win32\w32cfg.h"\
  2614.         "..\..\zlib.h"\
  2615.        
  2616.  
  2617. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  2618.  
  2619. DEP_CPP_TTYIO=\
  2620.         "..\..\crypt.h"\
  2621.         "..\..\globals.h"\
  2622.         "..\..\ttyio.h"\
  2623.         "..\..\unzip.h"\
  2624.         "..\..\unzpriv.h"\
  2625.         "..\..\unzvers.h"\
  2626.         "..\..\windll\structs.h"\
  2627.         "..\..\zip.h"\
  2628.         "..\punzip.h"\
  2629.         "..\punzip.rcv"\
  2630.         "..\wcecfg.h"\
  2631.         "..\wince.h"\
  2632.        
  2633. NODEP_CPP_TTYIO=\
  2634.         "..\..\acorn\riscos.h"\
  2635.         "..\..\amiga\amiga.h"\
  2636.         "..\..\aosvs\aosvs.h"\
  2637.         "..\..\flexos\flxcfg.h"\
  2638.         "..\..\maccfg.h"\
  2639.         "..\..\msdos\doscfg.h"\
  2640.         "..\..\netware\nlmcfg.h"\
  2641.         "..\..\os2\os2cfg.h"\
  2642.         "..\..\os2\os2data.h"\
  2643.         "..\..\qdos\izqdos.h"\
  2644.         "..\..\tandem.h"\
  2645.         "..\..\theos\thscfg.h"\
  2646.         "..\..\unix\unxcfg.h"\
  2647.         "..\..\vmmvs.h"\
  2648.         "..\..\win32\w32cfg.h"\
  2649.         "..\..\zlib.h"\
  2650.        
  2651.  
  2652. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  2653.  
  2654. DEP_CPP_TTYIO=\
  2655.         "..\..\crypt.h"\
  2656.         "..\..\globals.h"\
  2657.         "..\..\ttyio.h"\
  2658.         "..\..\unzip.h"\
  2659.         "..\..\unzpriv.h"\
  2660.         "..\..\zip.h"\
  2661.         "..\punzip.h"\
  2662.         "..\punzip.rcv"\
  2663.         "..\wcecfg.h"\
  2664.         "..\wince.h"\
  2665.        
  2666. NODEP_CPP_TTYIO=\
  2667.         "..\..\acorn\riscos.h"\
  2668.         "..\..\amiga\amiga.h"\
  2669.         "..\..\aosvs\aosvs.h"\
  2670.         "..\..\macdir.h"\
  2671.         "..\..\macstat.h"\
  2672.         "..\..\msdos\doscfg.h"\
  2673.         "..\..\os2\os2cfg.h"\
  2674.         "..\..\os2\os2data.h"\
  2675.         "..\..\qdos\izqdos.h"\
  2676.         "..\..\vmmvs.h"\
  2677.         "..\..\win32\w32cfg.h"\
  2678.         "..\..\zlib.h"\
  2679.        
  2680.  
  2681. !ENDIF
  2682.  
  2683. # End Source File
  2684. # Begin Source File
  2685.  
  2686. SOURCE=..\..\ttyio.h
  2687. # End Source File
  2688. # Begin Source File
  2689.  
  2690. SOURCE=..\..\ubz2err.c
  2691.  
  2692. !IF  "$(CFG)" == "punzip - Win32 Release"
  2693.  
  2694. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  2695.  
  2696. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  2697.  
  2698. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  2699.  
  2700. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  2701.  
  2702. DEP_CPP_UBZ2ERR_=\
  2703.         "..\..\globals.h"\
  2704.         "..\..\unzip.h"\
  2705.         "..\..\unzpriv.h"\
  2706.         "..\..\unzvers.h"\
  2707.         "..\..\win32\rsxntwin.h"\
  2708.         "..\..\win32\w32cfg.h"\
  2709.         "..\..\windll\decs.h"\
  2710.         "..\..\windll\structs.h"\
  2711.         "..\..\windll\windll.h"\
  2712.         "..\intrface.h"\
  2713.         "..\punzip.h"\
  2714.         "..\punzip.rcv"\
  2715.         "..\wcecfg.h"\
  2716.         "..\wince.h"\
  2717.        
  2718. NODEP_CPP_UBZ2ERR_=\
  2719.         "..\..\acorn\riscos.h"\
  2720.         "..\..\amiga\amiga.h"\
  2721.         "..\..\aosvs\aosvs.h"\
  2722.         "..\..\flexos\flxcfg.h"\
  2723.         "..\..\maccfg.h"\
  2724.         "..\..\msdos\doscfg.h"\
  2725.         "..\..\netware\nlmcfg.h"\
  2726.         "..\..\os2\os2cfg.h"\
  2727.         "..\..\os2\os2data.h"\
  2728.         "..\..\qdos\izqdos.h"\
  2729.         "..\..\tandem.h"\
  2730.         "..\..\theos\thscfg.h"\
  2731.         "..\..\unix\unxcfg.h"\
  2732.         "..\..\vmmvs.h"\
  2733.         "..\..\zlib.h"\
  2734.        
  2735.  
  2736. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  2737.  
  2738. DEP_CPP_UBZ2ERR_=\
  2739.         "..\..\globals.h"\
  2740.         "..\..\unzip.h"\
  2741.         "..\..\unzpriv.h"\
  2742.         "..\..\unzvers.h"\
  2743.         "..\..\win32\rsxntwin.h"\
  2744.         "..\..\win32\w32cfg.h"\
  2745.         "..\..\windll\decs.h"\
  2746.         "..\..\windll\structs.h"\
  2747.         "..\..\windll\windll.h"\
  2748.         "..\intrface.h"\
  2749.         "..\punzip.h"\
  2750.         "..\punzip.rcv"\
  2751.         "..\wcecfg.h"\
  2752.         "..\wince.h"\
  2753.        
  2754. NODEP_CPP_UBZ2ERR_=\
  2755.         "..\..\acorn\riscos.h"\
  2756.         "..\..\amiga\amiga.h"\
  2757.         "..\..\aosvs\aosvs.h"\
  2758.         "..\..\flexos\flxcfg.h"\
  2759.         "..\..\maccfg.h"\
  2760.         "..\..\msdos\doscfg.h"\
  2761.         "..\..\netware\nlmcfg.h"\
  2762.         "..\..\os2\os2cfg.h"\
  2763.         "..\..\os2\os2data.h"\
  2764.         "..\..\qdos\izqdos.h"\
  2765.         "..\..\tandem.h"\
  2766.         "..\..\theos\thscfg.h"\
  2767.         "..\..\unix\unxcfg.h"\
  2768.         "..\..\vmmvs.h"\
  2769.         "..\..\zlib.h"\
  2770.        
  2771.  
  2772. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  2773.  
  2774. DEP_CPP_UBZ2ERR_=\
  2775.         "..\..\globals.h"\
  2776.         "..\..\unzip.h"\
  2777.         "..\..\unzpriv.h"\
  2778.         "..\intrface.h"\
  2779.         "..\punzip.h"\
  2780.         "..\punzip.rcv"\
  2781.         "..\wcecfg.h"\
  2782.         "..\wince.h"\
  2783.        
  2784. NODEP_CPP_UBZ2ERR_=\
  2785.         "..\..\acorn\riscos.h"\
  2786.         "..\..\amiga\amiga.h"\
  2787.         "..\..\aosvs\aosvs.h"\
  2788.         "..\..\macdir.h"\
  2789.         "..\..\macstat.h"\
  2790.         "..\..\msdos\doscfg.h"\
  2791.         "..\..\os2\os2cfg.h"\
  2792.         "..\..\os2\os2data.h"\
  2793.         "..\..\qdos\izqdos.h"\
  2794.         "..\..\vmmvs.h"\
  2795.         "..\..\win32\w32cfg.h"\
  2796.         "..\..\windll\windll.h"\
  2797.         "..\..\zlib.h"\
  2798.        
  2799.  
  2800. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  2801.  
  2802. DEP_CPP_UBZ2ERR_=\
  2803.         "..\..\globals.h"\
  2804.         "..\..\unzip.h"\
  2805.         "..\..\unzpriv.h"\
  2806.         "..\intrface.h"\
  2807.         "..\punzip.h"\
  2808.         "..\punzip.rcv"\
  2809.         "..\wcecfg.h"\
  2810.         "..\wince.h"\
  2811.        
  2812. NODEP_CPP_UBZ2ERR_=\
  2813.         "..\..\acorn\riscos.h"\
  2814.         "..\..\amiga\amiga.h"\
  2815.         "..\..\aosvs\aosvs.h"\
  2816.         "..\..\macdir.h"\
  2817.         "..\..\macstat.h"\
  2818.         "..\..\msdos\doscfg.h"\
  2819.         "..\..\os2\os2cfg.h"\
  2820.         "..\..\os2\os2data.h"\
  2821.         "..\..\qdos\izqdos.h"\
  2822.         "..\..\vmmvs.h"\
  2823.         "..\..\win32\w32cfg.h"\
  2824.         "..\..\windll\windll.h"\
  2825.         "..\..\zlib.h"\
  2826.        
  2827.  
  2828. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  2829.  
  2830. DEP_CPP_UBZ2ERR_=\
  2831.         "..\..\globals.h"\
  2832.         "..\..\unzip.h"\
  2833.         "..\..\unzpriv.h"\
  2834.         "..\..\unzvers.h"\
  2835.         "..\..\windll\decs.h"\
  2836.         "..\..\windll\structs.h"\
  2837.         "..\intrface.h"\
  2838.         "..\punzip.h"\
  2839.         "..\punzip.rcv"\
  2840.         "..\wcecfg.h"\
  2841.         "..\wince.h"\
  2842.        
  2843. NODEP_CPP_UBZ2ERR_=\
  2844.         "..\..\acorn\riscos.h"\
  2845.         "..\..\amiga\amiga.h"\
  2846.         "..\..\aosvs\aosvs.h"\
  2847.         "..\..\flexos\flxcfg.h"\
  2848.         "..\..\maccfg.h"\
  2849.         "..\..\msdos\doscfg.h"\
  2850.         "..\..\netware\nlmcfg.h"\
  2851.         "..\..\os2\os2cfg.h"\
  2852.         "..\..\os2\os2data.h"\
  2853.         "..\..\qdos\izqdos.h"\
  2854.         "..\..\tandem.h"\
  2855.         "..\..\theos\thscfg.h"\
  2856.         "..\..\unix\unxcfg.h"\
  2857.         "..\..\vmmvs.h"\
  2858.         "..\..\win32\w32cfg.h"\
  2859.         "..\..\windll\windll.h"\
  2860.         "..\..\zlib.h"\
  2861.        
  2862.  
  2863. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  2864.  
  2865. DEP_CPP_UBZ2ERR_=\
  2866.         "..\..\globals.h"\
  2867.         "..\..\unzip.h"\
  2868.         "..\..\unzpriv.h"\
  2869.         "..\intrface.h"\
  2870.         "..\punzip.h"\
  2871.         "..\punzip.rcv"\
  2872.         "..\wcecfg.h"\
  2873.         "..\wince.h"\
  2874.        
  2875. NODEP_CPP_UBZ2ERR_=\
  2876.         "..\..\acorn\riscos.h"\
  2877.         "..\..\amiga\amiga.h"\
  2878.         "..\..\aosvs\aosvs.h"\
  2879.         "..\..\macdir.h"\
  2880.         "..\..\macstat.h"\
  2881.         "..\..\msdos\doscfg.h"\
  2882.         "..\..\os2\os2cfg.h"\
  2883.         "..\..\os2\os2data.h"\
  2884.         "..\..\qdos\izqdos.h"\
  2885.         "..\..\vmmvs.h"\
  2886.         "..\..\win32\w32cfg.h"\
  2887.         "..\..\windll\windll.h"\
  2888.         "..\..\zlib.h"\
  2889.        
  2890.  
  2891. !ENDIF
  2892.  
  2893. # End Source File
  2894. # Begin Source File
  2895.  
  2896. SOURCE=..\..\unreduce.c
  2897.  
  2898. !IF  "$(CFG)" == "punzip - Win32 Release"
  2899.  
  2900. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  2901.  
  2902. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  2903.  
  2904. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  2905.  
  2906. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  2907.  
  2908. DEP_CPP_UNRED=\
  2909.         "..\..\globals.h"\
  2910.         "..\..\unzip.h"\
  2911.         "..\..\unzpriv.h"\
  2912.         "..\..\unzvers.h"\
  2913.         "..\..\win32\rsxntwin.h"\
  2914.         "..\..\win32\w32cfg.h"\
  2915.         "..\..\windll\structs.h"\
  2916.         "..\punzip.h"\
  2917.         "..\punzip.rcv"\
  2918.         "..\wcecfg.h"\
  2919.         "..\wince.h"\
  2920.        
  2921. NODEP_CPP_UNRED=\
  2922.         "..\..\acorn\riscos.h"\
  2923.         "..\..\amiga\amiga.h"\
  2924.         "..\..\aosvs\aosvs.h"\
  2925.         "..\..\flexos\flxcfg.h"\
  2926.         "..\..\maccfg.h"\
  2927.         "..\..\msdos\doscfg.h"\
  2928.         "..\..\netware\nlmcfg.h"\
  2929.         "..\..\os2\os2cfg.h"\
  2930.         "..\..\os2\os2data.h"\
  2931.         "..\..\qdos\izqdos.h"\
  2932.         "..\..\tandem.h"\
  2933.         "..\..\theos\thscfg.h"\
  2934.         "..\..\unix\unxcfg.h"\
  2935.         "..\..\vmmvs.h"\
  2936.         "..\..\zlib.h"\
  2937.        
  2938.  
  2939. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  2940.  
  2941. DEP_CPP_UNRED=\
  2942.         "..\..\globals.h"\
  2943.         "..\..\unzip.h"\
  2944.         "..\..\unzpriv.h"\
  2945.         "..\..\unzvers.h"\
  2946.         "..\..\win32\rsxntwin.h"\
  2947.         "..\..\win32\w32cfg.h"\
  2948.         "..\..\windll\structs.h"\
  2949.         "..\punzip.h"\
  2950.         "..\punzip.rcv"\
  2951.         "..\wcecfg.h"\
  2952.         "..\wince.h"\
  2953.        
  2954. NODEP_CPP_UNRED=\
  2955.         "..\..\acorn\riscos.h"\
  2956.         "..\..\amiga\amiga.h"\
  2957.         "..\..\aosvs\aosvs.h"\
  2958.         "..\..\flexos\flxcfg.h"\
  2959.         "..\..\maccfg.h"\
  2960.         "..\..\msdos\doscfg.h"\
  2961.         "..\..\netware\nlmcfg.h"\
  2962.         "..\..\os2\os2cfg.h"\
  2963.         "..\..\os2\os2data.h"\
  2964.         "..\..\qdos\izqdos.h"\
  2965.         "..\..\tandem.h"\
  2966.         "..\..\theos\thscfg.h"\
  2967.         "..\..\unix\unxcfg.h"\
  2968.         "..\..\vmmvs.h"\
  2969.         "..\..\zlib.h"\
  2970.        
  2971.  
  2972. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  2973.  
  2974. DEP_CPP_UNRED=\
  2975.         "..\..\globals.h"\
  2976.         "..\..\unzip.h"\
  2977.         "..\..\unzpriv.h"\
  2978.         "..\punzip.h"\
  2979.         "..\punzip.rcv"\
  2980.         "..\wcecfg.h"\
  2981.         "..\wince.h"\
  2982.        
  2983. NODEP_CPP_UNRED=\
  2984.         "..\..\acorn\riscos.h"\
  2985.         "..\..\amiga\amiga.h"\
  2986.         "..\..\aosvs\aosvs.h"\
  2987.         "..\..\macdir.h"\
  2988.         "..\..\macstat.h"\
  2989.         "..\..\msdos\doscfg.h"\
  2990.         "..\..\os2\os2cfg.h"\
  2991.         "..\..\os2\os2data.h"\
  2992.         "..\..\qdos\izqdos.h"\
  2993.         "..\..\vmmvs.h"\
  2994.         "..\..\win32\w32cfg.h"\
  2995.         "..\..\zlib.h"\
  2996.        
  2997.  
  2998. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  2999.  
  3000. DEP_CPP_UNRED=\
  3001.         "..\..\globals.h"\
  3002.         "..\..\unzip.h"\
  3003.         "..\..\unzpriv.h"\
  3004.         "..\punzip.h"\
  3005.         "..\punzip.rcv"\
  3006.         "..\wcecfg.h"\
  3007.         "..\wince.h"\
  3008.        
  3009. NODEP_CPP_UNRED=\
  3010.         "..\..\acorn\riscos.h"\
  3011.         "..\..\amiga\amiga.h"\
  3012.         "..\..\aosvs\aosvs.h"\
  3013.         "..\..\macdir.h"\
  3014.         "..\..\macstat.h"\
  3015.         "..\..\msdos\doscfg.h"\
  3016.         "..\..\os2\os2cfg.h"\
  3017.         "..\..\os2\os2data.h"\
  3018.         "..\..\qdos\izqdos.h"\
  3019.         "..\..\vmmvs.h"\
  3020.         "..\..\win32\w32cfg.h"\
  3021.         "..\..\zlib.h"\
  3022.        
  3023.  
  3024. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  3025.  
  3026. DEP_CPP_UNRED=\
  3027.         "..\..\globals.h"\
  3028.         "..\..\unzip.h"\
  3029.         "..\..\unzpriv.h"\
  3030.         "..\..\unzvers.h"\
  3031.         "..\..\windll\structs.h"\
  3032.         "..\punzip.h"\
  3033.         "..\punzip.rcv"\
  3034.         "..\wcecfg.h"\
  3035.         "..\wince.h"\
  3036.        
  3037. NODEP_CPP_UNRED=\
  3038.         "..\..\acorn\riscos.h"\
  3039.         "..\..\amiga\amiga.h"\
  3040.         "..\..\aosvs\aosvs.h"\
  3041.         "..\..\flexos\flxcfg.h"\
  3042.         "..\..\maccfg.h"\
  3043.         "..\..\msdos\doscfg.h"\
  3044.         "..\..\netware\nlmcfg.h"\
  3045.         "..\..\os2\os2cfg.h"\
  3046.         "..\..\os2\os2data.h"\
  3047.         "..\..\qdos\izqdos.h"\
  3048.         "..\..\tandem.h"\
  3049.         "..\..\theos\thscfg.h"\
  3050.         "..\..\unix\unxcfg.h"\
  3051.         "..\..\vmmvs.h"\
  3052.         "..\..\win32\w32cfg.h"\
  3053.         "..\..\zlib.h"\
  3054.        
  3055.  
  3056. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  3057.  
  3058. DEP_CPP_UNRED=\
  3059.         "..\..\globals.h"\
  3060.         "..\..\unzip.h"\
  3061.         "..\..\unzpriv.h"\
  3062.         "..\punzip.h"\
  3063.         "..\punzip.rcv"\
  3064.         "..\wcecfg.h"\
  3065.         "..\wince.h"\
  3066.        
  3067. NODEP_CPP_UNRED=\
  3068.         "..\..\acorn\riscos.h"\
  3069.         "..\..\amiga\amiga.h"\
  3070.         "..\..\aosvs\aosvs.h"\
  3071.         "..\..\macdir.h"\
  3072.         "..\..\macstat.h"\
  3073.         "..\..\msdos\doscfg.h"\
  3074.         "..\..\os2\os2cfg.h"\
  3075.         "..\..\os2\os2data.h"\
  3076.         "..\..\qdos\izqdos.h"\
  3077.         "..\..\vmmvs.h"\
  3078.         "..\..\win32\w32cfg.h"\
  3079.         "..\..\zlib.h"\
  3080.        
  3081.  
  3082. !ENDIF
  3083.  
  3084. # End Source File
  3085. # Begin Source File
  3086.  
  3087. SOURCE=..\..\unshrink.c
  3088.  
  3089. !IF  "$(CFG)" == "punzip - Win32 Release"
  3090.  
  3091. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  3092.  
  3093. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  3094.  
  3095. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  3096.  
  3097. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  3098.  
  3099. DEP_CPP_UNSHR=\
  3100.         "..\..\globals.h"\
  3101.         "..\..\unzip.h"\
  3102.         "..\..\unzpriv.h"\
  3103.         "..\..\unzvers.h"\
  3104.         "..\..\win32\rsxntwin.h"\
  3105.         "..\..\win32\w32cfg.h"\
  3106.         "..\..\windll\structs.h"\
  3107.         "..\punzip.h"\
  3108.         "..\punzip.rcv"\
  3109.         "..\wcecfg.h"\
  3110.         "..\wince.h"\
  3111.        
  3112. NODEP_CPP_UNSHR=\
  3113.         "..\..\acorn\riscos.h"\
  3114.         "..\..\amiga\amiga.h"\
  3115.         "..\..\aosvs\aosvs.h"\
  3116.         "..\..\flexos\flxcfg.h"\
  3117.         "..\..\maccfg.h"\
  3118.         "..\..\msdos\doscfg.h"\
  3119.         "..\..\netware\nlmcfg.h"\
  3120.         "..\..\os2\os2cfg.h"\
  3121.         "..\..\os2\os2data.h"\
  3122.         "..\..\qdos\izqdos.h"\
  3123.         "..\..\tandem.h"\
  3124.         "..\..\theos\thscfg.h"\
  3125.         "..\..\unix\unxcfg.h"\
  3126.         "..\..\vmmvs.h"\
  3127.         "..\..\zlib.h"\
  3128.        
  3129.  
  3130. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  3131.  
  3132. DEP_CPP_UNSHR=\
  3133.         "..\..\globals.h"\
  3134.         "..\..\unzip.h"\
  3135.         "..\..\unzpriv.h"\
  3136.         "..\..\unzvers.h"\
  3137.         "..\..\win32\rsxntwin.h"\
  3138.         "..\..\win32\w32cfg.h"\
  3139.         "..\..\windll\structs.h"\
  3140.         "..\punzip.h"\
  3141.         "..\punzip.rcv"\
  3142.         "..\wcecfg.h"\
  3143.         "..\wince.h"\
  3144.        
  3145. NODEP_CPP_UNSHR=\
  3146.         "..\..\acorn\riscos.h"\
  3147.         "..\..\amiga\amiga.h"\
  3148.         "..\..\aosvs\aosvs.h"\
  3149.         "..\..\flexos\flxcfg.h"\
  3150.         "..\..\maccfg.h"\
  3151.         "..\..\msdos\doscfg.h"\
  3152.         "..\..\netware\nlmcfg.h"\
  3153.         "..\..\os2\os2cfg.h"\
  3154.         "..\..\os2\os2data.h"\
  3155.         "..\..\qdos\izqdos.h"\
  3156.         "..\..\tandem.h"\
  3157.         "..\..\theos\thscfg.h"\
  3158.         "..\..\unix\unxcfg.h"\
  3159.         "..\..\vmmvs.h"\
  3160.         "..\..\zlib.h"\
  3161.        
  3162.  
  3163. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  3164.  
  3165. DEP_CPP_UNSHR=\
  3166.         "..\..\globals.h"\
  3167.         "..\..\unzip.h"\
  3168.         "..\..\unzpriv.h"\
  3169.         "..\punzip.h"\
  3170.         "..\punzip.rcv"\
  3171.         "..\wcecfg.h"\
  3172.         "..\wince.h"\
  3173.        
  3174. NODEP_CPP_UNSHR=\
  3175.         "..\..\acorn\riscos.h"\
  3176.         "..\..\amiga\amiga.h"\
  3177.         "..\..\aosvs\aosvs.h"\
  3178.         "..\..\macdir.h"\
  3179.         "..\..\macstat.h"\
  3180.         "..\..\msdos\doscfg.h"\
  3181.         "..\..\os2\os2cfg.h"\
  3182.         "..\..\os2\os2data.h"\
  3183.         "..\..\qdos\izqdos.h"\
  3184.         "..\..\vmmvs.h"\
  3185.         "..\..\win32\w32cfg.h"\
  3186.         "..\..\zlib.h"\
  3187.        
  3188.  
  3189. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  3190.  
  3191. DEP_CPP_UNSHR=\
  3192.         "..\..\globals.h"\
  3193.         "..\..\unzip.h"\
  3194.         "..\..\unzpriv.h"\
  3195.         "..\punzip.h"\
  3196.         "..\punzip.rcv"\
  3197.         "..\wcecfg.h"\
  3198.         "..\wince.h"\
  3199.        
  3200. NODEP_CPP_UNSHR=\
  3201.         "..\..\acorn\riscos.h"\
  3202.         "..\..\amiga\amiga.h"\
  3203.         "..\..\aosvs\aosvs.h"\
  3204.         "..\..\macdir.h"\
  3205.         "..\..\macstat.h"\
  3206.         "..\..\msdos\doscfg.h"\
  3207.         "..\..\os2\os2cfg.h"\
  3208.         "..\..\os2\os2data.h"\
  3209.         "..\..\qdos\izqdos.h"\
  3210.         "..\..\vmmvs.h"\
  3211.         "..\..\win32\w32cfg.h"\
  3212.         "..\..\zlib.h"\
  3213.        
  3214.  
  3215. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  3216.  
  3217. DEP_CPP_UNSHR=\
  3218.         "..\..\globals.h"\
  3219.         "..\..\unzip.h"\
  3220.         "..\..\unzpriv.h"\
  3221.         "..\..\unzvers.h"\
  3222.         "..\..\windll\structs.h"\
  3223.         "..\punzip.h"\
  3224.         "..\punzip.rcv"\
  3225.         "..\wcecfg.h"\
  3226.         "..\wince.h"\
  3227.        
  3228. NODEP_CPP_UNSHR=\
  3229.         "..\..\acorn\riscos.h"\
  3230.         "..\..\amiga\amiga.h"\
  3231.         "..\..\aosvs\aosvs.h"\
  3232.         "..\..\flexos\flxcfg.h"\
  3233.         "..\..\maccfg.h"\
  3234.         "..\..\msdos\doscfg.h"\
  3235.         "..\..\netware\nlmcfg.h"\
  3236.         "..\..\os2\os2cfg.h"\
  3237.         "..\..\os2\os2data.h"\
  3238.         "..\..\qdos\izqdos.h"\
  3239.         "..\..\tandem.h"\
  3240.         "..\..\theos\thscfg.h"\
  3241.         "..\..\unix\unxcfg.h"\
  3242.         "..\..\vmmvs.h"\
  3243.         "..\..\win32\w32cfg.h"\
  3244.         "..\..\zlib.h"\
  3245.        
  3246.  
  3247. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  3248.  
  3249. DEP_CPP_UNSHR=\
  3250.         "..\..\globals.h"\
  3251.         "..\..\unzip.h"\
  3252.         "..\..\unzpriv.h"\
  3253.         "..\punzip.h"\
  3254.         "..\punzip.rcv"\
  3255.         "..\wcecfg.h"\
  3256.         "..\wince.h"\
  3257.        
  3258. NODEP_CPP_UNSHR=\
  3259.         "..\..\acorn\riscos.h"\
  3260.         "..\..\amiga\amiga.h"\
  3261.         "..\..\aosvs\aosvs.h"\
  3262.         "..\..\macdir.h"\
  3263.         "..\..\macstat.h"\
  3264.         "..\..\msdos\doscfg.h"\
  3265.         "..\..\os2\os2cfg.h"\
  3266.         "..\..\os2\os2data.h"\
  3267.         "..\..\qdos\izqdos.h"\
  3268.         "..\..\vmmvs.h"\
  3269.         "..\..\win32\w32cfg.h"\
  3270.         "..\..\zlib.h"\
  3271.        
  3272.  
  3273. !ENDIF
  3274.  
  3275. # End Source File
  3276. # Begin Source File
  3277.  
  3278. SOURCE=..\..\unzip.h
  3279. # End Source File
  3280. # Begin Source File
  3281.  
  3282. SOURCE=..\..\unzpriv.h
  3283. # End Source File
  3284. # Begin Source File
  3285.  
  3286. SOURCE=..\..\unzvers.h
  3287. # End Source File
  3288. # Begin Source File
  3289.  
  3290. SOURCE=..\..\zip.h
  3291. # End Source File
  3292. # End Group
  3293. # Begin Group "Pocket UnZip Sources"
  3294.  
  3295. # PROP Default_Filter ""
  3296. # Begin Source File
  3297.  
  3298. SOURCE=..\intrface.cpp
  3299.  
  3300. !IF  "$(CFG)" == "punzip - Win32 Release"
  3301.  
  3302. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  3303.  
  3304. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  3305.  
  3306. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  3307.  
  3308. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  3309.  
  3310. DEP_CPP_INTRF=\
  3311.         "..\..\crypt.h"\
  3312.         "..\..\globals.h"\
  3313.         "..\..\unzip.h"\
  3314.         "..\..\unzpriv.h"\
  3315.         "..\..\unzvers.h"\
  3316.         "..\..\win32\rsxntwin.h"\
  3317.         "..\..\win32\w32cfg.h"\
  3318.         "..\..\windll\structs.h"\
  3319.         "..\intrface.h"\
  3320.         "..\punzip.h"\
  3321.         "..\punzip.rcv"\
  3322.         "..\wcecfg.h"\
  3323.         "..\wince.h"\
  3324.         "..\winmain.h"\
  3325.        
  3326. NODEP_CPP_INTRF=\
  3327.         "..\..\acorn\riscos.h"\
  3328.         "..\..\amiga\amiga.h"\
  3329.         "..\..\aosvs\aosvs.h"\
  3330.         "..\..\flexos\flxcfg.h"\
  3331.         "..\..\maccfg.h"\
  3332.         "..\..\msdos\doscfg.h"\
  3333.         "..\..\netware\nlmcfg.h"\
  3334.         "..\..\os2\os2cfg.h"\
  3335.         "..\..\os2\os2data.h"\
  3336.         "..\..\qdos\izqdos.h"\
  3337.         "..\..\tandem.h"\
  3338.         "..\..\theos\thscfg.h"\
  3339.         "..\..\unix\unxcfg.h"\
  3340.         "..\..\vmmvs.h"\
  3341.         "..\..\zlib.h"\
  3342.        
  3343.  
  3344. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  3345.  
  3346. DEP_CPP_INTRF=\
  3347.         "..\..\crypt.h"\
  3348.         "..\..\globals.h"\
  3349.         "..\..\unzip.h"\
  3350.         "..\..\unzpriv.h"\
  3351.         "..\..\unzvers.h"\
  3352.         "..\..\win32\rsxntwin.h"\
  3353.         "..\..\win32\w32cfg.h"\
  3354.         "..\..\windll\structs.h"\
  3355.         "..\intrface.h"\
  3356.         "..\punzip.h"\
  3357.         "..\punzip.rcv"\
  3358.         "..\wcecfg.h"\
  3359.         "..\wince.h"\
  3360.         "..\winmain.h"\
  3361.        
  3362. NODEP_CPP_INTRF=\
  3363.         "..\..\acorn\riscos.h"\
  3364.         "..\..\amiga\amiga.h"\
  3365.         "..\..\aosvs\aosvs.h"\
  3366.         "..\..\flexos\flxcfg.h"\
  3367.         "..\..\maccfg.h"\
  3368.         "..\..\msdos\doscfg.h"\
  3369.         "..\..\netware\nlmcfg.h"\
  3370.         "..\..\os2\os2cfg.h"\
  3371.         "..\..\os2\os2data.h"\
  3372.         "..\..\qdos\izqdos.h"\
  3373.         "..\..\tandem.h"\
  3374.         "..\..\theos\thscfg.h"\
  3375.         "..\..\unix\unxcfg.h"\
  3376.         "..\..\vmmvs.h"\
  3377.         "..\..\zlib.h"\
  3378.        
  3379.  
  3380. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  3381.  
  3382. DEP_CPP_INTRF=\
  3383.         "..\..\crypt.h"\
  3384.         "..\..\globals.h"\
  3385.         "..\..\unzip.h"\
  3386.         "..\..\unzpriv.h"\
  3387.         "..\intrface.h"\
  3388.         "..\punzip.h"\
  3389.         "..\punzip.rcv"\
  3390.         "..\wcecfg.h"\
  3391.         "..\wince.h"\
  3392.         "..\winmain.h"\
  3393.        
  3394. NODEP_CPP_INTRF=\
  3395.         "..\..\acorn\riscos.h"\
  3396.         "..\..\amiga\amiga.h"\
  3397.         "..\..\aosvs\aosvs.h"\
  3398.         "..\..\macdir.h"\
  3399.         "..\..\macstat.h"\
  3400.         "..\..\msdos\doscfg.h"\
  3401.         "..\..\os2\os2cfg.h"\
  3402.         "..\..\os2\os2data.h"\
  3403.         "..\..\qdos\izqdos.h"\
  3404.         "..\..\vmmvs.h"\
  3405.         "..\..\win32\w32cfg.h"\
  3406.         "..\..\zlib.h"\
  3407.        
  3408.  
  3409. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  3410.  
  3411. DEP_CPP_INTRF=\
  3412.         "..\..\crypt.h"\
  3413.         "..\..\globals.h"\
  3414.         "..\..\unzip.h"\
  3415.         "..\..\unzpriv.h"\
  3416.         "..\intrface.h"\
  3417.         "..\punzip.h"\
  3418.         "..\punzip.rcv"\
  3419.         "..\wcecfg.h"\
  3420.         "..\wince.h"\
  3421.         "..\winmain.h"\
  3422.        
  3423. NODEP_CPP_INTRF=\
  3424.         "..\..\acorn\riscos.h"\
  3425.         "..\..\amiga\amiga.h"\
  3426.         "..\..\aosvs\aosvs.h"\
  3427.         "..\..\macdir.h"\
  3428.         "..\..\macstat.h"\
  3429.         "..\..\msdos\doscfg.h"\
  3430.         "..\..\os2\os2cfg.h"\
  3431.         "..\..\os2\os2data.h"\
  3432.         "..\..\qdos\izqdos.h"\
  3433.         "..\..\vmmvs.h"\
  3434.         "..\..\win32\w32cfg.h"\
  3435.         "..\..\zlib.h"\
  3436.        
  3437.  
  3438. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  3439.  
  3440. DEP_CPP_INTRF=\
  3441.         "..\..\crypt.h"\
  3442.         "..\..\globals.h"\
  3443.         "..\..\unzip.h"\
  3444.         "..\..\unzpriv.h"\
  3445.         "..\..\unzvers.h"\
  3446.         "..\..\windll\structs.h"\
  3447.         "..\intrface.h"\
  3448.         "..\punzip.h"\
  3449.         "..\punzip.rcv"\
  3450.         "..\wcecfg.h"\
  3451.         "..\wince.h"\
  3452.         "..\winmain.h"\
  3453.        
  3454. NODEP_CPP_INTRF=\
  3455.         "..\..\acorn\riscos.h"\
  3456.         "..\..\amiga\amiga.h"\
  3457.         "..\..\aosvs\aosvs.h"\
  3458.         "..\..\flexos\flxcfg.h"\
  3459.         "..\..\maccfg.h"\
  3460.         "..\..\msdos\doscfg.h"\
  3461.         "..\..\netware\nlmcfg.h"\
  3462.         "..\..\os2\os2cfg.h"\
  3463.         "..\..\os2\os2data.h"\
  3464.         "..\..\qdos\izqdos.h"\
  3465.         "..\..\tandem.h"\
  3466.         "..\..\theos\thscfg.h"\
  3467.         "..\..\unix\unxcfg.h"\
  3468.         "..\..\vmmvs.h"\
  3469.         "..\..\win32\w32cfg.h"\
  3470.         "..\..\zlib.h"\
  3471.        
  3472.  
  3473. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  3474.  
  3475. DEP_CPP_INTRF=\
  3476.         "..\..\crypt.h"\
  3477.         "..\..\globals.h"\
  3478.         "..\..\unzip.h"\
  3479.         "..\..\unzpriv.h"\
  3480.         "..\intrface.h"\
  3481.         "..\punzip.h"\
  3482.         "..\punzip.rcv"\
  3483.         "..\wcecfg.h"\
  3484.         "..\wince.h"\
  3485.         "..\winmain.h"\
  3486.        
  3487. NODEP_CPP_INTRF=\
  3488.         "..\..\acorn\riscos.h"\
  3489.         "..\..\amiga\amiga.h"\
  3490.         "..\..\aosvs\aosvs.h"\
  3491.         "..\..\macdir.h"\
  3492.         "..\..\macstat.h"\
  3493.         "..\..\msdos\doscfg.h"\
  3494.         "..\..\os2\os2cfg.h"\
  3495.         "..\..\os2\os2data.h"\
  3496.         "..\..\qdos\izqdos.h"\
  3497.         "..\..\vmmvs.h"\
  3498.         "..\..\win32\w32cfg.h"\
  3499.         "..\..\zlib.h"\
  3500.        
  3501.  
  3502. !ENDIF
  3503.  
  3504. # End Source File
  3505. # Begin Source File
  3506.  
  3507. SOURCE=..\intrface.h
  3508. # End Source File
  3509. # Begin Source File
  3510.  
  3511. SOURCE=..\punzip.h
  3512. # End Source File
  3513. # Begin Source File
  3514.  
  3515. SOURCE=..\punzip.rc
  3516.  
  3517. !IF  "$(CFG)" == "punzip - Win32 Release"
  3518.  
  3519. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  3520.  
  3521. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  3522.  
  3523. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  3524.  
  3525. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  3526.  
  3527. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  3528.  
  3529. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  3530.  
  3531. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  3532.  
  3533. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  3534.  
  3535. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  3536.  
  3537. !ENDIF
  3538.  
  3539. # End Source File
  3540. # Begin Source File
  3541.  
  3542. SOURCE=..\punzip.rcv
  3543. # End Source File
  3544. # Begin Source File
  3545.  
  3546. SOURCE=..\resource.h
  3547. # End Source File
  3548. # Begin Source File
  3549.  
  3550. SOURCE=..\wcecfg.h
  3551. # End Source File
  3552. # Begin Source File
  3553.  
  3554. SOURCE=..\wince.cpp
  3555.  
  3556. !IF  "$(CFG)" == "punzip - Win32 Release"
  3557.  
  3558. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  3559.  
  3560. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  3561.  
  3562. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  3563.  
  3564. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  3565.  
  3566. DEP_CPP_WINCE=\
  3567.         "..\..\globals.h"\
  3568.         "..\..\timezone.h"\
  3569.         "..\..\unzip.h"\
  3570.         "..\..\unzpriv.h"\
  3571.         "..\..\unzvers.h"\
  3572.         "..\..\win32\rsxntwin.h"\
  3573.         "..\..\win32\w32cfg.h"\
  3574.         "..\..\windll\structs.h"\
  3575.         "..\punzip.h"\
  3576.         "..\punzip.rcv"\
  3577.         "..\wcecfg.h"\
  3578.         "..\wince.h"\
  3579.        
  3580. NODEP_CPP_WINCE=\
  3581.         "..\..\acorn\riscos.h"\
  3582.         "..\..\amiga\amiga.h"\
  3583.         "..\..\aosvs\aosvs.h"\
  3584.         "..\..\flexos\flxcfg.h"\
  3585.         "..\..\maccfg.h"\
  3586.         "..\..\msdos\doscfg.h"\
  3587.         "..\..\netware\nlmcfg.h"\
  3588.         "..\..\os2\os2cfg.h"\
  3589.         "..\..\os2\os2data.h"\
  3590.         "..\..\qdos\izqdos.h"\
  3591.         "..\..\tandem.h"\
  3592.         "..\..\theos\thscfg.h"\
  3593.         "..\..\unix\unxcfg.h"\
  3594.         "..\..\vmmvs.h"\
  3595.         "..\..\zlib.h"\
  3596.        
  3597.  
  3598. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  3599.  
  3600. DEP_CPP_WINCE=\
  3601.         "..\..\globals.h"\
  3602.         "..\..\timezone.h"\
  3603.         "..\..\unzip.h"\
  3604.         "..\..\unzpriv.h"\
  3605.         "..\..\unzvers.h"\
  3606.         "..\..\win32\rsxntwin.h"\
  3607.         "..\..\win32\w32cfg.h"\
  3608.         "..\..\windll\structs.h"\
  3609.         "..\punzip.h"\
  3610.         "..\punzip.rcv"\
  3611.         "..\wcecfg.h"\
  3612.         "..\wince.h"\
  3613.        
  3614. NODEP_CPP_WINCE=\
  3615.         "..\..\acorn\riscos.h"\
  3616.         "..\..\amiga\amiga.h"\
  3617.         "..\..\aosvs\aosvs.h"\
  3618.         "..\..\flexos\flxcfg.h"\
  3619.         "..\..\maccfg.h"\
  3620.         "..\..\msdos\doscfg.h"\
  3621.         "..\..\netware\nlmcfg.h"\
  3622.         "..\..\os2\os2cfg.h"\
  3623.         "..\..\os2\os2data.h"\
  3624.         "..\..\qdos\izqdos.h"\
  3625.         "..\..\tandem.h"\
  3626.         "..\..\theos\thscfg.h"\
  3627.         "..\..\unix\unxcfg.h"\
  3628.         "..\..\vmmvs.h"\
  3629.         "..\..\zlib.h"\
  3630.        
  3631.  
  3632. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  3633.  
  3634. DEP_CPP_WINCE=\
  3635.         "..\punzip.h"\
  3636.         "..\punzip.rcv"\
  3637.         "..\wcecfg.h"\
  3638.         "..\wince.h"\
  3639.        
  3640.  
  3641. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  3642.  
  3643. DEP_CPP_WINCE=\
  3644.         "..\punzip.h"\
  3645.         "..\punzip.rcv"\
  3646.         "..\wcecfg.h"\
  3647.         "..\wince.h"\
  3648.        
  3649.  
  3650. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  3651.  
  3652. DEP_CPP_WINCE=\
  3653.         "..\..\globals.h"\
  3654.         "..\..\timezone.h"\
  3655.         "..\..\unzip.h"\
  3656.         "..\..\unzpriv.h"\
  3657.         "..\..\unzvers.h"\
  3658.         "..\..\windll\structs.h"\
  3659.         "..\punzip.h"\
  3660.         "..\punzip.rcv"\
  3661.         "..\wcecfg.h"\
  3662.         "..\wince.h"\
  3663.        
  3664. NODEP_CPP_WINCE=\
  3665.         "..\..\acorn\riscos.h"\
  3666.         "..\..\amiga\amiga.h"\
  3667.         "..\..\aosvs\aosvs.h"\
  3668.         "..\..\flexos\flxcfg.h"\
  3669.         "..\..\maccfg.h"\
  3670.         "..\..\msdos\doscfg.h"\
  3671.         "..\..\netware\nlmcfg.h"\
  3672.         "..\..\os2\os2cfg.h"\
  3673.         "..\..\os2\os2data.h"\
  3674.         "..\..\qdos\izqdos.h"\
  3675.         "..\..\tandem.h"\
  3676.         "..\..\theos\thscfg.h"\
  3677.         "..\..\unix\unxcfg.h"\
  3678.         "..\..\vmmvs.h"\
  3679.         "..\..\zlib.h"\
  3680.        
  3681.  
  3682. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  3683.  
  3684. DEP_CPP_WINCE=\
  3685.         "..\punzip.h"\
  3686.         "..\punzip.rcv"\
  3687.         "..\wcecfg.h"\
  3688.         "..\wince.h"\
  3689.        
  3690.  
  3691. !ENDIF
  3692.  
  3693. # End Source File
  3694. # Begin Source File
  3695.  
  3696. SOURCE=..\wince.h
  3697. # End Source File
  3698. # Begin Source File
  3699.  
  3700. SOURCE=..\winmain.cpp
  3701.  
  3702. !IF  "$(CFG)" == "punzip - Win32 Release"
  3703.  
  3704. !ELSEIF  "$(CFG)" == "punzip - Win32 Debug"
  3705.  
  3706. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Release"
  3707.  
  3708. !ELSEIF  "$(CFG)" == "punzip - Win32 ANSI Debug"
  3709.  
  3710. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Release"
  3711.  
  3712. DEP_CPP_WINMA=\
  3713.         "..\..\consts.h"\
  3714.         "..\..\crypt.h"\
  3715.         "..\..\globals.h"\
  3716.         "..\..\unzip.h"\
  3717.         "..\..\unzpriv.h"\
  3718.         "..\..\unzvers.h"\
  3719.         "..\..\win32\rsxntwin.h"\
  3720.         "..\..\win32\w32cfg.h"\
  3721.         "..\..\windll\structs.h"\
  3722.         "..\intrface.h"\
  3723.         "..\punzip.h"\
  3724.         "..\punzip.rcv"\
  3725.         "..\wcecfg.h"\
  3726.         "..\wince.h"\
  3727.         "..\winmain.h"\
  3728.        
  3729. NODEP_CPP_WINMA=\
  3730.         "..\..\acorn\riscos.h"\
  3731.         "..\..\amiga\amiga.h"\
  3732.         "..\..\aosvs\aosvs.h"\
  3733.         "..\..\flexos\flxcfg.h"\
  3734.         "..\..\maccfg.h"\
  3735.         "..\..\msdos\doscfg.h"\
  3736.         "..\..\netware\nlmcfg.h"\
  3737.         "..\..\os2\os2cfg.h"\
  3738.         "..\..\os2\os2data.h"\
  3739.         "..\..\qdos\izqdos.h"\
  3740.         "..\..\tandem.h"\
  3741.         "..\..\theos\thscfg.h"\
  3742.         "..\..\unix\unxcfg.h"\
  3743.         "..\..\vmmvs.h"\
  3744.         "..\..\zlib.h"\
  3745.        
  3746.  
  3747. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE x86em) Debug"
  3748.  
  3749. DEP_CPP_WINMA=\
  3750.         "..\..\consts.h"\
  3751.         "..\..\crypt.h"\
  3752.         "..\..\globals.h"\
  3753.         "..\..\unzip.h"\
  3754.         "..\..\unzpriv.h"\
  3755.         "..\..\unzvers.h"\
  3756.         "..\..\win32\rsxntwin.h"\
  3757.         "..\..\win32\w32cfg.h"\
  3758.         "..\..\windll\structs.h"\
  3759.         "..\intrface.h"\
  3760.         "..\punzip.h"\
  3761.         "..\punzip.rcv"\
  3762.         "..\wcecfg.h"\
  3763.         "..\wince.h"\
  3764.         "..\winmain.h"\
  3765.        
  3766. NODEP_CPP_WINMA=\
  3767.         "..\..\acorn\riscos.h"\
  3768.         "..\..\amiga\amiga.h"\
  3769.         "..\..\aosvs\aosvs.h"\
  3770.         "..\..\flexos\flxcfg.h"\
  3771.         "..\..\maccfg.h"\
  3772.         "..\..\msdos\doscfg.h"\
  3773.         "..\..\netware\nlmcfg.h"\
  3774.         "..\..\os2\os2cfg.h"\
  3775.         "..\..\os2\os2data.h"\
  3776.         "..\..\qdos\izqdos.h"\
  3777.         "..\..\tandem.h"\
  3778.         "..\..\theos\thscfg.h"\
  3779.         "..\..\unix\unxcfg.h"\
  3780.         "..\..\vmmvs.h"\
  3781.         "..\..\zlib.h"\
  3782.        
  3783.  
  3784. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Release"
  3785.  
  3786. DEP_CPP_WINMA=\
  3787.         "..\..\consts.h"\
  3788.         "..\..\crypt.h"\
  3789.         "..\..\globals.h"\
  3790.         "..\..\unzip.h"\
  3791.         "..\..\unzpriv.h"\
  3792.         "..\..\unzvers.h"\
  3793.         "..\intrface.h"\
  3794.         "..\punzip.h"\
  3795.         "..\punzip.rcv"\
  3796.         "..\wcecfg.h"\
  3797.         "..\wince.h"\
  3798.         "..\winmain.h"\
  3799.        
  3800. NODEP_CPP_WINMA=\
  3801.         "..\..\acorn\riscos.h"\
  3802.         "..\..\amiga\amiga.h"\
  3803.         "..\..\aosvs\aosvs.h"\
  3804.         "..\..\macdir.h"\
  3805.         "..\..\macstat.h"\
  3806.         "..\..\msdos\doscfg.h"\
  3807.         "..\..\os2\os2cfg.h"\
  3808.         "..\..\os2\os2data.h"\
  3809.         "..\..\qdos\izqdos.h"\
  3810.         "..\..\vmmvs.h"\
  3811.         "..\..\win32\w32cfg.h"\
  3812.         "..\..\zlib.h"\
  3813.        
  3814.  
  3815. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE MIPS) Debug"
  3816.  
  3817. DEP_CPP_WINMA=\
  3818.         "..\..\consts.h"\
  3819.         "..\..\crypt.h"\
  3820.         "..\..\globals.h"\
  3821.         "..\..\unzip.h"\
  3822.         "..\..\unzpriv.h"\
  3823.         "..\..\unzvers.h"\
  3824.         "..\intrface.h"\
  3825.         "..\punzip.h"\
  3826.         "..\punzip.rcv"\
  3827.         "..\wcecfg.h"\
  3828.         "..\wince.h"\
  3829.         "..\winmain.h"\
  3830.        
  3831. NODEP_CPP_WINMA=\
  3832.         "..\..\acorn\riscos.h"\
  3833.         "..\..\amiga\amiga.h"\
  3834.         "..\..\aosvs\aosvs.h"\
  3835.         "..\..\macdir.h"\
  3836.         "..\..\macstat.h"\
  3837.         "..\..\msdos\doscfg.h"\
  3838.         "..\..\os2\os2cfg.h"\
  3839.         "..\..\os2\os2data.h"\
  3840.         "..\..\qdos\izqdos.h"\
  3841.         "..\..\vmmvs.h"\
  3842.         "..\..\win32\w32cfg.h"\
  3843.         "..\..\zlib.h"\
  3844.        
  3845.  
  3846. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Release"
  3847.  
  3848. DEP_CPP_WINMA=\
  3849.         "..\..\consts.h"\
  3850.         "..\..\crypt.h"\
  3851.         "..\..\globals.h"\
  3852.         "..\..\unzip.h"\
  3853.         "..\..\unzpriv.h"\
  3854.         "..\..\unzvers.h"\
  3855.         "..\..\windll\structs.h"\
  3856.         "..\intrface.h"\
  3857.         "..\punzip.h"\
  3858.         "..\punzip.rcv"\
  3859.         "..\wcecfg.h"\
  3860.         "..\wince.h"\
  3861.         "..\winmain.h"\
  3862.        
  3863. NODEP_CPP_WINMA=\
  3864.         "..\..\acorn\riscos.h"\
  3865.         "..\..\amiga\amiga.h"\
  3866.         "..\..\aosvs\aosvs.h"\
  3867.         "..\..\flexos\flxcfg.h"\
  3868.         "..\..\maccfg.h"\
  3869.         "..\..\msdos\doscfg.h"\
  3870.         "..\..\netware\nlmcfg.h"\
  3871.         "..\..\os2\os2cfg.h"\
  3872.         "..\..\os2\os2data.h"\
  3873.         "..\..\qdos\izqdos.h"\
  3874.         "..\..\tandem.h"\
  3875.         "..\..\theos\thscfg.h"\
  3876.         "..\..\unix\unxcfg.h"\
  3877.         "..\..\vmmvs.h"\
  3878.         "..\..\win32\w32cfg.h"\
  3879.         "..\..\zlib.h"\
  3880.        
  3881.  
  3882. !ELSEIF  "$(CFG)" == "punzip - Win32 (WCE SH3) Debug"
  3883.  
  3884. DEP_CPP_WINMA=\
  3885.         "..\..\consts.h"\
  3886.         "..\..\crypt.h"\
  3887.         "..\..\globals.h"\
  3888.         "..\..\unzip.h"\
  3889.         "..\..\unzpriv.h"\
  3890.         "..\..\unzvers.h"\
  3891.         "..\intrface.h"\
  3892.         "..\punzip.h"\
  3893.         "..\punzip.rcv"\
  3894.         "..\wcecfg.h"\
  3895.         "..\wince.h"\
  3896.         "..\winmain.h"\
  3897.        
  3898. NODEP_CPP_WINMA=\
  3899.         "..\..\acorn\riscos.h"\
  3900.         "..\..\amiga\amiga.h"\
  3901.         "..\..\aosvs\aosvs.h"\
  3902.         "..\..\macdir.h"\
  3903.         "..\..\macstat.h"\
  3904.         "..\..\msdos\doscfg.h"\
  3905.         "..\..\os2\os2cfg.h"\
  3906.         "..\..\os2\os2data.h"\
  3907.         "..\..\qdos\izqdos.h"\
  3908.         "..\..\vmmvs.h"\
  3909.         "..\..\win32\w32cfg.h"\
  3910.         "..\..\zlib.h"\
  3911.        
  3912.  
  3913. !ENDIF
  3914.  
  3915. # End Source File
  3916. # Begin Source File
  3917.  
  3918. SOURCE=..\winmain.h
  3919. # End Source File
  3920. # End Group
  3921. # Begin Group "Resources"
  3922.  
  3923. # PROP Default_Filter ""
  3924. # Begin Source File
  3925.  
  3926. SOURCE=..\ilmask.bmp
  3927. # End Source File
  3928. # Begin Source File
  3929.  
  3930. SOURCE=..\imglist.2bp
  3931. # End Source File
  3932. # Begin Source File
  3933.  
  3934. SOURCE=..\imglist.bmp
  3935. # End Source File
  3936. # Begin Source File
  3937.  
  3938. SOURCE=..\punzip.ic2
  3939. # End Source File
  3940. # Begin Source File
  3941.  
  3942. SOURCE=..\punzip.ico
  3943. # End Source File
  3944. # Begin Source File
  3945.  
  3946. SOURCE=..\toolbar.2bp
  3947. # End Source File
  3948. # Begin Source File
  3949.  
  3950. SOURCE=..\toolbar.bmp
  3951. # End Source File
  3952. # Begin Source File
  3953.  
  3954. SOURCE=..\zipfile.ic2
  3955. # End Source File
  3956. # Begin Source File
  3957.  
  3958. SOURCE=..\zipfile.ico
  3959. # End Source File
  3960. # End Group
  3961. # Begin Group "Documentation"
  3962.  
  3963. # PROP Default_Filter ""
  3964. # Begin Source File
  3965.  
  3966. SOURCE=..\Contents
  3967. # End Source File
  3968. # Begin Source File
  3969.  
  3970. SOURCE=..\punzip.htp
  3971. # End Source File
  3972. # Begin Source File
  3973.  
  3974. SOURCE=..\README
  3975. # End Source File
  3976. # End Group
  3977. # End Target
  3978. # End Project
  3979.