am2000_c3.bpk
上传用户:powellwoo
上传日期:2007-01-07
资源大小:109k
文件大小:5k
源码类别:

Delphi控件源码

开发平台:

C++ Builder

  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 = am2000_c3.bpl
  15. OBJFILES = am2000reg.obj am2000_c3.obj
  16. RESFILES = am2000_c3.res am2000reg.dcr
  17. DEFFILE =
  18. RESDEPEN = $(RESFILES)
  19. LIBFILES =
  20. LIBRARIES =
  21. SPARELIBS = VCL35.lib
  22. PACKAGES = vcl35.bpi
  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
  32. CFLAG2 = -D_RTLDLL;USEPACKAGES -I$(BCB)libdebug;$(BCB)include;$(BCB)includevcl 
  33.   -H=$(BCB)libvcl35.csm
  34. CFLAG3 = -Tkh30000
  35. PFLAGS = -D_RTLDLL;USEPACKAGES 
  36.   -U$(BCB)libdebug;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) 
  37.   -I$(BCB)libdebug;$(BCB)include;$(BCB)includevcl -$Y -$W -$O- -v -JPHN -M
  38. RFLAGS = -D_RTLDLL;USEPACKAGES -i$(BCB)libdebug;$(BCB)include;$(BCB)includevcl
  39. AFLAGS = /i$(BCB)libdebug /i$(BCB)include /i$(BCB)includevcl /d_RTLDLL 
  40.   /dUSEPACKAGES /mx /w2 /zi
  41. LFLAGS = -L$(BCB)libdebug;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) -aa -Tpp -Gpd -x 
  42.   -Gn -Gl -Gi -v
  43. IFLAGS =
  44. # ---------------------------------------------------------------------------
  45. ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  46. ALLRES = $(RESFILES)
  47. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  48. # ---------------------------------------------------------------------------
  49. !ifdef IDEOPTIONS
  50. [Version Info]
  51. IncludeVerInfo=1
  52. AutoIncBuild=0
  53. MajorVer=2
  54. MinorVer=2
  55. Release=0
  56. Build=655
  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=AnimatedMenus.com, Inc.
  66. FileDescription=AnimatedMenus/2000 Developer Edition Compiled Package for C++Builder 3
  67. FileVersion=2.2.0.655
  68. InternalName=
  69. LegalCopyright=Copytight (c) 1997-99 AnimatedMenus.com
  70. LegalTrademarks=
  71. OriginalFilename=am2000_c3.bpl
  72. ProductName=AnimatedMenus/2000
  73. ProductVersion=2.2
  74. Comments=
  75. [HistoryListshlIncludePath]
  76. Count=2
  77. Item0=$(BCB)libdebug;$(BCB)include;$(BCB)includevcl
  78. Item1=$(BCB)include;$(BCB)includevcl
  79. [HistoryListshlLibraryPath]
  80. Count=2
  81. Item0=$(BCB)libdebug;$(BCB)libobj;$(BCB)lib
  82. Item1=$(BCB)libobj;$(BCB)lib
  83. [HistoryListshlDebugSourcePath]
  84. Count=2
  85. Item0=$(BCB)libdebug;$(BCB)sourcevcl
  86. Item1=$(BCB)sourcevcl
  87. [HistoryListshlConditionals]
  88. Count=1
  89. Item0=_RTLDLL;USEPACKAGES
  90. [HistoryListshlHostApplication]
  91. Count=2
  92. Item0=D:Program FilesBorland C++Builder3.0CBuilder3Binbcb.exe
  93. Item1=D:Program FilesBorland Delphi4.0Bindelphi32.exe
  94. [Debugging]
  95. DebugSourceDirs=$(BCB)libdebug;$(BCB)sourcevcl
  96. [Parameters]
  97. RunParams=
  98. HostApplication=D:Program FilesBorland C++Builder3.0CBuilder3Binbcb.exe
  99. !endif
  100. # ---------------------------------------------------------------------------
  101. # MAKE SECTION
  102. # ---------------------------------------------------------------------------
  103. # This section of the project file is not used by the BCB IDE.  It is for
  104. # the benefit of building from the command-line using the MAKE utility.
  105. # ---------------------------------------------------------------------------
  106. .autodepend
  107. # ---------------------------------------------------------------------------
  108. !if !$d(BCC32)
  109. BCC32 = bcc32
  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) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  154. .c.obj:
  155.     $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  156. .asm.obj:
  157.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  158. .rc.res:
  159.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  160. # ---------------------------------------------------------------------------