home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / DBPlot200_D_BCB30.bpk < prev    next >
Text File  |  2001-07-31  |  5KB  |  184 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 = DBPlot200_D_BCB30.bpl
  17. OBJFILES = DBPlot_reg.obj DBPlot200_D_BCB30.obj
  18. RESFILES = DBPlot200_D_BCB30.res
  19. DEFFILE =
  20. RESDEPEN = $(RESFILES)
  21. LIBFILES =
  22. LIBRARIES = VCL35.lib
  23. SPARELIBS = VCL35.lib
  24. PACKAGES = Misc200_D_BCB30.bpi Plot200_D_BCB30.bpi
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHASM = .;
  28. PATHPAS = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)\lib\debug
  31. RELEASELIBPATH = $(BCB)\lib\release
  32. # ---------------------------------------------------------------------------
  33. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx
  34. CFLAG2 = -D_RTLDLL;USEPACKAGES \
  35.   -I$(BCB)\include;$(BCB)\include\vcl;..\Misc;Parser10;pnglib24a;TGifimage \
  36.   -H=$(BCB)\lib\vcl35.csm
  37. CFLAG3 = -Tkh30000
  38. PFLAGS = -U..\tplot;$(BCB)\lib\obj;$(BCB)\lib;..\Misc;Parser10;pnglib24a;TGifimage;$(RELEASELIBPATH) \
  39.   -D_RTLDLL;USEPACKAGES \
  40.   -I$(BCB)\include;$(BCB)\include\vcl;..\Misc;Parser10;pnglib24a;TGifimage -$Y \
  41.   -$W -$O- -v -JPHN -M
  42. RFLAGS = -D_RTLDLL;USEPACKAGES \
  43.   -i$(BCB)\include;$(BCB)\include\vcl;..\Misc;Parser10;pnglib24a;TGifimage
  44. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /i..\Misc /iParser10 /ipnglib24a \
  45.   /iTGifimage /d_RTLDLL /dUSEPACKAGES /mx /w2 /zd
  46. LFLAGS = -L..\tplot;$(BCB)\lib\obj;$(BCB)\lib;..\Misc;Parser10;pnglib24a;TGifimage;$(RELEASELIBPATH) \
  47.   -D"Chemware Scientific Plotting Database Component (BCB3 Designtime)" -aa -Tpp \
  48.   -Gpd -x -Gn -Gl -Gi -v
  49. IFLAGS =
  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=1
  60. MajorVer=2
  61. MinorVer=3
  62. Release=0
  63. Build=0
  64. Debug=0
  65. PreRelease=0
  66. Special=0
  67. Private=0
  68. DLL=0
  69. Locale=1033
  70. CodePage=1252
  71.  
  72. [Version Info Keys]
  73. CompanyName=Chemware
  74. FileDescription=Scientific Plotting Component - Database
  75. FileVersion=2.3.0.0
  76. InternalName=DBPlot200_D_BCB30
  77. LegalCopyright=Copyright ⌐ Mat Ballard 2000-2001.
  78. LegalTrademarks=
  79. OriginalFilename=DBPlot200_D_BCB30.bpk
  80. ProductName=TDBPlot
  81. ProductVersion=2.0.0.0
  82. Comments=Released under the Q Public License
  83. Contact=sales@chemware.hypermart.net
  84.  
  85. [HistoryLists\hlIncludePath]
  86. Count=1
  87. Item0=$(BCB)\include;$(BCB)\include\vcl;..\Misc;Parser10;pnglib24a;TGifimage
  88.  
  89. [HistoryLists\hlLibraryPath]
  90. Count=1
  91. Item0=$(BCB)\lib\obj;$(BCB)\lib;..\Misc;Parser10;pnglib24a;TGifimage
  92.  
  93. [HistoryLists\hlDebugSourcePath]
  94. Count=1
  95. Item0=$(BCB)\source\vcl
  96.  
  97. [HistoryLists\hlConditionals]
  98. Count=1
  99. Item0=_RTLDLL;USEPACKAGES
  100.  
  101. [Debugging]
  102. DebugSourceDirs=$(BCB)\source\vcl
  103.  
  104. [Parameters]
  105. RunParams=
  106. HostApplication=
  107.  
  108. !endif
  109.  
  110. # ---------------------------------------------------------------------------
  111. # MAKE SECTION
  112. # ---------------------------------------------------------------------------
  113. # This section of the project file is not used by the BCB IDE.  It is for
  114. # the benefit of building from the command-line using the MAKE utility.
  115. # ---------------------------------------------------------------------------
  116.  
  117. .autodepend
  118. # ---------------------------------------------------------------------------
  119. !if !$d(BCC32)
  120. BCC32 = bcc32
  121. !endif
  122.  
  123. !if !$d(DCC32)
  124. DCC32 = dcc32
  125. !endif
  126.  
  127. !if !$d(TASM32)
  128. TASM32 = tasm32
  129. !endif
  130.  
  131. !if !$d(LINKER)
  132. LINKER = ilink32
  133. !endif
  134.  
  135. !if !$d(BRCC32)
  136. BRCC32 = brcc32
  137. !endif
  138. # ---------------------------------------------------------------------------
  139. !if $d(PATHCPP)
  140. .PATH.CPP = $(PATHCPP)
  141. .PATH.C   = $(PATHCPP)
  142. !endif
  143.  
  144. !if $d(PATHPAS)
  145. .PATH.PAS = $(PATHPAS)
  146. !endif
  147.  
  148. !if $d(PATHASM)
  149. .PATH.ASM = $(PATHASM)
  150. !endif
  151.  
  152. !if $d(PATHRC)
  153. .PATH.RC  = $(PATHRC)
  154. !endif
  155. # ---------------------------------------------------------------------------
  156. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  157.     $(BCB)\BIN\$(LINKER) @&&!
  158.     $(LFLAGS) +
  159.     $(ALLOBJ), +
  160.     $(PROJECT),, +
  161.     $(ALLLIB), +
  162.     $(DEFFILE), +
  163.     $(ALLRES)
  164. !
  165. # ---------------------------------------------------------------------------
  166. .pas.hpp:
  167.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  168.  
  169. .pas.obj:
  170.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  171.  
  172. .cpp.obj:
  173.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  174.  
  175. .c.obj:
  176.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  177.  
  178. .asm.obj:
  179.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  180.  
  181. .rc.res:
  182.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  183. # ---------------------------------------------------------------------------
  184.