Compression.dsp 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. # Microsoft Developer Studio Project File - Name="Compression" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=Compression - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "Compression.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "Compression.mak" CFG="Compression - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "Compression - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "Compression - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "Compression - Win32 Internal" (based on "Win32 (x86) Static Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName "Compression"
  25. # PROP Scc_LocalPath "..\.."
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "Compression - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  40. # ADD CPP /nologo /W3 /WX /GX /O2 /Ob2 /I "..\..\include" /D "NDEBUG" /D "_RELEASE" /D "WIN32" /D "_MBCS" /D "_LIB" /D "Z_PREFIX" /YX /FD /c
  41. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  42. # ADD RSC /l 0x409 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LIB32=link.exe -lib
  47. # ADD BASE LIB32 /nologo
  48. # ADD LIB32 /nologo
  49. !ELSEIF "$(CFG)" == "Compression - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "Debug"
  53. # PROP BASE Intermediate_Dir "Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug"
  58. # PROP Intermediate_Dir "Debug"
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  61. # ADD CPP /nologo /W3 /WX /Gm /GX /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "Z_PREFIX" /FR /YX /FD /GZ /c
  62. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  63. # ADD RSC /l 0x409 /d "_DEBUG"
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LIB32=link.exe -lib
  68. # ADD BASE LIB32 /nologo
  69. # ADD LIB32 /nologo
  70. !ELSEIF "$(CFG)" == "Compression - Win32 Internal"
  71. # PROP BASE Use_MFC 0
  72. # PROP BASE Use_Debug_Libraries 0
  73. # PROP BASE Output_Dir "Internal"
  74. # PROP BASE Intermediate_Dir "Internal"
  75. # PROP BASE Target_Dir ""
  76. # PROP Use_MFC 0
  77. # PROP Use_Debug_Libraries 0
  78. # PROP Output_Dir "Internal"
  79. # PROP Intermediate_Dir "Internal"
  80. # PROP Target_Dir ""
  81. # ADD BASE CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  82. # ADD CPP /nologo /W3 /WX /GX /O2 /I "..\..\include" /D "NDEBUG" /D "_INTERNAL" /D "WIN32" /D "_MBCS" /D "_LIB" /D "Z_PREFIX" /YX /FD /c
  83. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  84. # ADD RSC /l 0x409 /d "NDEBUG"
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LIB32=link.exe -lib
  89. # ADD BASE LIB32 /nologo
  90. # ADD LIB32 /nologo
  91. !ENDIF
  92. # Begin Target
  93. # Name "Compression - Win32 Release"
  94. # Name "Compression - Win32 Debug"
  95. # Name "Compression - Win32 Internal"
  96. # Begin Group "Source Files"
  97. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  98. # Begin Group "Zlib"
  99. # PROP Default_Filter ""
  100. # Begin Source File
  101. SOURCE=.\ZLib\adler32.c
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\ZLib\compress.c
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\ZLib\crc32.c
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\ZLib\deflate.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\ZLib\gzio.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\ZLib\infblock.c
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\ZLib\infcodes.c
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\ZLib\inffast.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\ZLib\inflate.c
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\ZLib\inftrees.c
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\ZLib\infutil.c
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\ZLib\maketree.c
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\ZLib\trees.c
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\ZLib\uncompr.c
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\ZLib\zutil.c
  144. # End Source File
  145. # End Group
  146. # Begin Group "NoxLZH"
  147. # PROP Default_Filter ""
  148. # Begin Source File
  149. SOURCE=.\LZHCompress\CompLibSource\Hdec_g.tbl
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\LZHCompress\CompLibSource\Hdec_s.tbl
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\LZHCompress\CompLibSource\Hdisp.tbl
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\LZHCompress\CompLibSource\Henc.tbl
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\LZHCompress\CompLibSource\Huff.cpp
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\LZHCompress\CompLibSource\Lz.cpp
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\LZHCompress\CompLibSource\Lzhl.cpp
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\LZHCompress\CompLibSource\Lzhl_tcp.cpp
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\LZHCompress\NoxCompress.cpp
  174. # End Source File
  175. # End Group
  176. # Begin Group "EAC"
  177. # PROP Default_Filter ""
  178. # Begin Source File
  179. SOURCE=.\EAC\btreeabout.cpp
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\EAC\btreedecode.cpp
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\EAC\btreeencode.cpp
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\EAC\huffabout.cpp
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\EAC\huffdecode.cpp
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\EAC\huffencode.cpp
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.\EAC\refabout.cpp
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.\EAC\refdecode.cpp
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\EAC\refencode.cpp
  204. # End Source File
  205. # End Group
  206. # Begin Source File
  207. SOURCE=.\CompressionManager.cpp
  208. # End Source File
  209. # End Group
  210. # Begin Group "Header Files"
  211. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  212. # Begin Group "Zlib.H"
  213. # PROP Default_Filter ""
  214. # Begin Source File
  215. SOURCE=.\ZLib\deflate.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\ZLib\infblock.h
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\ZLib\infcodes.h
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.\ZLib\inffast.h
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.\ZLib\inffixed.h
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.\ZLib\inftrees.h
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.\ZLib\infutil.h
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=.\ZLib\trees.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.\ZLib\zconf.h
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.\ZLib\zlib.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.\ZLib\zutil.h
  246. # End Source File
  247. # End Group
  248. # Begin Group "NoxLZH.H"
  249. # PROP Default_Filter ""
  250. # Begin Source File
  251. SOURCE=.\LZHCompress\CompLibHeader\_huff.h
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=.\LZHCompress\CompLibHeader\_lz.h
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=.\LZHCompress\CompLibHeader\_lzhl.h
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=.\LZHCompress\CompLibHeader\Lzhl.h
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=.\LZHCompress\CompLibHeader\Lzhl_tcp.h
  264. # End Source File
  265. # Begin Source File
  266. SOURCE=.\LZHCompress\NoxCompress.h
  267. # End Source File
  268. # End Group
  269. # Begin Group "EAC.H"
  270. # PROP Default_Filter ""
  271. # Begin Source File
  272. SOURCE=.\EAC\btreecodex.h
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=.\EAC\codex.h
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=.\EAC\gimex.h
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=.\EAC\huffcodex.h
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=.\EAC\refcodex.h
  285. # End Source File
  286. # End Group
  287. # Begin Source File
  288. SOURCE=.\Compression.h
  289. # End Source File
  290. # End Group
  291. # End Target
  292. # End Project