am2000_c4.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.04.04
  13. # ---------------------------------------------------------------------------
  14. PROJECT = am2000_c4.bpl
  15. OBJFILES = am2000reg.obj am2000_c4.obj
  16. RESFILES = am2000_c4.res am2000reg.dcr
  17. RESDEPEN = $(RESFILES)
  18. LIBFILES =
  19. IDLFILES =
  20. IDLGENFILES =
  21. LIBRARIES =
  22. SPARELIBS = VCL40.lib
  23. PACKAGES = vcl40.bpi
  24. DEFFILE =
  25. # ---------------------------------------------------------------------------
  26. PATHCPP = .;
  27. PATHASM = .;
  28. PATHPAS = .;
  29. PATHRC = .;
  30. DEBUGLIBPATH = $(BCB)libdebug
  31. RELEASELIBPATH = $(BCB)librelease
  32. USERDEFINES =
  33. SYSDEFINES = _RTLDLL;NO_STRICT;USEPACKAGES
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -I$(BCB)include;$(BCB)includevcl -O2 -Hc -H=$(BCB)libvcl40.csm -w -Ve -r- 
  36.   -a8 -d -k -vi -c -b- -w-par -w-inl -Vx -tWM -D$(SYSDEFINES);$(USERDEFINES)
  37. IDLCFLAGS = -I$(BCB)include -I$(BCB)includevcl -src_suffixcpp
  38. PFLAGS = -U$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) 
  39.   -I$(BCB)include;$(BCB)includevcl -H- -W- -$Y- -$W -$L- -$D- -$C- -v -JPHNE -M
  40. RFLAGS = -i$(BCB)include;$(BCB)includevcl
  41. AFLAGS = /i$(BCB)include /i$(BCB)includevcl /mx /w2 /zd
  42. LFLAGS = -L$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) 
  43.   -D"AnimatedMenus/2000 for C++Builder 4" -aa -Tpp -Gpd -x -Gn -Gl -Gi
  44. # ---------------------------------------------------------------------------
  45. ALLOBJ = c0pkg32.obj Memmgr.Lib $(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 Borland C++Builder 4.0
  67. FileVersion=2.2.0.655
  68. InternalName=
  69. LegalCopyright=Copyright (c) 1997-99, AnimatedMenus.com, Inc.
  70. LegalTrademarks=
  71. OriginalFilename=am2000_c4.bpl
  72. ProductName=AnimatedMenus/2000
  73. ProductVersion=2.2
  74. Comments=
  75. [HistoryListshlIncludePath]
  76. Count=1
  77. Item0=$(BCB)include;$(BCB)includevcl
  78. [HistoryListshlLibraryPath]
  79. Count=1
  80. Item0=$(BCB)libobj;$(BCB)lib
  81. [HistoryListshlDebugSourcePath]
  82. Count=1
  83. Item0=$(BCB)sourcevcl
  84. [Debugging]
  85. DebugSourceDirs=$(BCB)sourcevcl
  86. [Parameters]
  87. RunParams=
  88. HostApplication=
  89. RemoteHost=
  90. RemotePath=
  91. RemoteDebug=0
  92. [Compiler]
  93. InMemoryExe=0
  94. ShowInfoMsgs=0
  95. [CORBA]
  96. AddServerUnit=1
  97. AddClientUnit=1
  98. PrecompiledHeaders=1
  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(CPP32)
  112. CPP32 = cpp32
  113. !endif
  114. !if !$d(DCC32)
  115. DCC32 = dcc32
  116. !endif
  117. !if !$d(TASM32)
  118. TASM32 = tasm32
  119. !endif
  120. !if !$d(LINKER)
  121. LINKER = ilink32
  122. !endif
  123. !if !$d(BRCC32)
  124. BRCC32 = brcc32
  125. !endif
  126. !if !$d(IDL2CPP)
  127. IDL2CPP = idl2cpp
  128. !endif
  129. # ---------------------------------------------------------------------------
  130. !if $d(PATHCPP)
  131. .PATH.CPP = $(PATHCPP)
  132. .PATH.C   = $(PATHCPP)
  133. !endif
  134. !if $d(PATHPAS)
  135. .PATH.PAS = $(PATHPAS)
  136. !endif
  137. !if $d(PATHASM)
  138. .PATH.ASM = $(PATHASM)
  139. !endif
  140. !if $d(PATHRC)
  141. .PATH.RC  = $(PATHRC)
  142. !endif
  143. # ---------------------------------------------------------------------------
  144. $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  145.     $(BCB)BIN$(LINKER) @&&!
  146.     $(LFLAGS) +
  147.     $(ALLOBJ), +
  148.     $(PROJECT),, +
  149.     $(ALLLIB), +
  150.     $(DEFFILE), +
  151.     $(ALLRES)
  152. !
  153. # ---------------------------------------------------------------------------
  154. .pas.hpp:
  155.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  156. .pas.obj:
  157.     $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
  158. .cpp.obj:
  159.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  160. .c.obj:
  161.     $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
  162. .c.i:
  163.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  164. .cpp.i:
  165.     $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
  166. .asm.obj:
  167.     $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
  168. .rc.res:
  169.     $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
  170. # ---------------------------------------------------------------------------