home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / QuickReport / TEEQR4C.BPK < prev    next >
Encoding:
Text File  |  1998-10-24  |  4.9 KB  |  181 lines

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)\..
  4. !endif
  5.  
  6. # ---------------------------------------------------------------------------
  7. # IDE SECTION
  8. # ---------------------------------------------------------------------------
  9. # The following section of the project makefile is managed by the BCB IDE.
  10. # It is recommended to use the IDE to change any of the values in this
  11. # section.
  12. # ---------------------------------------------------------------------------
  13.  
  14. VERSION = BCB.03
  15. # ---------------------------------------------------------------------------
  16. PROJECT = TeeQR4C.bpl
  17. OBJFILES = QRTee.obj QRTeeReg.obj TeeQR4C.obj
  18. RESFILES = TeeQR4C.res
  19. DEFFILE =
  20. RESDEPEN = $(RESFILES)
  21. LIBFILES =
  22. LIBRARIES =
  23. SPARELIBS = VCL35.lib VCLDB35.lib VCLX35.lib Tee4C.lib TeeDB4C.lib TeeUI4C.lib QRPT35.lib
  24. DEFFILE =
  25. PACKAGES = tee4C.bpi teedb4C.bpi TeeUI4C.bpi QRPT35.bpi VCL35.bpi VCLDB35.bpi VCLX35.bpi
  26. # ---------------------------------------------------------------------------
  27. PATHCPP = .;
  28. PATHASM = .;
  29. PATHPAS = .;
  30. PATHRC = .;
  31. DEBUGLIBPATH = $(BCB)\lib\debug
  32. RELEASELIBPATH = $(BCB)\lib\release
  33. # ---------------------------------------------------------------------------
  34. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  35. CFLAG2 = -D_RTLDLL;USEPACKAGES -I$(BCB)\include;$(BCB)\include\vcl -H=$(BCB)\lib\vcl35.csm
  36. CFLAG3 =
  37. PFLAGS = -U..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -D_RTLDLL;USEPACKAGES \
  38.   -I$(BCB)\include;$(BCB)\include\vcl -H -W -$Y -$W -v -JPHN -M
  39. RFLAGS = -D_RTLDLL;USEPACKAGES -i$(BCB)\include;$(BCB)\include\vcl
  40. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /d_RTLDLL /dUSEPACKAGES /mx /w2 /zi
  41. LFLAGS = -L..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  42.   -D"TeeChart 4.0 for QuickReport" -aa -Tpp -s -Gl -Gi -w -v
  43. IFLAGS = -Gn
  44. # ---------------------------------------------------------------------------
  45. ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  46. ALLRES = $(RESFILES)
  47. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  48. # ---------------------------------------------------------------------------
  49. !ifdef IDEOPTIONS
  50.  
  51. [Version Info]
  52. IncludeVerInfo=1
  53. AutoIncBuild=0
  54. MajorVer=4
  55. MinorVer=0
  56. Release=0
  57. Build=1
  58. Debug=0
  59. PreRelease=0
  60. Special=0
  61. Private=0
  62. DLL=0
  63. Locale=1033
  64. CodePage=1252
  65.  
  66. [Version Info Keys]
  67. CompanyName=teeMach, SL
  68. FileDescription=TeeChart Pro 4.0 for QuickReport 
  69. FileVersion=4.0.0.1
  70. InternalName=TEEQR4C
  71. LegalCopyright=1998 by David Berneda
  72. LegalTrademarks=
  73. OriginalFilename=TEEQR4C.BPL
  74. ProductName=
  75. ProductVersion=4.0
  76. Comments=
  77.  
  78. [Excluded Packages]
  79. dcldss35.bpl=Borland Decision Cube Components
  80.  
  81. [HistoryLists\hlIncludePath]
  82. Count=1
  83. Item0=$(BCB)\include;$(BCB)\include\vcl
  84.  
  85. [HistoryLists\hlLibraryPath]
  86. Count=1
  87. Item0=$(BCB)\lib\obj;$(BCB)\lib
  88.  
  89. [HistoryLists\hlDebugSourcePath]
  90. Count=2
  91. Item0=$(BCB)\lib\obj;$(BCB)\lib
  92. Item1=$(BCB)\source\vcl
  93.  
  94. [HistoryLists\hlConditionals]
  95. Count=1
  96. Item0=_RTLDLL;USEPACKAGES
  97.  
  98. [Debugging]
  99. DebugSourceDirs=$(BCB)\lib\obj;$(BCB)\lib
  100.  
  101. [Parameters]
  102. RunParams=
  103. HostApplication=
  104.  
  105. !endif
  106.  
  107. # ---------------------------------------------------------------------------
  108. # MAKE SECTION
  109. # ---------------------------------------------------------------------------
  110. # This section of the project file is not used by the BCB IDE.  It is for
  111. # the benefit of building from the command-line using the MAKE utility.
  112. # ---------------------------------------------------------------------------
  113.  
  114. .autodepend
  115. # ---------------------------------------------------------------------------
  116. !if !$d(BCC32)
  117. BCC32 = bcc32
  118. !endif
  119.  
  120. !if !$d(DCC32)
  121. DCC32 = dcc32
  122. !endif
  123.  
  124. !if !$d(TASM32)
  125. TASM32 = tasm32
  126. !endif
  127.  
  128. !if !$d(LINKER)
  129. LINKER = ilink32
  130. !endif
  131.  
  132. !if !$d(BRCC32)
  133. BRCC32 = brcc32
  134. !endif
  135. # ---------------------------------------------------------------------------
  136. !if $d(PATHCPP)
  137. .PATH.CPP = $(PATHCPP)
  138. .PATH.C   = $(PATHCPP)
  139. !endif
  140.  
  141. !if $d(PATHPAS)
  142. .PATH.PAS = $(PATHPAS)
  143. !endif
  144.  
  145. !if $d(PATHASM)
  146. .PATH.ASM = $(PATHASM)
  147. !endif
  148.  
  149. !if $d(PATHRC)
  150. .PATH.RC  = $(PATHRC)
  151. !endif
  152. # ---------------------------------------------------------------------------
  153. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  154.     $(BCB)\BIN\$(LINKER) @&&!
  155.     $(LFLAGS) $(IFLAGS) +
  156.     $(ALLOBJ), +
  157.     $(PROJECT),, +
  158.     $(ALLLIB), +
  159.     $(DEFFILE), +
  160.     $(ALLRES)
  161. !
  162. # ---------------------------------------------------------------------------
  163. .pas.hpp:
  164.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  165.  
  166. .pas.obj:
  167.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  168.  
  169. .cpp.obj:
  170.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  171.  
  172. .c.obj:
  173.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  174.  
  175. .asm.obj:
  176.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  177.  
  178. .rc.res:
  179.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  180. # ---------------------------------------------------------------------------
  181.