Zip2.dsp
上传用户:g3170580
上传日期:2007-01-03
资源大小:124k
文件大小:4k
源码类别:

图形图象

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="Zip2" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=Zip2 - 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 "Zip2.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 "Zip2.mak" CFG="Zip2 - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "Zip2 - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "Zip2 - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. !IF  "$(CFG)" == "Zip2 - Win32 Release"
  26. # PROP BASE Use_MFC 0
  27. # PROP BASE Use_Debug_Libraries 0
  28. # PROP BASE Output_Dir "Release"
  29. # PROP BASE Intermediate_Dir "Release"
  30. # PROP BASE Target_Dir ""
  31. # PROP Use_MFC 0
  32. # PROP Use_Debug_Libraries 0
  33. # PROP Output_Dir "Release"
  34. # PROP Intermediate_Dir "Release"
  35. # PROP Target_Dir ""
  36. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  37. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  38. BSC32=bscmake.exe
  39. # ADD BASE BSC32 /nologo
  40. # ADD BSC32 /nologo
  41. LIB32=link.exe -lib
  42. # ADD BASE LIB32 /nologo
  43. # ADD LIB32 /nologo
  44. !ELSEIF  "$(CFG)" == "Zip2 - Win32 Debug"
  45. # PROP BASE Use_MFC 0
  46. # PROP BASE Use_Debug_Libraries 1
  47. # PROP BASE Output_Dir "Debug"
  48. # PROP BASE Intermediate_Dir "Debug"
  49. # PROP BASE Target_Dir ""
  50. # PROP Use_MFC 0
  51. # PROP Use_Debug_Libraries 1
  52. # PROP Output_Dir "Debug"
  53. # PROP Intermediate_Dir "Debug"
  54. # PROP Target_Dir ""
  55. # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  56. # ADD CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  57. BSC32=bscmake.exe
  58. # ADD BASE BSC32 /nologo
  59. # ADD BSC32 /nologo
  60. LIB32=link.exe -lib
  61. # ADD BASE LIB32 /nologo
  62. # ADD LIB32 /nologo
  63. !ENDIF 
  64. # Begin Target
  65. # Name "Zip2 - Win32 Release"
  66. # Name "Zip2 - Win32 Debug"
  67. # Begin Source File
  68. SOURCE=..Zipadler32.c
  69. # End Source File
  70. # Begin Source File
  71. SOURCE=..Zipcompress.c
  72. # End Source File
  73. # Begin Source File
  74. SOURCE=..Zipcrc32.c
  75. # End Source File
  76. # Begin Source File
  77. SOURCE=..Zipdeflate.c
  78. # End Source File
  79. # Begin Source File
  80. SOURCE=..Zipdeflate.h
  81. # End Source File
  82. # Begin Source File
  83. SOURCE=..Zipgzio.c
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=..Zipinfblock.c
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=..Zipinfblock.h
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=..Zipinfcodes.c
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=..Zipinfcodes.h
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=..Zipinffast.c
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=..Zipinffast.h
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=..Zipinffixed.h
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=..Zipinflate.c
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=..Zipinftrees.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=..Zipinftrees.h
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=..Zipinfutil.c
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=..Zipinfutil.h
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=..Zipminigzip.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=..Ziptrees.c
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=..Ziptrees.h
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=..Zipuncompr.c
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=..Zipzconf.h
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=..Zipzlib.h
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=..Zipzutil.c
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=..Zipzutil.h
  144. # End Source File
  145. # End Target
  146. # End Project