GGCB3.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.03
  13. # ---------------------------------------------------------------------------
  14. PROJECT = GGCB3.exe
  15. OBJFILES = ....LabelItem.obj ....ComboItem.obj GGCB3.obj Unit1.obj
  16. RESFILES = GGCB3.res
  17. DEFFILE =
  18. RESDEPEN = $(RESFILES) Unit1.dfm
  19. LIBFILES =
  20. LIBRARIES = RVPkgCB3.lib VCL35.lib
  21. SPARELIBS = VCL35.lib RVPkgCB3.lib
  22. PACKAGES = vclx35.bpi VCL35.bpi vcldb35.bpi vcldbx35.bpi bcbsmp35.bpi dclocx35.bpi 
  23.   Qrpt35.bpi teeui35.bpi teedb35.bpi tee35.bpi ibsmp35.bpi dss35.bpi NMFast35.bpi 
  24.   inetdb35.bpi inet35.bpi VclMid35.bpi
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHASM = .;....
  28. PATHPAS = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)libdebug
  31. RELEASELIBPATH = $(BCB)librelease
  32. # ---------------------------------------------------------------------------
  33. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  34. CFLAG2 = -I......labelitem;$(BCB)include;$(BCB)includevcl;d:RichViewtemp 
  35.   -H=$(BCB)libvcl35.csm
  36. CFLAG3 = -Tkh30000
  37. PFLAGS = -U......labelitem;$(BCB)libobj;$(BCB)lib;d:RichViewtemp;$(RELEASELIBPATH) 
  38.   -I......labelitem;$(BCB)include;$(BCB)includevcl;d:RichViewtemp -$Y -$W 
  39.   -$O- -v -JPHN -M
  40. RFLAGS = -i......labelitem;$(BCB)include;$(BCB)includevcl;d:RichViewtemp
  41. AFLAGS = /i......labelitem /i$(BCB)include /i$(BCB)includevcl /id:RichViewtemp 
  42.   /mx /w2 /zd /d_RTLDLL /dUSEPACKAGES
  43. LFLAGS = -L......labelitem;$(BCB)libobj;$(BCB)lib;d:RichViewtemp;$(RELEASELIBPATH) 
  44.   -aa -Tpe -x -Gn -v
  45. IFLAGS =
  46. # ---------------------------------------------------------------------------
  47. ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
  48. ALLRES = $(RESFILES)
  49. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  50. # ---------------------------------------------------------------------------
  51. !ifdef IDEOPTIONS
  52. [Version Info]
  53. IncludeVerInfo=0
  54. AutoIncBuild=0
  55. MajorVer=1
  56. MinorVer=0
  57. Release=0
  58. Build=0
  59. Debug=0
  60. PreRelease=0
  61. Special=0
  62. Private=0
  63. DLL=0
  64. Locale=1049
  65. CodePage=1251
  66. [Version Info Keys]
  67. CompanyName=
  68. FileDescription=
  69. FileVersion=1.0.0.0
  70. InternalName=
  71. LegalCopyright=
  72. LegalTrademarks=
  73. OriginalFilename=
  74. ProductName=
  75. ProductVersion=1.0.0.0
  76. Comments=
  77. [HistoryListshlIncludePath]
  78. Count=1
  79. Item0=......labelitem;$(BCB)include;$(BCB)includevcl;d:RichViewtemp
  80. [HistoryListshlLibraryPath]
  81. Count=1
  82. Item0=......labelitem;$(BCB)libobj;$(BCB)lib;d:RichViewtemp
  83. [HistoryListshlDebugSourcePath]
  84. Count=1
  85. Item0=$(BCB)sourcevcl
  86. [Debugging]
  87. DebugSourceDirs=$(BCB)sourcevcl
  88. [Parameters]
  89. RunParams=
  90. HostApplication=
  91. !endif
  92. # ---------------------------------------------------------------------------
  93. # MAKE SECTION
  94. # ---------------------------------------------------------------------------
  95. # This section of the project file is not used by the BCB IDE.  It is for
  96. # the benefit of building from the command-line using the MAKE utility.
  97. # ---------------------------------------------------------------------------
  98. .autodepend
  99. # ---------------------------------------------------------------------------
  100. !if !$d(BCC32)
  101. BCC32 = bcc32
  102. !endif
  103. !if !$d(DCC32)
  104. DCC32 = dcc32
  105. !endif
  106. !if !$d(TASM32)
  107. TASM32 = tasm32
  108. !endif
  109. !if !$d(LINKER)
  110. LINKER = ilink32
  111. !endif
  112. !if !$d(BRCC32)
  113. BRCC32 = brcc32
  114. !endif
  115. # ---------------------------------------------------------------------------
  116. !if $d(PATHCPP)
  117. .PATH.CPP = $(PATHCPP)
  118. .PATH.C   = $(PATHCPP)
  119. !endif
  120. !if $d(PATHPAS)
  121. .PATH.PAS = $(PATHPAS)
  122. !endif
  123. !if $d(PATHASM)
  124. .PATH.ASM = $(PATHASM)
  125. !endif
  126. !if $d(PATHRC)
  127. .PATH.RC  = $(PATHRC)
  128. !endif
  129. # ---------------------------------------------------------------------------
  130. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  131.     $(BCB)BIN$(LINKER) @&&!
  132.     $(LFLAGS) +
  133.     $(ALLOBJ), +
  134.     $(PROJECT),, +
  135.     $(ALLLIB), +
  136.     $(DEFFILE), +
  137.     $(ALLRES)
  138. !
  139. # ---------------------------------------------------------------------------
  140. .pas.hpp:
  141.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  142. .pas.obj:
  143.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  144. .cpp.obj:
  145.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  146. .c.obj:
  147.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  148. .asm.obj:
  149.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  150. .rc.res:
  151.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  152. # ---------------------------------------------------------------------------