OfficeConvertersCB4.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 = OfficeConvertersCB4.exe
  15. OBJFILES = RVGif.obj OfficeConvertersCB4.obj MainFrm.obj
  16. RESFILES = OfficeConvertersCB4.res
  17. RESDEPEN = $(RESFILES) MainFrm.dfm
  18. LIBFILES =
  19. LIBRARIES = VCLJPG40.lib Vcl40.lib
  20. SPARELIBS = Vcl40.lib VCLJPG40.lib 
  21. PACKAGES = Vcl40.bpi vcljpg40.bpi
  22. DEFFILE =
  23. # ---------------------------------------------------------------------------
  24. PATHCPP = .;
  25. PATHPAS = .;
  26. PATHASM = .;
  27. PATHRC = .;
  28. DEBUGLIBPATH = $(BCB)libdebug
  29. RELEASELIBPATH = $(BCB)librelease
  30. USERDEFINES =
  31. SYSDEFINES = _RTLDLL;NO_STRICT
  32. # ---------------------------------------------------------------------------
  33. CFLAG1 = -I$(BCB)include;$(BCB)includevcl;....RichViewtemp;....VCLGifsGifImage 
  34.   -Od -Hc -H=$(BCB)libvcl40.csm -w -Ve -r- -a8 -k -y -v -vi- -c -b- -w-par 
  35.   -w-inl -Vx -tW -tWM -D$(SYSDEFINES);$(USERDEFINES)
  36. PFLAGS = -U"c:program filesborlandcbuilder4projectslib";$(BCB)libobj;$(BCB)lib;....RichViewtemp;....VCLGifsGifImage;$(RELEASELIBPATH) 
  37.   -I$(BCB)include;$(BCB)includevcl;....RichViewtemp;....VCLGifsGifImage 
  38.   -$YD -$W -$O- -v -JPHNE -M
  39. RFLAGS = -i$(BCB)include;$(BCB)includevcl;....RichViewtemp;....VCLGifsGifImage
  40. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /iD:RichViewtemp /iD:VCLGifsGifImage 
  41.   /mx /w2 /zd
  42. LFLAGS = -L"c:program filesborlandcbuilder4projectslib";$(BCB)libobj;$(BCB)lib;....RichViewtemp;....VCLGifsGifImage;$(RELEASELIBPATH) 
  43.   -aa -Tpe -x -Gn -v
  44. # ---------------------------------------------------------------------------
  45. ALLOBJ = c0w32.obj Memmgr.Lib sysinit.obj $(OBJFILES)
  46. ALLRES = $(RESFILES)
  47. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  48. # ---------------------------------------------------------------------------
  49. !ifdef IDEOPTIONS
  50. [Version Info]
  51. IncludeVerInfo=0
  52. AutoIncBuild=0
  53. MajorVer=1
  54. MinorVer=0
  55. Release=0
  56. Build=0
  57. Debug=0
  58. PreRelease=0
  59. Special=0
  60. Private=0
  61. DLL=0
  62. Locale=1049
  63. CodePage=1251
  64. [Version Info Keys]
  65. CompanyName=
  66. FileDescription=
  67. FileVersion=1.0.0.0
  68. InternalName=
  69. LegalCopyright=
  70. LegalTrademarks=
  71. OriginalFilename=
  72. ProductName=
  73. ProductVersion=1.0.0.0
  74. Comments=
  75. [Excluded Packages]
  76. $(BCB)ProjectsBplAddict3_RichView_cb4.bpl=Addict 3.0 + RichView Integration Package
  77. [HistoryListshlIncludePath]
  78. Count=1
  79. Item0=$(BCB)include;$(BCB)includevcl;D:RichViewtemp;D:VCLGifsGifImage
  80. [HistoryListshlLibraryPath]
  81. Count=1
  82. Item0=$(BCB)libobj;$(BCB)lib;D:RichViewtemp;D:VCLGifsGifImage
  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. # ---------------------------------------------------------------------------