RVEditCB4.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 = RVEditCB4.exe
  15. OBJFILES = RVEditCB4.obj CPFrm.obj ListFrm.obj PreviewFrm.obj PropFrm.obj RVUndoStr.obj 
  16.   Unit1.obj OptionsFrm.obj
  17. RESFILES = RVEditCB4.res
  18. DEFFILE =
  19. RESDEPEN = $(RESFILES) CPFrm.dfm ListFrm.dfm PreviewFrm.dfm PropFrm.dfm Unit1.dfm 
  20.   OptionsFrm.dfm
  21. LIBFILES =
  22. LIBRARIES = VCLJPG40.lib vcl40.lib
  23. SPARELIBS = vcl40.lib VCLJPG40.lib
  24. PACKAGES =
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHASM = .;
  28. PATHPAS = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)libdebug
  31. RELEASELIBPATH = $(BCB)librelease
  32. SYSDEFINES = NO_STRICT;_RTLDLL
  33. USERDEFINES =
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -I$(BCB)include;$(BCB)includevcl;d:richviewtemp -Od -Hc 
  36.   -H=$(BCB)libvcl40.csm -w -Ve -Tkh30000 -r- -a8 -k -y -v -vi- 
  37.   -D$(SYSDEFINES);$(USERDEFINES) -c -b- -w-par -w-inl -Vx -tW -tWM
  38. CFLAG2 =
  39. CFLAG3 =
  40. PFLAGS = -U$(BCB)libobj;$(BCB)lib;d:richviewtemp;$(RELEASELIBPATH) 
  41.   -I$(BCB)include;$(BCB)includevcl;d:richviewtemp -$YD -$W -$O- -v -M -JPHNE
  42. RFLAGS = -i$(BCB)include;$(BCB)includevcl;d:richviewtemp
  43. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /id:richviewtemp /mx /w2 /zd /d_RTLDLL
  44. LFLAGS = -L$(BCB)libobj;$(BCB)lib;d:richviewtemp;$(RELEASELIBPATH) -aa -Tpe -x -Gn -v
  45. IFLAGS =
  46. # ---------------------------------------------------------------------------
  47. ALLOBJ = c0w32.obj Memmgr.Lib sysinit.obj $(OBJFILES)
  48. ALLRES = $(RESFILES)
  49. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.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. [HistoryListshlIncludePath]
  78. Count=1
  79. Item0=$(BCB)include;$(BCB)includevcl;d:richviewtemp
  80. [HistoryListshlLibraryPath]
  81. Count=1
  82. Item0=$(BCB)libobj;$(BCB)lib;d:richviewtemp
  83. [HistoryListshlDebugSourcePath]
  84. Count=1
  85. Item0=$(BCB)sourcevcl
  86. [HistoryListshlConditionals]
  87. Count=2
  88. Item0=_RTLDLL
  89. Item1=_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. # ---------------------------------------------------------------------------