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