CDPacket.bpr
资源名称:cd_man.zip [点击查看]
上传用户:deyixm
上传日期:2007-01-06
资源大小:43k
文件大小:6k
源码类别:
行业应用
开发平台:
Visual C++
- # ---------------------------------------------------------------------------
- !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.04.04
- # ---------------------------------------------------------------------------
- PROJECT = CDPacket.exe
- OBJFILES = CDPacket.obj main.obj about.obj CDAdd.obj SFAdd.obj CDFind.obj SerchDisk.obj
- ModiSF.obj config.obj ProgressBar.obj
- RESFILES = cdpacket.res CDPacket.res
- RESDEPEN = $(RESFILES) main.dfm about.dfm CDAdd.dfm SFAdd.dfm CDFind.dfm ModiSF.dfm
- config.dfm ProgressBar.dfm
- LIBFILES =
- IDLGENFILES =
- IDLFILES =
- LIBRARIES = vcldb40.lib VCLMID40.lib VCLX40.lib VCL40.lib
- SPARELIBS = VCL40.lib VCLX40.lib VCLMID40.lib vcldb40.lib
- PACKAGES = VCL40.bpi VCLX40.bpi VCLDB40.bpi VCLDBX40.bpi QRPT40.bpi TEEUI40.bpi
- TEEDB40.bpi TEE40.bpi VCLMID40.bpi
- DEFFILE =
- # ---------------------------------------------------------------------------
- PATHCPP = .;
- PATHASM = .;
- PATHPAS = .;
- PATHRC = .;
- DEBUGLIBPATH = $(BCB)libdebug
- RELEASELIBPATH = $(BCB)librelease
- USERDEFINES =
- SYSDEFINES = NO_STRICT
- # ---------------------------------------------------------------------------
- CFLAG1 = -I....BorlandCBuilder4Projects;$(BCB)include;$(BCB)includevcl -O2 -Hc
- -H=$(BCB)libvcl40.csm -w -Ve -a8 -5 -k- -vi -c -b- -w-par -w-inl -Vx -tW -tWM
- -D$(SYSDEFINES);$(USERDEFINES)
- IDLCFLAGS = -I....BorlandCBuilder4Projects -I$(BCB)include -I$(BCB)includevcl
- -src_suffixcpp
- PFLAGS = -U....BorlandCBuilder4Projects;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH)
- -I....BorlandCBuilder4Projects;$(BCB)include;$(BCB)includevcl -$Y- -$L-
- -$D- -v -JPHNE -M
- RFLAGS = -i....BorlandCBuilder4Projects;$(BCB)include;$(BCB)includevcl
- AFLAGS = /i....BorlandCBuilder4Projects /i$(BCB)include /i$(BCB)includevcl /mx
- /w2 /zn
- LFLAGS = -L....BorlandCBuilder4Projects;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH)
- -aa -Tpe -x -Gn
- # ---------------------------------------------------------------------------
- ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
- ALLRES = $(RESFILES)
- ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
- # ---------------------------------------------------------------------------
- !ifdef IDEOPTIONS
- [Version Info]
- IncludeVerInfo=1
- AutoIncBuild=0
- MajorVer=1
- MinorVer=2
- Release=1
- Build=9
- Debug=0
- PreRelease=0
- Special=0
- Private=0
- DLL=0
- Locale=2052
- CodePage=936
- [Version Info Keys]
- CompanyName=学韬软件工作室
- FileDescription=showtop CD Packet
- FileVersion=1.2.1.9
- InternalName=
- LegalCopyright=学韬软件工作室 CopyLeft (C) 2000
- LegalTrademarks=Showtop Software
- OriginalFilename=
- ProductName= 学韬电子光盘册
- ProductVersion=1.2.1
- Comments= 学韬电子光盘册
- [Excluded Packages]
- $(BCB)ProjectsBpldclusr40.bpl=User Components
- $(BCB)Bindclocx40.bpl=Borland Sample Imported ActiveX Controls
- C:WINDOWSSYSTEM\nmfast40.bpl=NetMasters Fastnet Tools
- $(BCB)Binbcbsmp40.bpl=Borland C++ Sample Components
- $(BCB)Bindclint40.bpl=Borland Resource DLL Wizard
- C:WINDOWSSYSTEM\ibsmp40.bpl=Borland C++ InterBase Alerter Component
- $(BCB)Binrcexpert.bpl=Borland Resource Expert
- $(BCB)Bindclqrt40.bpl=QuickReport Components
- $(BCB)Binmfcowlwizard.bpl=MFC/OWL Wizard
- $(BCB)Bindcldss40.bpl=Borland Decision Cube Components
- $(BCB)Bindclnet40.bpl=Borland Internet Components
- $(BCB)BinDBWEBXPRT.BPL=Borland Web Wizard Package
- [HistoryListshlIncludePath]
- Count=1
- Item0=....BorlandCBuilder4Projects;$(BCB)include;$(BCB)includevcl
- [HistoryListshlLibraryPath]
- Count=1
- Item0=....BorlandCBuilder4Projects;$(BCB)libobj;$(BCB)lib
- [HistoryListshlDebugSourcePath]
- Count=1
- Item0=$(BCB)sourcevcl
- [HistoryListshlRunParameters]
- Count=2
- Item0=c:my documentstest.cdb
- Item1=c:\my documents\test.cdb
- [Debugging]
- DebugSourceDirs=$(BCB)sourcevcl
- [Parameters]
- RunParams=
- HostApplication=
- RemoteHost=
- RemotePath=
- RemoteDebug=0
- [Compiler]
- InMemoryExe=0
- ShowInfoMsgs=0
- [CORBA]
- AddServerUnit=1
- AddClientUnit=1
- PrecompiledHeaders=1
- !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(CPP32)
- CPP32 = cpp32
- !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(IDL2CPP)
- IDL2CPP = idl2cpp
- !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): $(IDLGENFILES) $(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) -n$(@D) {$< }
- .c.obj:
- $(BCB)BIN$(BCC32) $(CFLAG1) -n$(@D) {$< }
- .c.i:
- $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
- .cpp.i:
- $(BCB)BIN$(CPP32) $(CFLAG1) -n. {$< }
- .asm.obj:
- $(BCB)BIN$(TASM32) $(AFLAGS) $<, $@
- .rc.res:
- $(BCB)BIN$(BRCC32) $(RFLAGS) -fo$@ $<
- # ---------------------------------------------------------------------------