GGCB4.bpr
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:5k
源码类别:

RichEdit

开发平台:

Delphi

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)..
  4. !endif
  5. # ---------------------------------------------------------------------------
  6. # IDE SECTION
  7. # ---------------------------------------------------------------------------
  8. # The following section of the project makefile is managed by the BCB IDE.
  9. # It is recommended to use the IDE to change any of the values in this
  10. # section.
  11. # ---------------------------------------------------------------------------
  12. VERSION = BCB.04.04
  13. # ---------------------------------------------------------------------------
  14. PROJECT = GGCB4.exe
  15. OBJFILES = ....LabelItem.obj ....ComboItem.obj GGCB4.obj Unit1.obj
  16. RESFILES = GGCB4.res
  17. RESDEPEN = $(RESFILES) Unit1.dfm
  18. LIBFILES =
  19. LIBRARIES = addict3_cb4.lib dclusr40.lib dclocx40.lib nmfast40.lib tee40.lib teedb40.lib 
  20.   teeui40.lib vcldbx40.lib ibsmp40.lib vcldb40.lib qrpt40.lib bcbsmp40.lib 
  21.   vclx40.lib VCLJPG40.lib Vcl40.lib
  22. SPARELIBS = Vcl40.lib VCLJPG40.lib vclx40.lib bcbsmp40.lib qrpt40.lib vcldb40.lib 
  23.   ibsmp40.lib vcldbx40.lib teeui40.lib teedb40.lib tee40.lib nmfast40.lib 
  24.   dclocx40.lib dclusr40.lib addict3_cb4.lib
  25. PACKAGES =
  26. DEFFILE =
  27. # ---------------------------------------------------------------------------
  28. PATHCPP = .;
  29. PATHASM = .;
  30. PATHPAS = .;....
  31. PATHRC = .;
  32. DEBUGLIBPATH = $(BCB)libdebug
  33. RELEASELIBPATH = $(BCB)librelease
  34. USERDEFINES =
  35. SYSDEFINES = NO_STRICT
  36. # ---------------------------------------------------------------------------
  37. CFLAG1 = -I....;$(BCB)include;$(BCB)includevcl;............temp -Od -Hc 
  38.   -H=$(BCB)libvcl40.csm -w -Ve -r- -a8 -k -y -v -vi- -c -b- -w-par -w-inl -Vx 
  39.   -tW -tWM -D$(SYSDEFINES);$(USERDEFINES)
  40. PFLAGS = -U$(BCB)projectslib;....;$(BCB)libobj;$(BCB)lib;............temp;$(RELEASELIBPATH) 
  41.   -I....;$(BCB)include;$(BCB)includevcl;............temp -$YD -$W -$O- 
  42.   -v -JPHNE -M
  43. RFLAGS = -i....;$(BCB)include;$(BCB)includevcl;............temp
  44. AFLAGS = /i.... /i$(BCB)include /i$(BCB)includevcl /i............temp /mx /w2 
  45.   /zd
  46. LFLAGS = -L$(BCB)projectslib;....;$(BCB)libobj;$(BCB)lib;............temp;$(RELEASELIBPATH) 
  47.   -aa -Tpe -x -Gn -v
  48. # ---------------------------------------------------------------------------
  49. ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
  50. ALLRES = $(RESFILES)
  51. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  52. # ---------------------------------------------------------------------------
  53. !ifdef IDEOPTIONS
  54. [Version Info]
  55. IncludeVerInfo=0
  56. AutoIncBuild=0
  57. MajorVer=1
  58. MinorVer=0
  59. Release=0
  60. Build=0
  61. Debug=0
  62. PreRelease=0
  63. Special=0
  64. Private=0
  65. DLL=0
  66. Locale=1049
  67. CodePage=1251
  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. [Excluded Packages]
  80. [HistoryListshlIncludePath]
  81. Count=2
  82. Item0=....;$(BCB)include;$(BCB)includevcl;............temp
  83. Item1=....;$(BCB)include;$(BCB)includevcl;d:richviewtemp
  84. [HistoryListshlLibraryPath]
  85. Count=2
  86. Item0=$(BCB)projectslib;....;$(BCB)libobj;$(BCB)lib;............temp
  87. Item1=$(BCB)projectslib;....;$(BCB)libobj;$(BCB)lib;d:richviewtemp
  88. [HistoryListshlDebugSourcePath]
  89. Count=1
  90. Item0=$(BCB)sourcevcl
  91. [Debugging]
  92. DebugSourceDirs=$(BCB)sourcevcl
  93. [Parameters]
  94. RunParams=
  95. HostApplication=
  96. RemoteHost=
  97. RemotePath=
  98. RemoteDebug=0
  99. [Compiler]
  100. InMemoryExe=0
  101. ShowInfoMsgs=0
  102. !endif
  103. # ---------------------------------------------------------------------------
  104. # MAKE SECTION
  105. # ---------------------------------------------------------------------------
  106. # This section of the project file is not used by the BCB IDE.  It is for
  107. # the benefit of building from the command-line using the MAKE utility.
  108. # ---------------------------------------------------------------------------
  109. .autodepend
  110. # ---------------------------------------------------------------------------
  111. !if !$d(BCC32)
  112. BCC32 = bcc32
  113. !endif
  114. !if !$d(CPP32)
  115. CPP32 = cpp32
  116. !endif
  117. !if !$d(DCC32)
  118. DCC32 = dcc32
  119. !endif
  120. !if !$d(TASM32)
  121. TASM32 = tasm32
  122. !endif
  123. !if !$d(LINKER)
  124. LINKER = ilink32
  125. !endif
  126. !if !$d(BRCC32)
  127. BRCC32 = brcc32
  128. !endif
  129. # ---------------------------------------------------------------------------
  130. !if $d(PATHCPP)
  131. .PATH.CPP = $(PATHCPP)
  132. .PATH.C   = $(PATHCPP)
  133. !endif
  134. !if $d(PATHPAS)
  135. .PATH.PAS = $(PATHPAS)
  136. !endif
  137. !if $d(PATHASM)
  138. .PATH.ASM = $(PATHASM)
  139. !endif
  140. !if $d(PATHRC)
  141. .PATH.RC  = $(PATHRC)
  142. !endif
  143. # ---------------------------------------------------------------------------
  144. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  145.     $(BCB)BIN$(LINKER) @&&!
  146.     $(LFLAGS) +
  147.     $(ALLOBJ), +
  148.     $(PROJECT),, +
  149.     $(ALLLIB), +
  150.     $(DEFFILE), +
  151.     $(ALLRES)
  152. !
  153. # ---------------------------------------------------------------------------
  154. .pas.hpp:
  155.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  156. .pas.obj:
  157.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  158. .cpp.obj:
  159.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  160. .c.obj:
  161.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  162. .c.i:
  163.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  164. .cpp.i:
  165.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  166. .asm.obj:
  167.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  168. .rc.res:
  169.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  170. # ---------------------------------------------------------------------------