am2000_c3.bpk
资源名称:am2000.zip [点击查看]
上传用户:powellwoo
上传日期:2007-01-07
资源大小:109k
文件大小:5k
源码类别:
Delphi控件源码
开发平台:
C++ Builder
- # ---------------------------------------------------------------------------
- !if !$d(BCB)
- BCB = $(MAKEDIR)..
- !endif
- # ---------------------------------------------------------------------------
- # IDE SECTION
- # ---------------------------------------------------------------------------
- # The following section of the project makefile is managed by the BCB IDE.
- # It is recommended to use the IDE to change any of the values in this
- # section.
- # ---------------------------------------------------------------------------
- VERSION = BCB.03
- # ---------------------------------------------------------------------------
- PROJECT = am2000_c3.bpl
- OBJFILES = am2000reg.obj am2000_c3.obj
- RESFILES = am2000_c3.res am2000reg.dcr
- DEFFILE =
- RESDEPEN = $(RESFILES)
- LIBFILES =
- LIBRARIES =
- SPARELIBS = VCL35.lib
- PACKAGES = vcl35.bpi
- # ---------------------------------------------------------------------------
- PATHCPP = .;
- PATHASM = .;
- PATHPAS = .;
- PATHRC = .;
- DEBUGLIBPATH = $(BCB)libdebug
- RELEASELIBPATH = $(BCB)librelease
- # ---------------------------------------------------------------------------
- CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx
- CFLAG2 = -D_RTLDLL;USEPACKAGES -I$(BCB)libdebug;$(BCB)include;$(BCB)includevcl
- -H=$(BCB)libvcl35.csm
- CFLAG3 = -Tkh30000
- PFLAGS = -D_RTLDLL;USEPACKAGES
- -U$(BCB)libdebug;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH)
- -I$(BCB)libdebug;$(BCB)include;$(BCB)includevcl -$Y -$W -$O- -v -JPHN -M
- RFLAGS = -D_RTLDLL;USEPACKAGES -i$(BCB)libdebug;$(BCB)include;$(BCB)includevcl
- AFLAGS = /i$(BCB)libdebug /i$(BCB)include /i$(BCB)includevcl /d_RTLDLL
- /dUSEPACKAGES /mx /w2 /zi
- LFLAGS = -L$(BCB)libdebug;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH) -aa -Tpp -Gpd -x
- -Gn -Gl -Gi -v
- IFLAGS =
- # ---------------------------------------------------------------------------
- ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
- ALLRES = $(RESFILES)
- ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
- # ---------------------------------------------------------------------------
- !ifdef IDEOPTIONS
- [Version Info]
- IncludeVerInfo=1
- AutoIncBuild=0
- MajorVer=2
- MinorVer=2
- Release=0
- Build=655
- Debug=0
- PreRelease=0
- Special=0
- Private=0
- DLL=0
- Locale=1049
- CodePage=1251
- [Version Info Keys]
- CompanyName=AnimatedMenus.com, Inc.
- FileDescription=AnimatedMenus/2000 Developer Edition Compiled Package for C++Builder 3
- FileVersion=2.2.0.655
- InternalName=
- LegalCopyright=Copytight (c) 1997-99 AnimatedMenus.com
- LegalTrademarks=
- OriginalFilename=am2000_c3.bpl
- ProductName=AnimatedMenus/2000
- ProductVersion=2.2
- Comments=
- [HistoryListshlIncludePath]
- Count=2
- Item0=$(BCB)libdebug;$(BCB)include;$(BCB)includevcl
- Item1=$(BCB)include;$(BCB)includevcl
- [HistoryListshlLibraryPath]
- Count=2
- Item0=$(BCB)libdebug;$(BCB)libobj;$(BCB)lib
- Item1=$(BCB)libobj;$(BCB)lib
- [HistoryListshlDebugSourcePath]
- Count=2
- Item0=$(BCB)libdebug;$(BCB)sourcevcl
- Item1=$(BCB)sourcevcl
- [HistoryListshlConditionals]
- Count=1
- Item0=_RTLDLL;USEPACKAGES
- [HistoryListshlHostApplication]
- Count=2
- Item0=D:Program FilesBorland C++Builder3.0CBuilder3Binbcb.exe
- Item1=D:Program FilesBorland Delphi4.0Bindelphi32.exe
- [Debugging]
- DebugSourceDirs=$(BCB)libdebug;$(BCB)sourcevcl
- [Parameters]
- RunParams=
- HostApplication=D:Program FilesBorland C++Builder3.0CBuilder3Binbcb.exe
- !endif
- # ---------------------------------------------------------------------------
- # MAKE SECTION
- # ---------------------------------------------------------------------------
- # This section of the project file is not used by the BCB IDE. It is for
- # the benefit of building from the command-line using the MAKE utility.
- # ---------------------------------------------------------------------------
- .autodepend
- # ---------------------------------------------------------------------------
- !if !$d(BCC32)
- BCC32 = bcc32
- !endif
- !if !$d(DCC32)
- DCC32 = dcc32
- !endif
- !if !$d(TASM32)
- TASM32 = tasm32
- !endif
- !if !$d(LINKER)
- LINKER = ilink32
- !endif
- !if !$d(BRCC32)
- BRCC32 = brcc32
- !endif
- # ---------------------------------------------------------------------------
- !if $d(PATHCPP)
- .PATH.CPP = $(PATHCPP)
- .PATH.C = $(PATHCPP)
- !endif
- !if $d(PATHPAS)
- .PATH.PAS = $(PATHPAS)
- !endif
- !if $d(PATHASM)
- .PATH.ASM = $(PATHASM)
- !endif
- !if $d(PATHRC)
- .PATH.RC = $(PATHRC)
- !endif
- # ---------------------------------------------------------------------------
- $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
- $(BCB)BIN$(LINKER) @&&!
- $(LFLAGS) +
- $(ALLOBJ), +
- $(PROJECT),, +
- $(ALLLIB), +
- $(DEFFILE), +
- $(ALLRES)
- !
- # ---------------------------------------------------------------------------
- .pas.hpp:
- $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
- .pas.obj:
- $(BCB)BIN$(DCC32) $(PFLAGS) {$< }
- .cpp.obj:
- $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
- .c.obj:
- $(BCB)BIN$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
- .asm.obj:
- $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
- .rc.res:
- $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
- # ---------------------------------------------------------------------------