home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEEPRO4C.BPK < prev    next >
Encoding:
Text File  |  1998-10-24  |  5.2 KB  |  185 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 = TeePro4C.bpl
  17. OBJFILES = TeeURL.obj BigCandl.obj CandleCh.obj CandlEdi.obj ContEdit.obj CurvFitt.obj \
  18.   EditPro.obj ErrBarEd.obj Errorbar.obj ImageBar.obj ImaPoint.obj MyPoint.obj \
  19.   OHLChart.obj Po3DEdit.obj PolarEdi.obj StatChar.obj SurfEdit.obj TeeBezie.obj \
  20.   TeeComma.obj TeeCount.obj TeeCumu.obj TeeData.obj TeeEdit.obj TeeMonth.obj \
  21.   TeePoin3.obj TeePolar.obj TeePoly.obj TeeProCo.obj TeeStore.obj TeeSurfa.obj \
  22.   Bar3d.obj TeePro4C.obj
  23. RESFILES = TeePro4C.res
  24. DEFFILE =
  25. RESDEPEN = $(RESFILES) CandlEdi.dfm ContEdit.dfm ErrBarEd.dfm Po3DEdit.dfm PolarEdi.dfm \
  26.   SurfEdit.dfm
  27. LIBFILES =
  28. LIBRARIES = TeeDB4C.lib
  29. SPARELIBS = VCL35.lib tee4C.lib teeui4C.lib TeeDB4C.lib vcldb35.lib
  30. DEFFILE =
  31. PACKAGES = vcl35.bpi tee4C.bpi teeUI4C.bpi vcldb35.bpi
  32. # ---------------------------------------------------------------------------
  33. PATHCPP = .;
  34. PATHASM = .;
  35. PATHPAS = .;
  36. PATHRC = .;
  37. DEBUGLIBPATH = $(BCB)\lib\debug
  38. RELEASELIBPATH = $(BCB)\lib\release
  39. # ---------------------------------------------------------------------------
  40. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  41. CFLAG2 = -D_RTLDLL;USEPACKAGES -I$(BCB)\include;$(BCB)\include\vcl -H=$(BCB)\lib\vcl35.csm
  42. CFLAG3 =
  43. PFLAGS = -U..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -D_RTLDLL;USEPACKAGES \
  44.   -I$(BCB)\include;$(BCB)\include\vcl -H -W -$Y -$W -$O- -v -JPHN -M
  45. RFLAGS = -D_RTLDLL;USEPACKAGES -i$(BCB)\include;$(BCB)\include\vcl
  46. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /d_RTLDLL /dUSEPACKAGES /mx /w2 /zi
  47. LFLAGS = -L..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  48.   -D"TeeChart Pro 4.0 Components" -aa -Tpp -Gpr -s -Gl -Gi -w -v
  49. IFLAGS = -Gn
  50. # ---------------------------------------------------------------------------
  51. ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  52. ALLRES = $(RESFILES)
  53. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  54. # ---------------------------------------------------------------------------
  55. !ifdef IDEOPTIONS
  56.  
  57. [Version Info]
  58. IncludeVerInfo=1
  59. AutoIncBuild=0
  60. MajorVer=4
  61. MinorVer=0
  62. Release=0
  63. Build=0
  64. Debug=0
  65. PreRelease=0
  66. Special=0
  67. Private=0
  68. DLL=1
  69. Locale=1033
  70. CodePage=1252
  71.  
  72. [Version Info Keys]
  73. CompanyName=teeMach, SL
  74. FileDescription=TeeChart 4.0
  75. FileVersion=4.0.0.1
  76. InternalName=TEEPRO4C
  77. LegalCopyright=⌐ 1996-98 by David Berneda
  78. LegalTrademarks=
  79. OriginalFilename=
  80. ProductName=TeeChart 4.0
  81. ProductVersion=4.0.0.1
  82. Comments=
  83.  
  84. [Excluded Packages]
  85.  
  86. [HistoryLists\hlIncludePath]
  87. Count=1
  88. Item0=$(BCB)\include;$(BCB)\include\vcl
  89.  
  90. [HistoryLists\hlLibraryPath]
  91. Count=1
  92. Item0=$(BCB)\lib\obj;$(BCB)\lib
  93.  
  94. [HistoryLists\hlDebugSourcePath]
  95. Count=1
  96. Item0=$(BCB)\source\vcl
  97.  
  98. [HistoryLists\hlConditionals]
  99. Count=1
  100. Item0=_RTLDLL;USEPACKAGES
  101.  
  102. [Debugging]
  103. DebugSourceDirs=$(BCB)\source\vcl
  104.  
  105. [Parameters]
  106. RunParams=
  107. HostApplication=
  108.  
  109. !endif
  110.  
  111. # ---------------------------------------------------------------------------
  112. # MAKE SECTION
  113. # ---------------------------------------------------------------------------
  114. # This section of the project file is not used by the BCB IDE.  It is for
  115. # the benefit of building from the command-line using the MAKE utility.
  116. # ---------------------------------------------------------------------------
  117.  
  118. .autodepend
  119. # ---------------------------------------------------------------------------
  120. !if !$d(BCC32)
  121. BCC32 = bcc32
  122. !endif
  123.  
  124. !if !$d(DCC32)
  125. DCC32 = dcc32
  126. !endif
  127.  
  128. !if !$d(TASM32)
  129. TASM32 = tasm32
  130. !endif
  131.  
  132. !if !$d(LINKER)
  133. LINKER = ilink32
  134. !endif
  135.  
  136. !if !$d(BRCC32)
  137. BRCC32 = brcc32
  138. !endif
  139. # ---------------------------------------------------------------------------
  140. !if $d(PATHCPP)
  141. .PATH.CPP = $(PATHCPP)
  142. .PATH.C   = $(PATHCPP)
  143. !endif
  144.  
  145. !if $d(PATHPAS)
  146. .PATH.PAS = $(PATHPAS)
  147. !endif
  148.  
  149. !if $d(PATHASM)
  150. .PATH.ASM = $(PATHASM)
  151. !endif
  152.  
  153. !if $d(PATHRC)
  154. .PATH.RC  = $(PATHRC)
  155. !endif
  156. # ---------------------------------------------------------------------------
  157. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  158.     $(BCB)\BIN\$(LINKER) @&&!
  159.     $(LFLAGS) $(IFLAGS) +
  160.     $(ALLOBJ), +
  161.     $(PROJECT),, +
  162.     $(ALLLIB), +
  163.     $(DEFFILE), +
  164.     $(ALLRES)
  165. !
  166. # ---------------------------------------------------------------------------
  167. .pas.hpp:
  168.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  169.  
  170. .pas.obj:
  171.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  172.  
  173. .cpp.obj:
  174.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  175.  
  176. .c.obj:
  177.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  178.  
  179. .asm.obj:
  180.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  181.  
  182. .rc.res:
  183.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  184. # ---------------------------------------------------------------------------
  185.