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