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;d: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;d:richviewtemp;$(RELEASELIBPATH) 
  39.   -I$(BCB)include;$(BCB)includevcl;d:richviewtemp -$YD -$W -$O- -v -M -JPHNE
  40. RFLAGS = -i$(BCB)include;$(BCB)includevcl;d:richviewtemp
  41. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /id:richviewtemp /mx /w2 /zd /d_RTLDLL
  42. LFLAGS = -L$(BCB)libobj;$(BCB)lib;d:richviewtemp;$(RELEASELIBPATH) -aa -Tpe -x -Gn -v
  43. IFLAGS =
  44. # ---------------------------------------------------------------------------
  45. ALLOBJ = c0w32.obj Memmgr.Lib sysinit.obj $(OBJFILES)
  46. ALLRES = $(RESFILES)
  47. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  48. # ---------------------------------------------------------------------------
  49. !ifdef IDEOPTIONS
  50. [Version Info]
  51. IncludeVerInfo=0
  52. AutoIncBuild=0
  53. MajorVer=1
  54. MinorVer=0
  55. Release=0
  56. Build=0
  57. Debug=0
  58. PreRelease=0
  59. Special=0
  60. Private=0
  61. DLL=0
  62. Locale=1049
  63. CodePage=1251
  64. [Version Info Keys]
  65. CompanyName=
  66. FileDescription=
  67. FileVersion=1.0.0.0
  68. InternalName=
  69. LegalCopyright=
  70. LegalTrademarks=
  71. OriginalFilename=
  72. ProductName=
  73. ProductVersion=1.0.0.0
  74. Comments=
  75. [HistoryListshlIncludePath]
  76. Count=1
  77. Item0=$(BCB)include;$(BCB)includevcl;d:richviewtemp
  78. [HistoryListshlLibraryPath]
  79. Count=1
  80. Item0=$(BCB)libobj;$(BCB)lib;d:richviewtemp
  81. [HistoryListshlDebugSourcePath]
  82. Count=1
  83. Item0=$(BCB)sourcevcl
  84. [HistoryListshlConditionals]
  85. Count=1
  86. Item0=_RTLDLL
  87. [Debugging]
  88. DebugSourceDirs=$(BCB)sourcevcl
  89. [Parameters]
  90. RunParams=
  91. HostApplication=
  92. RemoteHost=
  93. RemotePath=
  94. RemoteDebug=0
  95. [Compiler]
  96. InMemoryExe=0
  97. ShowInfoMsgs=0
  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. # ---------------------------------------------------------------------------