ScanURLsCB4.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 = ScanURLsCB4.exe
  15. OBJFILES = URLScan.obj ScanURLsCB4.obj Unit1.obj
  16. RESFILES = ScanURLsCB4.res
  17. RESDEPEN = $(RESFILES) Unit1.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. PATHASM = .;
  26. PATHPAS = .;
  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 -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;........richviewtemp;$(RELEASELIBPATH) 
  37.   -I$(BCB)include;$(BCB)includevcl;........richviewtemp -$YD -$W -$O- -v 
  38.   -JPHNE -M
  39. RFLAGS = -i$(BCB)include;$(BCB)includevcl;........richviewtemp
  40. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /id:richviewtemp /mx /w2 /zd
  41. LFLAGS = -L$(BCB)libobj;$(BCB)lib;........richviewtemp;$(RELEASELIBPATH) -aa 
  42.   -Tpe -x -Gn -v
  43. # ---------------------------------------------------------------------------
  44. ALLOBJ = c0w32.obj Memmgr.Lib 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. [Excluded Packages]
  75. $(BCB)ProjectsBplrvActionsCB4.bpl=c:program filesborlandcbuilder4ProjectsBplrvActionsCB4
  76. [HistoryListshlIncludePath]
  77. Count=1
  78. Item0=$(BCB)include;$(BCB)includevcl;d:richviewtemp
  79. [HistoryListshlLibraryPath]
  80. Count=1
  81. Item0=$(BCB)libobj;$(BCB)lib;d:richviewtemp
  82. [HistoryListshlDebugSourcePath]
  83. Count=1
  84. Item0=$(BCB)sourcevcl
  85. [Debugging]
  86. DebugSourceDirs=$(BCB)sourcevcl
  87. [Parameters]
  88. RunParams=
  89. HostApplication=
  90. RemoteHost=
  91. RemotePath=
  92. RemoteDebug=0
  93. [Compiler]
  94. InMemoryExe=0
  95. ShowInfoMsgs=0
  96. !endif
  97. # ---------------------------------------------------------------------------
  98. # MAKE SECTION
  99. # ---------------------------------------------------------------------------
  100. # This section of the project file is not used by the BCB IDE.  It is for
  101. # the benefit of building from the command-line using the MAKE utility.
  102. # ---------------------------------------------------------------------------
  103. .autodepend
  104. # ---------------------------------------------------------------------------
  105. !if !$d(BCC32)
  106. BCC32 = bcc32
  107. !endif
  108. !if !$d(CPP32)
  109. CPP32 = cpp32
  110. !endif
  111. !if !$d(DCC32)
  112. DCC32 = dcc32
  113. !endif
  114. !if !$d(TASM32)
  115. TASM32 = tasm32
  116. !endif
  117. !if !$d(LINKER)
  118. LINKER = ilink32
  119. !endif
  120. !if !$d(BRCC32)
  121. BRCC32 = brcc32
  122. !endif
  123. # ---------------------------------------------------------------------------
  124. !if $d(PATHCPP)
  125. .PATH.CPP = $(PATHCPP)
  126. .PATH.C   = $(PATHCPP)
  127. !endif
  128. !if $d(PATHPAS)
  129. .PATH.PAS = $(PATHPAS)
  130. !endif
  131. !if $d(PATHASM)
  132. .PATH.ASM = $(PATHASM)
  133. !endif
  134. !if $d(PATHRC)
  135. .PATH.RC  = $(PATHRC)
  136. !endif
  137. # ---------------------------------------------------------------------------
  138. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  139.     $(BCB)BIN$(LINKER) @&&!
  140.     $(LFLAGS) +
  141.     $(ALLOBJ), +
  142.     $(PROJECT),, +
  143.     $(ALLLIB), +
  144.     $(DEFFILE), +
  145.     $(ALLRES)
  146. !
  147. # ---------------------------------------------------------------------------
  148. .pas.hpp:
  149.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  150. .pas.obj:
  151.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  152. .cpp.obj:
  153.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  154. .c.obj:
  155.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  156. .c.i:
  157.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  158. .cpp.i:
  159.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  160. .asm.obj:
  161.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  162. .rc.res:
  163.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  164. # ---------------------------------------------------------------------------