LiveLink1CB3.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.03
  13. # ---------------------------------------------------------------------------
  14. PROJECT = LiveLink1CB3.exe
  15. OBJFILES = LiveLink1CB3.obj Unit1.obj
  16. RESFILES = LiveLink1CB3.res
  17. DEFFILE =
  18. RESDEPEN = $(RESFILES) Unit1.dfm
  19. LIBFILES =
  20. LIBRARIES =
  21. SPARELIBS = VCL35.lib
  22. PACKAGES =
  23. # ---------------------------------------------------------------------------
  24. PATHCPP = .;
  25. PATHASM = .;
  26. PATHPAS = .;
  27. PATHRC = .;
  28. DEBUGLIBPATH = $(BCB)libdebug
  29. RELEASELIBPATH = $(BCB)librelease
  30. # ---------------------------------------------------------------------------
  31. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  32. CFLAG2 = -D_RTLDLL;USEPACKAGES -I$(BCB)include;$(BCB)includevcl;d:richviewtemp 
  33.   -H=$(BCB)libvcl35.csm
  34. CFLAG3 = -Tkh30000
  35. PFLAGS = -D_RTLDLL;USEPACKAGES 
  36.   -U$(BCB)libobj;$(BCB)lib;d:richviewtemp;$(RELEASELIBPATH) 
  37.   -I$(BCB)include;$(BCB)includevcl;d:richviewtemp -$Y -$W -$O- -v -JPHN -M
  38. RFLAGS = -D_RTLDLL;USEPACKAGES -i$(BCB)include;$(BCB)includevcl;d:richviewtemp
  39. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /id:richviewtemp /d_RTLDLL 
  40.   /dUSEPACKAGES /mx /w2 /zd
  41. LFLAGS = -L$(BCB)libobj;$(BCB)lib;d:richviewtemp;$(RELEASELIBPATH) -aa -Tpe -x -Gn -v
  42. IFLAGS =
  43. # ---------------------------------------------------------------------------
  44. ALLOBJ = c0w32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  45. ALLRES = $(RESFILES)
  46. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.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. [HistoryListshlIncludePath]
  75. Count=1
  76. Item0=$(BCB)include;$(BCB)includevcl;d:richviewtemp
  77. [HistoryListshlLibraryPath]
  78. Count=1
  79. Item0=$(BCB)libobj;$(BCB)lib;d:richviewtemp
  80. [HistoryListshlDebugSourcePath]
  81. Count=1
  82. Item0=$(BCB)sourcevcl
  83. [HistoryListshlConditionals]
  84. Count=1
  85. Item0=_RTLDLL;USEPACKAGES
  86. [Debugging]
  87. DebugSourceDirs=$(BCB)sourcevcl
  88. [Parameters]
  89. RunParams=
  90. HostApplication=
  91. !endif
  92. # ---------------------------------------------------------------------------
  93. # MAKE SECTION
  94. # ---------------------------------------------------------------------------
  95. # This section of the project file is not used by the BCB IDE.  It is for
  96. # the benefit of building from the command-line using the MAKE utility.
  97. # ---------------------------------------------------------------------------
  98. .autodepend
  99. # ---------------------------------------------------------------------------
  100. !if !$d(BCC32)
  101. BCC32 = bcc32
  102. !endif
  103. !if !$d(DCC32)
  104. DCC32 = dcc32
  105. !endif
  106. !if !$d(TASM32)
  107. TASM32 = tasm32
  108. !endif
  109. !if !$d(LINKER)
  110. LINKER = ilink32
  111. !endif
  112. !if !$d(BRCC32)
  113. BRCC32 = brcc32
  114. !endif
  115. # ---------------------------------------------------------------------------
  116. !if $d(PATHCPP)
  117. .PATH.CPP = $(PATHCPP)
  118. .PATH.C   = $(PATHCPP)
  119. !endif
  120. !if $d(PATHPAS)
  121. .PATH.PAS = $(PATHPAS)
  122. !endif
  123. !if $d(PATHASM)
  124. .PATH.ASM = $(PATHASM)
  125. !endif
  126. !if $d(PATHRC)
  127. .PATH.RC  = $(PATHRC)
  128. !endif
  129. # ---------------------------------------------------------------------------
  130. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  131.     $(BCB)BIN$(LINKER) @&&!
  132.     $(LFLAGS) +
  133.     $(ALLOBJ), +
  134.     $(PROJECT),, +
  135.     $(ALLLIB), +
  136.     $(DEFFILE), +
  137.     $(ALLRES)
  138. !
  139. # ---------------------------------------------------------------------------
  140. .pas.hpp:
  141.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  142. .pas.obj:
  143.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  144. .cpp.obj:
  145.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  146. .c.obj:
  147.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  148. .asm.obj:
  149.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  150. .rc.res:
  151.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  152. # ---------------------------------------------------------------------------