DBGridCB4.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 = DBGridCB4.exe
  15. OBJFILES = DBGridCB4.obj Unit1.obj Unit2.obj
  16. RESFILES = DBGridCB4.res
  17. RESDEPEN = $(RESFILES) Unit1.dfm Unit2.dfm
  18. LIBFILES =
  19. LIBRARIES =
  20. SPARELIBS = Vcl40.lib Vcldb40.lib VCLJPG40.lib
  21. PACKAGES = Vcl40.bpi Vclx40.bpi vcljpg40.bpi bcbsmp40.bpi Qrpt40.bpi Vcldb40.bpi 
  22.   ibsmp40.bpi vcldbx40.bpi TeeUI40.bpi teedb40.bpi tee40.bpi nmfast40.bpi 
  23.   dclocx40.bpi dclusr40.bpi addict3_cb4.bpi
  24. DEFFILE =
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHASM = .;
  28. PATHPAS = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)libdebug
  31. RELEASELIBPATH = $(BCB)librelease
  32. USERDEFINES =
  33. SYSDEFINES = NO_STRICT;USEPACKAGES
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -I$(BCB)include;$(BCB)includevcl;..........temp -Od -Hc 
  36.   -H=$(BCB)libvcl40.csm -w -Ve -r- -a8 -k -y -v -vi- -c -b- -w-par -w-inl -Vx 
  37.   -tW -tWM -D$(SYSDEFINES);$(USERDEFINES)
  38. PFLAGS = -U$(BCB)projectslib;$(BCB)libobj;$(BCB)lib;..........temp;$(RELEASELIBPATH) 
  39.   -I$(BCB)include;$(BCB)includevcl;..........temp -$YD -$W -$O- -v -JPHNE 
  40.   -M
  41. RFLAGS = -i$(BCB)include;$(BCB)includevcl;..........temp
  42. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /id:richviewtemp /mx /w2 /zd
  43. LFLAGS = -L$(BCB)projectslib;$(BCB)libobj;$(BCB)lib;..........temp;$(RELEASELIBPATH) 
  44.   -aa -Tpe -x -Gn -v
  45. # ---------------------------------------------------------------------------
  46. ALLOBJ = c0w32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  47. ALLRES = $(RESFILES)
  48. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
  49. # ---------------------------------------------------------------------------
  50. !ifdef IDEOPTIONS
  51. [Version Info]
  52. IncludeVerInfo=0
  53. AutoIncBuild=0
  54. MajorVer=1
  55. MinorVer=0
  56. Release=0
  57. Build=0
  58. Debug=0
  59. PreRelease=0
  60. Special=0
  61. Private=0
  62. DLL=0
  63. Locale=1049
  64. CodePage=1251
  65. [Version Info Keys]
  66. CompanyName=
  67. FileDescription=
  68. FileVersion=1.0.0.0
  69. InternalName=
  70. LegalCopyright=
  71. LegalTrademarks=
  72. OriginalFilename=
  73. ProductName=
  74. ProductVersion=1.0.0.0
  75. Comments=
  76. [Excluded Packages]
  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. [Debugging]
  87. DebugSourceDirs=$(BCB)sourcevcl
  88. [Parameters]
  89. RunParams=
  90. HostApplication=
  91. RemoteHost=
  92. RemotePath=
  93. RemoteDebug=0
  94. [Compiler]
  95. InMemoryExe=0
  96. ShowInfoMsgs=0
  97. !endif
  98. # ---------------------------------------------------------------------------
  99. # MAKE SECTION
  100. # ---------------------------------------------------------------------------
  101. # This section of the project file is not used by the BCB IDE.  It is for
  102. # the benefit of building from the command-line using the MAKE utility.
  103. # ---------------------------------------------------------------------------
  104. .autodepend
  105. # ---------------------------------------------------------------------------
  106. !if !$d(BCC32)
  107. BCC32 = bcc32
  108. !endif
  109. !if !$d(CPP32)
  110. CPP32 = cpp32
  111. !endif
  112. !if !$d(DCC32)
  113. DCC32 = dcc32
  114. !endif
  115. !if !$d(TASM32)
  116. TASM32 = tasm32
  117. !endif
  118. !if !$d(LINKER)
  119. LINKER = ilink32
  120. !endif
  121. !if !$d(BRCC32)
  122. BRCC32 = brcc32
  123. !endif
  124. # ---------------------------------------------------------------------------
  125. !if $d(PATHCPP)
  126. .PATH.CPP = $(PATHCPP)
  127. .PATH.C   = $(PATHCPP)
  128. !endif
  129. !if $d(PATHPAS)
  130. .PATH.PAS = $(PATHPAS)
  131. !endif
  132. !if $d(PATHASM)
  133. .PATH.ASM = $(PATHASM)
  134. !endif
  135. !if $d(PATHRC)
  136. .PATH.RC  = $(PATHRC)
  137. !endif
  138. # ---------------------------------------------------------------------------
  139. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  140.     $(BCB)BIN$(LINKER) @&&!
  141.     $(LFLAGS) +
  142.     $(ALLOBJ), +
  143.     $(PROJECT),, +
  144.     $(ALLLIB), +
  145.     $(DEFFILE), +
  146.     $(ALLRES)
  147. !
  148. # ---------------------------------------------------------------------------
  149. .pas.hpp:
  150.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  151. .pas.obj:
  152.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  153. .cpp.obj:
  154.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  155. .c.obj:
  156.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  157. .c.i:
  158.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  159. .cpp.i:
  160.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  161. .asm.obj:
  162.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  163. .rc.res:
  164.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  165. # ---------------------------------------------------------------------------