ProjectCB4.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 = 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
  31. USERDEFINES =
  32. # ---------------------------------------------------------------------------
  33. CFLAG1 = -I$(BCB)include;$(BCB)includevcl;........richviewtemp -Od -Hc 
  34.   -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$(BCB)libobj;$(BCB)lib;........richviewtemp;$(RELEASELIBPATH) 
  39.   -I$(BCB)include;$(BCB)includevcl;........richviewtemp -$YD -$W -$O- -v 
  40.   -M -JPHNE
  41. RFLAGS = -i$(BCB)include;$(BCB)includevcl;........richviewtemp
  42. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /id:richviewtemp /mx /w2 /zd /d_RTLDLL
  43. LFLAGS = -L$(BCB)libobj;$(BCB)lib;........richviewtemp;$(RELEASELIBPATH) -aa 
  44.   -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. [Excluded Packages]
  78. $(BCB)ProjectsBplrvActionsCB4.bpl=c:program filesborlandcbuilder4ProjectsBplrvActionsCB4
  79. [HistoryListshlIncludePath]
  80. Count=2
  81. Item0=$(BCB)include;$(BCB)includevcl;d:richviewtemp
  82. Item1=$(BCB)include;$(BCB)includevcl;.d:richviewtemp
  83. [HistoryListshlLibraryPath]
  84. Count=2
  85. Item0=$(BCB)libobj;$(BCB)lib;........richviewtemp
  86. Item1=$(BCB)libobj;$(BCB)lib;d:richviewtemp
  87. [HistoryListshlDebugSourcePath]
  88. Count=1
  89. Item0=$(BCB)sourcevcl
  90. [HistoryListshlConditionals]
  91. Count=1
  92. Item0=_RTLDLL;USEPACKAGES
  93. [Debugging]
  94. DebugSourceDirs=$(BCB)sourcevcl
  95. [Parameters]
  96. RunParams=
  97. HostApplication=
  98. RemoteHost=
  99. RemotePath=
  100. RemoteDebug=0
  101. [Compiler]
  102. InMemoryExe=0
  103. ShowInfoMsgs=0
  104. !endif
  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. .autodepend
  112. # ---------------------------------------------------------------------------
  113. !if !$d(BCC32)
  114. BCC32 = bcc32
  115. !endif
  116. !if !$d(DCC32)
  117. DCC32 = dcc32
  118. !endif
  119. !if !$d(TASM32)
  120. TASM32 = tasm32
  121. !endif
  122. !if !$d(LINKER)
  123. LINKER = ilink32
  124. !endif
  125. !if !$d(BRCC32)
  126. BRCC32 = brcc32
  127. !endif
  128. # ---------------------------------------------------------------------------
  129. !if $d(PATHCPP)
  130. .PATH.CPP = $(PATHCPP)
  131. .PATH.C   = $(PATHCPP)
  132. !endif
  133. !if $d(PATHPAS)
  134. .PATH.PAS = $(PATHPAS)
  135. !endif
  136. !if $d(PATHASM)
  137. .PATH.ASM = $(PATHASM)
  138. !endif
  139. !if $d(PATHRC)
  140. .PATH.RC  = $(PATHRC)
  141. !endif
  142. # ---------------------------------------------------------------------------
  143. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  144.     $(BCB)BIN$(LINKER) @&&!
  145.     $(LFLAGS) +
  146.     $(ALLOBJ), +
  147.     $(PROJECT),, +
  148.     $(ALLLIB), +
  149.     $(DEFFILE), +
  150.     $(ALLRES)
  151. !
  152. # ---------------------------------------------------------------------------
  153. .pas.hpp:
  154.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  155. .pas.obj:
  156.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  157. .cpp.obj:
  158.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  159. .c.obj:
  160.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  161. .asm.obj:
  162.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  163. .rc.res:
  164.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  165. # ---------------------------------------------------------------------------