home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / mysql-3.23.28g-win-source.exe / zlib / zlib.dsp < prev    next >
Text File  |  2000-06-01  |  4KB  |  187 lines

  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.  
  5. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  6.  
  7. CFG=zlib - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "zlib.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Static Library")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. RSC=rc.exe
  30.  
  31. !IF  "$(CFG)" == "zlib - Win32 Release"
  32.  
  33. # PROP BASE Use_MFC 0
  34. # PROP BASE Use_Debug_Libraries 0
  35. # PROP BASE Output_Dir "Release"
  36. # PROP BASE Intermediate_Dir "Release"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 0
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir "release"
  41. # PROP Intermediate_Dir "release"
  42. # PROP Target_Dir ""
  43. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  44. # ADD CPP /nologo /G6 /MT /W3 /O2 /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /FD /c
  45. # SUBTRACT CPP /YX
  46. # ADD BASE RSC /l 0x409
  47. # ADD RSC /l 0x409
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LIB32=link.exe -lib
  52. # ADD BASE LIB32 /nologo
  53. # ADD LIB32 /nologo /out:"..\lib_release\zlib.lib"
  54.  
  55. !ELSEIF  "$(CFG)" == "zlib - Win32 Debug"
  56.  
  57. # PROP BASE Use_MFC 0
  58. # PROP BASE Use_Debug_Libraries 1
  59. # PROP BASE Output_Dir "Debug"
  60. # PROP BASE Intermediate_Dir "Debug"
  61. # PROP BASE Target_Dir ""
  62. # PROP Use_MFC 0
  63. # PROP Use_Debug_Libraries 1
  64. # PROP Output_Dir "debug"
  65. # PROP Intermediate_Dir "debug"
  66. # PROP Target_Dir ""
  67. # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  68. # ADD CPP /nologo /G6 /MTd /W3 /ZI /Od /D "_DEBUG" /D "__WIN32__" /D "_WINDOWS" /FD /c
  69. # SUBTRACT CPP /YX
  70. # ADD BASE RSC /l 0x409
  71. # ADD RSC /l 0x409
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LIB32=link.exe -lib
  76. # ADD BASE LIB32 /nologo
  77. # ADD LIB32 /nologo /out:"..\lib_debug\zlib.lib"
  78.  
  79. !ENDIF 
  80.  
  81. # Begin Target
  82.  
  83. # Name "zlib - Win32 Release"
  84. # Name "zlib - Win32 Debug"
  85. # Begin Source File
  86.  
  87. SOURCE=.\adler32.c
  88. # End Source File
  89. # Begin Source File
  90.  
  91. SOURCE=.\compress.c
  92. # End Source File
  93. # Begin Source File
  94.  
  95. SOURCE=.\crc32.c
  96. # End Source File
  97. # Begin Source File
  98.  
  99. SOURCE=.\deflate.c
  100. # End Source File
  101. # Begin Source File
  102.  
  103. SOURCE=.\deflate.h
  104. # End Source File
  105. # Begin Source File
  106.  
  107. SOURCE=.\gzio.c
  108. # End Source File
  109. # Begin Source File
  110.  
  111. SOURCE=.\infblock.c
  112. # End Source File
  113. # Begin Source File
  114.  
  115. SOURCE=.\infblock.h
  116. # End Source File
  117. # Begin Source File
  118.  
  119. SOURCE=.\infcodes.c
  120. # End Source File
  121. # Begin Source File
  122.  
  123. SOURCE=.\infcodes.h
  124. # End Source File
  125. # Begin Source File
  126.  
  127. SOURCE=.\inffast.c
  128. # End Source File
  129. # Begin Source File
  130.  
  131. SOURCE=.\inffast.h
  132. # End Source File
  133. # Begin Source File
  134.  
  135. SOURCE=.\inffixed.h
  136. # End Source File
  137. # Begin Source File
  138.  
  139. SOURCE=.\inflate.c
  140. # End Source File
  141. # Begin Source File
  142.  
  143. SOURCE=.\inftrees.c
  144. # End Source File
  145. # Begin Source File
  146.  
  147. SOURCE=.\inftrees.h
  148. # End Source File
  149. # Begin Source File
  150.  
  151. SOURCE=.\infutil.c
  152. # End Source File
  153. # Begin Source File
  154.  
  155. SOURCE=.\infutil.h
  156. # End Source File
  157. # Begin Source File
  158.  
  159. SOURCE=.\trees.c
  160. # End Source File
  161. # Begin Source File
  162.  
  163. SOURCE=.\trees.h
  164. # End Source File
  165. # Begin Source File
  166.  
  167. SOURCE=.\uncompr.c
  168. # End Source File
  169. # Begin Source File
  170.  
  171. SOURCE=.\zconf.h
  172. # End Source File
  173. # Begin Source File
  174.  
  175. SOURCE=.\zlib.h
  176. # End Source File
  177. # Begin Source File
  178.  
  179. SOURCE=.\zutil.c
  180. # End Source File
  181. # Begin Source File
  182.  
  183. SOURCE=.\zutil.h
  184. # End Source File
  185. # End Target
  186. # End Project
  187.