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

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 = ProjectCB4.exe
  15. OBJFILES = ProjectCB4.obj Unit1.obj
  16. RESFILES = ProjectCB4.res
  17. DEFFILE =
  18. RESDEPEN = $(RESFILES) Unit1.dfm
  19. LIBFILES =
  20. LIBRARIES = vcl40.lib
  21. SPARELIBS = vcl40.lib
  22. PACKAGES =
  23. # ---------------------------------------------------------------------------
  24. PATHCPP = .;
  25. PATHASM = .;
  26. PATHPAS = .;
  27. PATHRC = .;
  28. DEBUGLIBPATH = $(BCB)libdebug
  29. RELEASELIBPATH = $(BCB)librelease
  30. SYSDEFINES = NO_STRICT;_RTLDLL
  31. USERDEFINES =
  32. # ---------------------------------------------------------------------------
  33. CFLAG1 = -I........richviewtemp;$(BCB)include;$(BCB)includevcl;......AssortedRichEditComponents 
  34.   -Od -Hc -H=$(BCB)libvcl40.csm -w -Ve -Tkh30000 -r- -a8 -k -y -v -vi- 
  35.   -D$(SYSDEFINES);$(USERDEFINES) -c -b- -w-par -w-inl -Vx -tW -tWM
  36. CFLAG2 =
  37. CFLAG3 =
  38. PFLAGS = -U"c:program filesborlandcbuilder4projectslib";........richviewtemp;$(BCB)libobj;$(BCB)lib;......AssortedRichEditComponents;$(RELEASELIBPATH) 
  39.   -I........richviewtemp;$(BCB)include;$(BCB)includevcl;......AssortedRichEditComponents 
  40.   -$YD -$W -$O- -v -M -JPHNE
  41. RFLAGS = -i........richviewtemp;$(BCB)include;$(BCB)includevcl;......AssortedRichEditComponents
  42. AFLAGS = /i........richviewtemp /i$(BCB)include /i$(BCB)includevcl 
  43.   /i......AssortedRichEditComponents /mx /w2 /zd /d_RTLDLL
  44. LFLAGS = -L"c:program filesborlandcbuilder4projectslib";........richviewtemp;$(BCB)libobj;$(BCB)lib;......AssortedRichEditComponents;$(RELEASELIBPATH) 
  45.   -aa -Tpe -x -Gn -v
  46. IFLAGS =
  47. # ---------------------------------------------------------------------------
  48. ALLOBJ = c0w32.obj Memmgr.Lib 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=4
  80. Item0=........richviewtemp;$(BCB)include;$(BCB)includevcl;......AssortedRichEditComponents
  81. Item1=........richviewtemp;$(BCB)include;$(BCB)includevcl;....AssortedRichEditComponents
  82. Item2=........richviewtemp;$(BCB)include;$(BCB)includevcl;..Components
  83. Item3=d:richviewtemp;$(BCB)include;$(BCB)includevcl;d:richviewtemp
  84. [HistoryListshlLibraryPath]
  85. Count=5
  86. Item0=........richviewtemp;$(BCB)libobj;$(BCB)lib;......AssortedRichEditComponents
  87. Item1=........richviewtemp;$(BCB)libobj;$(BCB)lib;......AssortedRichEditItem1=........richviewtemp;$(BCB)libobj;$(BCB)lib;....AssortedRichEditItem1=........richviewtemp;$(BCB)libobj;$(BCB)lib;..Components
  88. Item2=
  89. Item3=
  90. Item4=d:richviewtemp;$(BCB)libobj;$(BCB)lib;d:richviewtemp
  91. [HistoryListshlDebugSourcePath]
  92. Count=1
  93. Item0=$(BCB)sourcevcl
  94. [HistoryListshlConditionals]
  95. Count=2
  96. Item0=_RTLDLL
  97. Item1=_RTLDLL;USEPACKAGES
  98. [Debugging]
  99. DebugSourceDirs=$(BCB)sourcevcl
  100. [Parameters]
  101. RunParams=
  102. HostApplication=
  103. RemoteHost=
  104. RemotePath=
  105. RemoteDebug=0
  106. [Compiler]
  107. InMemoryExe=0
  108. ShowInfoMsgs=0
  109. !endif
  110. # ---------------------------------------------------------------------------
  111. # MAKE SECTION
  112. # ---------------------------------------------------------------------------
  113. # This section of the project file is not used by the BCB IDE.  It is for
  114. # the benefit of building from the command-line using the MAKE utility.
  115. # ---------------------------------------------------------------------------
  116. .autodepend
  117. # ---------------------------------------------------------------------------
  118. !if !$d(BCC32)
  119. BCC32 = bcc32
  120. !endif
  121. !if !$d(DCC32)
  122. DCC32 = dcc32
  123. !endif
  124. !if !$d(TASM32)
  125. TASM32 = tasm32
  126. !endif
  127. !if !$d(LINKER)
  128. LINKER = ilink32
  129. !endif
  130. !if !$d(BRCC32)
  131. BRCC32 = brcc32
  132. !endif
  133. # ---------------------------------------------------------------------------
  134. !if $d(PATHCPP)
  135. .PATH.CPP = $(PATHCPP)
  136. .PATH.C   = $(PATHCPP)
  137. !endif
  138. !if $d(PATHPAS)
  139. .PATH.PAS = $(PATHPAS)
  140. !endif
  141. !if $d(PATHASM)
  142. .PATH.ASM = $(PATHASM)
  143. !endif
  144. !if $d(PATHRC)
  145. .PATH.RC  = $(PATHRC)
  146. !endif
  147. # ---------------------------------------------------------------------------
  148. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  149.     $(BCB)BIN$(LINKER) @&&!
  150.     $(LFLAGS) +
  151.     $(ALLOBJ), +
  152.     $(PROJECT),, +
  153.     $(ALLLIB), +
  154.     $(DEFFILE), +
  155.     $(ALLRES)
  156. !
  157. # ---------------------------------------------------------------------------
  158. .pas.hpp:
  159.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  160. .pas.obj:
  161.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  162. .cpp.obj:
  163.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  164. .c.obj:
  165.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  166. .asm.obj:
  167.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  168. .rc.res:
  169.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  170. # ---------------------------------------------------------------------------