home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / zkuste / Delphi / kolekce / d345 / cdbu.exe / CoolDBUtilities / CBuilder3 / CoolDBUtilities.bpk next >
Encoding:
Text File  |  1999-10-04  |  5.2 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 = CoolDBUtilities.bpl
  17. OBJFILES = CoolDBUtils.obj CoolDBUtilsReg.obj CoolDBUtilities.obj
  18. RESFILES = CoolDBUtilities.res CoolDBUtilsReg.dcr
  19. DEFFILE =
  20. RESDEPEN = $(RESFILES)
  21. LIBFILES =
  22. LIBRARIES =
  23. SPARELIBS = VCL35.lib
  24. PACKAGES = VCLX35.bpi VCL35.bpi VCLDB35.bpi VCLDBX35.bpi bcbsmp35.bpi dclocx35.bpi \
  25.   QRPT35.bpi TEEUI35.bpi TEEDB35.bpi TEE35.bpi ibsmp35.bpi NMFAST35.bpi \
  26.   INETDB35.bpi INET35.bpi
  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 = -I$(BCB)\include;$(BCB)\include\vcl;..\D1 -D_RTLDLL;USEPACKAGES \
  37.   -H=$(BCB)\lib\vcl35.csm
  38. CFLAG3 = -Tkh30000
  39. PFLAGS = -U..\..\borland\cbuilder3\lib\release;$(BCB)\lib\obj;$(BCB)\lib;..\D1;$(RELEASELIBPATH) \
  40.   -I$(BCB)\include;$(BCB)\include\vcl;..\D1 -D_RTLDLL;USEPACKAGES -$Y -$W -$O- -v \
  41.   -JPHN -M
  42. RFLAGS = -i$(BCB)\include;$(BCB)\include\vcl;..\D1 -D_RTLDLL;USEPACKAGES = \
  43.   /i$(BCB)\include /i$(BCB)\include\vcl /iE:\Myprog\D1\ /d_RTLDLL /dUSEPACKAGES \
  44.   /mx /w2 /zd
  45. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /iE:\Myprog\D1\ /d_RTLDLL /dUSEPACKAGES \
  46.   /mx /w2 /zd
  47. LFLAGS = -L..\..\borland\cbuilder3\lib\release;$(BCB)\lib\obj;$(BCB)\lib;..\D1;$(RELEASELIBPATH) \
  48.   -DCoolDBUtilities -aa -Tpp -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=0
  60. MajorVer=1
  61. MinorVer=0
  62. Release=0
  63. Build=0
  64. Debug=0
  65. PreRelease=0
  66. Special=0
  67. Private=0
  68. DLL=0
  69. Locale=1049
  70. CodePage=1251
  71.  
  72. [Version Info Keys]
  73. CompanyName=
  74. FileDescription=
  75. FileVersion=1.0.0.0
  76. InternalName=
  77. LegalCopyright=
  78. LegalTrademarks=
  79. OriginalFilename=
  80. ProductName=
  81. ProductVersion=1.0.0.0
  82. Comments=
  83.  
  84. [Excluded Packages]
  85. E:\Myprog\D1\CoolMenus.bpl=CoolMenus Package
  86.  
  87. [HistoryLists\hlIncludePath]
  88. Count=3
  89. Item0=$(BCB)\include;$(BCB)\include\vcl;E:\Myprog\D1Item1=$(BCB)\include;$(BCB)\include\vcl;E:\Myprog\D1Item1=$(BCB)\include;$(BCB)\include\vcl;E:\Myprog\D1[HistoryLists\hlLibraryPath]
  90. Item1=
  91. Item2=
  92.  
  93. [HistoryLists\hlLibraryPath]
  94. Count=2
  95. Item0=$(BCB)\lib\obj;$(BCB)\lib;E:\Myprog\D1Item1=$(BCB)\lib\obj;$(BCB)\lib;E:\Myprog\D1[HistoryLists\hlDebugSourcePath]
  96. Item1=
  97.  
  98. [Debugging]
  99. DebugSourceDirs=$(BCB)\source\vcl;E:\Myprog\D1[Parameters]
  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) +
  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.