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