zlib.bpr
上传用户:zlt_tm
上传日期:2007-01-06
资源大小:214k
文件大小:5k
源码类别:

压缩解压

开发平台:

WINDOWS

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)..
  4. !endif
  5. # ---------------------------------------------------------------------------
  6. # IDE SECTION
  7. # ---------------------------------------------------------------------------
  8. # The following section of the project makefile is managed by the BCB IDE.
  9. # It is recommended to use the IDE to change any of the values in this
  10. # section.
  11. # ---------------------------------------------------------------------------
  12. VERSION = BCB.03
  13. # ---------------------------------------------------------------------------
  14. PROJECT = zlib.lib
  15. OBJFILES = zlib.obj adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infblock.obj 
  16.   infcodes.obj inffast.obj inflate.obj inftrees.obj infutil.obj trees.obj 
  17.   uncompr.obj zutil.obj
  18. RESFILES =
  19. RESDEPEN = $(RESFILES)
  20. LIBFILES =
  21. LIBRARIES = VCL35.lib
  22. SPARELIBS = VCL35.lib
  23. DEFFILE =
  24. PACKAGES = VCLX35.bpi VCL35.bpi VCLDB35.bpi VCLDBX35.bpi ibsmp35.bpi bcbsmp35.bpi 
  25.   dclocx35.bpi QRPT35.bpi TEEUI35.bpi TEEDB35.bpi TEE35.bpi DSS35.bpi 
  26.   NMFAST35.bpi INETDB35.bpi INET35.bpi VCLMID35.bpi
  27. # ---------------------------------------------------------------------------
  28. PATHCPP = .;
  29. PATHASM = .;
  30. PATHPAS = .;
  31. PATHRC = .;
  32. DEBUGLIBPATH = $(BCB)libdebug
  33. RELEASELIBPATH = $(BCB)librelease
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -O2 -Ve -d -k- -vi
  36. CFLAG2 = -I$(BCB)include;$(BCB)includevcl -H=$(BCB)libvcl35.csm
  37. CFLAG3 = -ff -5
  38. PFLAGS = -U;$(DEBUGLIBPATH) -I$(BCB)include;$(BCB)includevcl -H -W -$I- -v -JPHN -M
  39. RFLAGS = -i$(BCB)include;$(BCB)includevcl 
  40. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /mx /w2 /zn
  41. LFLAGS =
  42. IFLAGS = -g -Gn
  43. # ---------------------------------------------------------------------------
  44. ALLOBJ = c0w32.obj $(OBJFILES)
  45. ALLRES = $(RESFILES)
  46. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  47. # ---------------------------------------------------------------------------
  48. !!ifdef IDEOPTIONS
  49. [Version Info]
  50. IncludeVerInfo=0
  51. AutoIncBuild=0
  52. MajorVer=1
  53. MinorVer=0
  54. Release=0
  55. Build=0
  56. Debug=0
  57. PreRelease=0
  58. Special=0
  59. Private=0
  60. DLL=0
  61. Locale=1040
  62. CodePage=1252
  63. [Version Info Keys]
  64. CompanyName=
  65. FileDescription=
  66. FileVersion=1.0.0.0
  67. InternalName=
  68. LegalCopyright=
  69. LegalTrademarks=
  70. OriginalFilename=
  71. ProductName=
  72. ProductVersion=1.0.0.0
  73. Comments=
  74. [HistoryListshlIncludePath]
  75. Count=2
  76. Item0=$(BCB)include
  77. Item1=$(BCB)include;$(BCB)includevcl
  78. [HistoryListshlLibraryPath]
  79. Count=1
  80. Item0=$(BCB)libobj;$(BCB)lib
  81. [HistoryListshlDebugSourcePath]
  82. Count=1
  83. Item0=$(BCB)sourcevcl
  84. [Debugging]
  85. DebugSourceDirs=
  86. [Parameters]
  87. RunParams=
  88. HostApplication=
  89. !endif
  90.  ---------------------------------------------------------------------------
  91. # MAKE SECTION
  92. # ---------------------------------------------------------------------------
  93. # This section of the project file is not used by the BCB IDE.  It is for
  94. # the benefit of building from the command-line using the MAKE utility.
  95. # ---------------------------------------------------------------------------
  96. .autodepend
  97. # ---------------------------------------------------------------------------
  98. !if !$d(BCC32)
  99. BCC32 = bcc32
  100. !endif
  101. !if !$d(DCC32)
  102. DCC32 = dcc32
  103. !endif
  104. !if !$d(TASM32)
  105. TASM32 = tasm32
  106. !endif
  107. !if !$d(LINKER)
  108. LINKER = TLib
  109. !endif
  110. !if !$d(BRCC32)
  111. BRCC32 = brcc32
  112. !endif
  113. # ---------------------------------------------------------------------------
  114. !if $d(PATHCPP)
  115. .PATH.CPP = $(PATHCPP)
  116. .PATH.C   = $(PATHCPP)
  117. !endif
  118. !if $d(PATHPAS)
  119. .PATH.PAS = $(PATHPAS)
  120. !endif
  121. !if $d(PATHASM)
  122. .PATH.ASM = $(PATHASM)
  123. !endif
  124. !if $d(PATHRC)
  125. .PATH.RC  = $(PATHRC)
  126. !endif
  127. # ---------------------------------------------------------------------------
  128. !ifdef IDEOPTIONS
  129. [Version Info]
  130. IncludeVerInfo=0
  131. AutoIncBuild=0
  132. MajorVer=1
  133. MinorVer=0
  134. Release=0
  135. Build=0
  136. Debug=0
  137. PreRelease=0
  138. Special=0
  139. Private=0
  140. DLL=0
  141. Locale=1040
  142. CodePage=1252
  143. [Version Info Keys]
  144. CompanyName=
  145. FileDescription=
  146. FileVersion=1.0.0.0
  147. InternalName=
  148. LegalCopyright=
  149. LegalTrademarks=
  150. OriginalFilename=
  151. ProductName=
  152. ProductVersion=1.0.0.0
  153. Comments=
  154. [HistoryListshlIncludePath]
  155. Count=2
  156. Item0=$(BCB)include;$(BCB)includevcl
  157. Item1=$(BCB)include
  158. [HistoryListshlLibraryPath]
  159. Count=1
  160. Item0=$(BCB)libobj;$(BCB)lib
  161. [HistoryListshlDebugSourcePath]
  162. Count=1
  163. Item0=$(BCB)sourcevcl
  164. [Debugging]
  165. DebugSourceDirs=
  166. [Parameters]
  167. RunParams=
  168. HostApplication=
  169. !endif
  170. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  171.     $(BCB)BIN$(LINKER) @&&!
  172.     $(LFLAGS) $(IFLAGS) +
  173.     $(ALLOBJ), +
  174.     $(PROJECT),, +
  175.     $(ALLLIB), +
  176.     $(DEFFILE), +
  177.     $(ALLRES)
  178. !
  179. # ---------------------------------------------------------------------------
  180. .pas.hpp:
  181.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  182. .pas.obj:
  183.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  184. .cpp.obj:
  185.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  186. .c.obj:
  187.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  188. .asm.obj:
  189.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  190. .rc.res:
  191.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  192. # ---------------------------------------------------------------------------