zlib.dsp
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:5k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="zlib" - 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=zlib - 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 "zlib.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 "zlib.mak" CFG="zlib - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "zlib - Win32 authent" (based on "Win32 (x86) Static Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=xicl6.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "zlib - 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 "_WINDOWS" /YX /FD /c
  40. # ADD CPP /nologo /G6 /MT /W3 /O2 /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
  41. # SUBTRACT CPP /YX
  42. # ADD BASE RSC /l 0x409
  43. # ADD RSC /l 0x409
  44. BSC32=bscmake.exe
  45. # ADD BASE BSC32 /nologo
  46. # ADD BSC32 /nologo
  47. LIB32=xilink6.exe -lib
  48. # ADD BASE LIB32 /nologo
  49. # ADD LIB32 /nologo /out:"..lib_releasezlib.lib"
  50. !ELSEIF  "$(CFG)" == "zlib - Win32 Debug"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "Debug"
  54. # PROP BASE Intermediate_Dir "Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir "debug"
  59. # PROP Intermediate_Dir "debug"
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  62. # ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /D "_DEBUG" /D "__WIN32__" /D "_WINDOWS" /FD /c
  63. # ADD BASE RSC /l 0x409
  64. # ADD RSC /l 0x409
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LIB32=xilink6.exe -lib
  69. # ADD BASE LIB32 /nologo
  70. # ADD LIB32 /nologo /out:"..lib_debugzlib.lib"
  71. !ELSEIF  "$(CFG)" == "zlib - Win32 authent"
  72. # PROP BASE Use_MFC 0
  73. # PROP BASE Use_Debug_Libraries 0
  74. # PROP BASE Output_Dir "zlib___Win32_authent"
  75. # PROP BASE Intermediate_Dir "zlib___Win32_authent"
  76. # PROP BASE Target_Dir ""
  77. # PROP Use_MFC 0
  78. # PROP Use_Debug_Libraries 0
  79. # PROP Output_Dir "zlib___Win32_authent"
  80. # PROP Intermediate_Dir "zlib___Win32_authent"
  81. # PROP Target_Dir ""
  82. # ADD BASE CPP /nologo /G6 /MT /W3 /O2 /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
  83. # SUBTRACT BASE CPP /YX
  84. # ADD CPP /nologo /G6 /MT /W3 /O2 /D "DBUG_OFF" /D "_WINDOWS" /D "NDEBUG" /FD /c
  85. # SUBTRACT CPP /YX
  86. # ADD BASE RSC /l 0x409
  87. # ADD RSC /l 0x409
  88. BSC32=bscmake.exe
  89. # ADD BASE BSC32 /nologo
  90. # ADD BSC32 /nologo
  91. LIB32=xilink6.exe -lib
  92. # ADD BASE LIB32 /nologo /out:"..lib_releasezlib.lib"
  93. # ADD LIB32 /nologo /out:"..lib_releasezlib.lib"
  94. !ENDIF
  95. # Begin Target
  96. # Name "zlib - Win32 Release"
  97. # Name "zlib - Win32 Debug"
  98. # Name "zlib - Win32 authent"
  99. # Begin Source File
  100. SOURCE=.adler32.c
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.compress.c
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.crc32.c
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.crc32.h
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.deflate.c
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.deflate.h
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.gzio.c
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.infback.c
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.inffast.c
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.inffast.h
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.inffixed.h
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.inflate.c
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.inflate.h
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.inftrees.h
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.inftrees.c
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.inftrees.h
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.trees.c
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.trees.h
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.uncompr.c
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.zconf.h
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.zlib.h
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.zutil.c
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.zutil.h
  167. # End Source File
  168. # End Target
  169. # End Project