home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / zkuste / Delphi / kolekce / d345 / cdbu.exe / CoolDBUtilities / CBuilder4 / CoolDBUtilities.bpk next >
Encoding:
Text File  |  1999-10-01  |  4.8 KB  |  194 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.04.04
  15. # ---------------------------------------------------------------------------
  16. PROJECT = CoolDBUtilities.bpl
  17. OBJFILES = CoolDBUtils.obj CoolDBUtilsReg.obj CoolDBUtilities.obj
  18. RESFILES = CoolDBUtilities.res CoolDBUtilsReg.dcr
  19. RESDEPEN = $(RESFILES)
  20. LIBFILES =
  21. IDLFILES =
  22. IDLGENFILES =
  23. LIBRARIES =
  24. SPARELIBS = VCL40.lib
  25. PACKAGES = vcl40.bpi vcldb40.bpi vclx40.bpi
  26. DEFFILE =
  27. # ---------------------------------------------------------------------------
  28. PATHCPP = .;
  29. PATHASM = .;
  30. PATHPAS = .;
  31. PATHRC = .;
  32. DEBUGLIBPATH = $(BCB)\lib\debug
  33. RELEASELIBPATH = $(BCB)\lib\release
  34. USERDEFINES =
  35. SYSDEFINES = _RTLDLL;NO_STRICT;USEPACKAGES
  36. # ---------------------------------------------------------------------------
  37. CFLAG1 = -I$(BCB)\include;$(BCB)\include\vcl -Od -Hc -H=$(BCB)\lib\vcl40.csm -w -Ve -r- \
  38.   -a8 -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tWM -D$(SYSDEFINES);$(USERDEFINES)
  39. IDLCFLAGS = -I$(BCB)\include -I$(BCB)\include\vcl -src_suffixcpp
  40. PFLAGS = -U$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  41.   -I$(BCB)\include;$(BCB)\include\vcl -$YD -$W -$O- -v -JPHNE -M
  42. RFLAGS = -i$(BCB)\include;$(BCB)\include\vcl
  43. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /mx /w2 /zd
  44. LFLAGS = -L$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -DCoolDBUtilities -aa -Tpp -Gpd \
  45.   -x -Gn -Gl -Gi -v
  46. # ---------------------------------------------------------------------------
  47. ALLOBJ = c0pkg32.obj Memmgr.Lib $(PACKAGES) sysinit.obj $(OBJFILES)
  48. ALLRES = $(RESFILES)
  49. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  50. # ---------------------------------------------------------------------------
  51. !ifdef IDEOPTIONS
  52.  
  53. [Version Info]
  54. IncludeVerInfo=1
  55. AutoIncBuild=0
  56. MajorVer=1
  57. MinorVer=0
  58. Release=0
  59. Build=0
  60. Debug=0
  61. PreRelease=0
  62. Special=0
  63. Private=0
  64. DLL=0
  65. Locale=1049
  66. CodePage=1251
  67.  
  68. [Version Info Keys]
  69. CompanyName=
  70. FileDescription=
  71. FileVersion=1.0.0.0
  72. InternalName=
  73. LegalCopyright=
  74. LegalTrademarks=
  75. OriginalFilename=
  76. ProductName=
  77. ProductVersion=1.0.0.0
  78. Comments=
  79.  
  80. [Excluded Packages]
  81. $(BCB)\Projects\Bpl\CoolControls.bpl=CoolControls
  82. $(BCB)\Projects\Bpl\TipsSystem.bpl=Tips system
  83.  
  84. [Debugging]
  85. DebugSourceDirs=$(BCB)\source\vcl
  86.  
  87. [Parameters]
  88. RunParams=
  89. HostApplication=
  90. RemoteHost=
  91. RemotePath=
  92. RemoteDebug=0
  93.  
  94. [Compiler]
  95. InMemoryExe=0
  96. ShowInfoMsgs=0
  97.  
  98. [CORBA]
  99. AddServerUnit=1
  100. AddClientUnit=1
  101. PrecompiledHeaders=1
  102.  
  103. !endif
  104.  
  105. # ---------------------------------------------------------------------------
  106. # MAKE SECTION
  107. # ---------------------------------------------------------------------------
  108. # This section of the project file is not used by the BCB IDE.  It is for
  109. # the benefit of building from the command-line using the MAKE utility.
  110. # ---------------------------------------------------------------------------
  111.  
  112. .autodepend
  113. # ---------------------------------------------------------------------------
  114. !if !$d(BCC32)
  115. BCC32 = bcc32
  116. !endif
  117.  
  118. !if !$d(CPP32)
  119. CPP32 = cpp32
  120. !endif
  121.  
  122. !if !$d(DCC32)
  123. DCC32 = dcc32
  124. !endif
  125.  
  126. !if !$d(TASM32)
  127. TASM32 = tasm32
  128. !endif
  129.  
  130. !if !$d(LINKER)
  131. LINKER = ilink32
  132. !endif
  133.  
  134. !if !$d(BRCC32)
  135. BRCC32 = brcc32
  136. !endif
  137.  
  138. !if !$d(IDL2CPP)
  139. IDL2CPP = idl2cpp
  140. !endif
  141.  
  142. # ---------------------------------------------------------------------------
  143. !if $d(PATHCPP)
  144. .PATH.CPP = $(PATHCPP)
  145. .PATH.C   = $(PATHCPP)
  146. !endif
  147.  
  148. !if $d(PATHPAS)
  149. .PATH.PAS = $(PATHPAS)
  150. !endif
  151.  
  152. !if $d(PATHASM)
  153. .PATH.ASM = $(PATHASM)
  154. !endif
  155.  
  156. !if $d(PATHRC)
  157. .PATH.RC  = $(PATHRC)
  158. !endif
  159. # ---------------------------------------------------------------------------
  160. $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  161.     $(BCB)\BIN\$(LINKER) @&&!
  162.     $(LFLAGS) +
  163.     $(ALLOBJ), +
  164.     $(PROJECT),, +
  165.     $(ALLLIB), +
  166.     $(DEFFILE), +
  167.     $(ALLRES)
  168. !
  169. # ---------------------------------------------------------------------------
  170. .pas.hpp:
  171.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  172.  
  173. .pas.obj:
  174.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  175.  
  176. .cpp.obj:
  177.     $(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
  178.  
  179. .c.obj:
  180.     $(BCB)\BIN\$(BCC32) $(CFLAG1) -n$(@D) {$< }
  181.  
  182. .c.i:
  183.     $(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
  184.  
  185. .cpp.i:
  186.     $(BCB)\BIN\$(CPP32) $(CFLAG1) -n. {$< }
  187.  
  188. .asm.obj:
  189.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  190.  
  191. .rc.res:
  192.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  193. # ---------------------------------------------------------------------------
  194.