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