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;_RTLDLL
  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 /i........richviewtemp /mx /w2 /zd 
  43.   /d_RTLDLL
  44. LFLAGS = -L$(BCB)libobj;$(BCB)lib;........richviewtemp;$(RELEASELIBPATH) -aa 
  45.   -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=1
  80. Item0=d:demoscbuilder2 items-checkpoints-tags-hypertext5 hypertext id;$(BCB)include;$(BCB)includevcl;;d:richviewtemp
  81. [HistoryListshlLibraryPath]
  82. Count=1
  83. Item0=d:demoscbuilder2 items-checkpoints-tags-hypertext5 hypertext id;$(BCB)libobj;$(BCB)lib;;d:richviewtemp
  84. [HistoryListshlDebugSourcePath]
  85. Count=1
  86. Item0=$(BCB)sourcevcl
  87. [HistoryListshlConditionals]
  88. Count=1
  89. Item0=_RTLDLL;USEPACKAGES
  90. [Debugging]
  91. DebugSourceDirs=$(BCB)sourcevcl
  92. [Parameters]
  93. RunParams=
  94. HostApplication=
  95. RemoteHost=
  96. RemotePath=
  97. RemoteDebug=0
  98. [Compiler]
  99. InMemoryExe=0
  100. ShowInfoMsgs=0
  101. !endif
  102. # ---------------------------------------------------------------------------
  103. # MAKE SECTION
  104. # ---------------------------------------------------------------------------
  105. # This section of the project file is not used by the BCB IDE.  It is for
  106. # the benefit of building from the command-line using the MAKE utility.
  107. # ---------------------------------------------------------------------------
  108. .autodepend
  109. # ---------------------------------------------------------------------------
  110. !if !$d(BCC32)
  111. BCC32 = bcc32
  112. !endif
  113. !if !$d(DCC32)
  114. DCC32 = dcc32
  115. !endif
  116. !if !$d(TASM32)
  117. TASM32 = tasm32
  118. !endif
  119. !if !$d(LINKER)
  120. LINKER = ilink32
  121. !endif
  122. !if !$d(BRCC32)
  123. BRCC32 = brcc32
  124. !endif
  125. # ---------------------------------------------------------------------------
  126. !if $d(PATHCPP)
  127. .PATH.CPP = $(PATHCPP)
  128. .PATH.C   = $(PATHCPP)
  129. !endif
  130. !if $d(PATHPAS)
  131. .PATH.PAS = $(PATHPAS)
  132. !endif
  133. !if $d(PATHASM)
  134. .PATH.ASM = $(PATHASM)
  135. !endif
  136. !if $d(PATHRC)
  137. .PATH.RC  = $(PATHRC)
  138. !endif
  139. # ---------------------------------------------------------------------------
  140. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  141.     $(BCB)BIN$(LINKER) @&&!
  142.     $(LFLAGS) +
  143.     $(ALLOBJ), +
  144.     $(PROJECT),, +
  145.     $(ALLLIB), +
  146.     $(DEFFILE), +
  147.     $(ALLRES)
  148. !
  149. # ---------------------------------------------------------------------------
  150. .pas.hpp:
  151.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  152. .pas.obj:
  153.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  154. .cpp.obj:
  155.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  156. .c.obj:
  157.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  158. .asm.obj:
  159.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  160. .rc.res:
  161.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  162. # ---------------------------------------------------------------------------