AutocompleteCB4.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 = AutocompleteCB4.exe
  15. OBJFILES = AutocompleteCB4.obj Unit1.obj
  16. RESFILES = AutocompleteCB4.res
  17. RESDEPEN = $(RESFILES) Unit1.dfm
  18. LIBFILES =
  19. LIBRARIES = VCLJPG40.lib Vcl40.lib
  20. SPARELIBS = Vcl40.lib VCLJPG40.lib
  21. PACKAGES =
  22. DEFFILE =
  23. # ---------------------------------------------------------------------------
  24. PATHCPP = .;
  25. PATHASM = .;
  26. PATHPAS = .;
  27. PATHRC = .;
  28. DEBUGLIBPATH = $(BCB)libdebug
  29. RELEASELIBPATH = $(BCB)librelease
  30. USERDEFINES =
  31. SYSDEFINES = NO_STRICT
  32. # ---------------------------------------------------------------------------
  33. CFLAG1 = -I$(BCB)include;$(BCB)includevcl;..........temp -Od -Hc 
  34.   -H=$(BCB)libvcl40.csm -w -Ve -r- -a8 -k -y -v -vi- -c -b- -w-par -w-inl -Vx 
  35.   -tW -tWM -D$(SYSDEFINES);$(USERDEFINES)
  36. PFLAGS = -U$(BCB)libobj;$(BCB)lib;..........temp;$(RELEASELIBPATH) 
  37.   -I$(BCB)include;$(BCB)includevcl;..........temp -$YD -$W -$O- -v -JPHNE 
  38.   -M
  39. RFLAGS = -i$(BCB)include;$(BCB)includevcl;..........temp
  40. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /id:richviewtemp /mx /w2 /zd
  41. LFLAGS = -L$(BCB)libobj;$(BCB)lib;..........temp;$(RELEASELIBPATH) -aa -Tpe -x 
  42.   -Gn -v
  43. # ---------------------------------------------------------------------------
  44. ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
  45. ALLRES = $(RESFILES)
  46. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  47. # ---------------------------------------------------------------------------
  48. !ifdef IDEOPTIONS
  49. [Version Info]
  50. IncludeVerInfo=0
  51. AutoIncBuild=0
  52. MajorVer=1
  53. MinorVer=0
  54. Release=0
  55. Build=0
  56. Debug=0
  57. PreRelease=0
  58. Special=0
  59. Private=0
  60. DLL=0
  61. Locale=1049
  62. CodePage=1251
  63. [Version Info Keys]
  64. CompanyName=
  65. FileDescription=
  66. FileVersion=1.0.0.0
  67. InternalName=
  68. LegalCopyright=
  69. LegalTrademarks=
  70. OriginalFilename=
  71. ProductName=
  72. ProductVersion=1.0.0.0
  73. Comments=
  74. [Excluded Packages]
  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. [Debugging]
  85. DebugSourceDirs=$(BCB)sourcevcl
  86. [Parameters]
  87. RunParams=
  88. HostApplication=
  89. RemoteHost=
  90. RemotePath=
  91. RemoteDebug=0
  92. [Compiler]
  93. InMemoryExe=0
  94. ShowInfoMsgs=0
  95. !endif
  96. # ---------------------------------------------------------------------------
  97. # MAKE SECTION
  98. # ---------------------------------------------------------------------------
  99. # This section of the project file is not used by the BCB IDE.  It is for
  100. # the benefit of building from the command-line using the MAKE utility.
  101. # ---------------------------------------------------------------------------
  102. .autodepend
  103. # ---------------------------------------------------------------------------
  104. !if !$d(BCC32)
  105. BCC32 = bcc32
  106. !endif
  107. !if !$d(CPP32)
  108. CPP32 = cpp32
  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) -n$(@D) {$< }
  153. .c.obj:
  154.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  155. .c.i:
  156.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  157. .cpp.i:
  158.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  159. .asm.obj:
  160.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  161. .rc.res:
  162.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  163. # ---------------------------------------------------------------------------