Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ComExampleCB3.bpr
Package: ComPort.rar [view]
Upload User: hbtlgg88
Upload Date: 2021-04-09
Package Size: 855k
Code Size: 5k
Category:
Delphi VCL
Development Platform:
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 = ComExampleCB3.exe
- OBJFILES = ComExampleCB3.obj ComMainForm.obj
- RESFILES = ComExampleCB3.res
- RESDEPEN = $(RESFILES) ComMainForm.dfm
- LIBFILES =
- LIBRARIES = CPORTLIBCB3.lib VCL35.lib
- SPARELIBS = VCL35.lib CPORTLIBCB3.lib
- DEFFILE =
- PACKAGES = VCL35.bpi CPORTLIBCB3.bpi
- # ---------------------------------------------------------------------------
- PATHCPP = .;
- PATHASM = .;
- PATHPAS = .;
- PATHRC = .;
- DEBUGLIBPATH = $(BCB)libdebug
- RELEASELIBPATH = $(BCB)librelease
- # ---------------------------------------------------------------------------
- CFLAG1 = -Od -Hc -w -Ve -k -y -v -vi- -c -b- -w-par -w-inl -Vx
- CFLAG2 = -I$(BCB)projects;$(BCB)include;$(BCB)includevcl;$(BCB)cport -H=oproject.csm
- CFLAG3 = -Tkh30000
- PFLAGS = -U$(BCB)cport;$(BCB)projects;$(BCB)lib;$(BCB)libobj;$(BCB)cport;$(RELEASELIBPATH)
- -I$(BCB)projects;$(BCB)include;$(BCB)includevcl;$(BCB)cport -$Y -$W -$R
- -$Q -$O- -v -JPHN -M
- RFLAGS = -i$(BCB)projects;$(BCB)include;$(BCB)includevcl;$(BCB)cport
- AFLAGS = /i$(BCB)projects /i$(BCB)include /i$(BCB)includevcl /i$(BCB)cport /mx /w2
- /zi /dUSEPACKAGES
- LFLAGS = -L$(BCB)cport;$(BCB)projects;$(BCB)lib;$(BCB)libobj;$(BCB)cport;$(RELEASELIBPATH)
- -aa -Tpe -x -Gn -Gl -Gi -v
- IFLAGS =
- # ---------------------------------------------------------------------------
- ALLOBJ = c0w32.obj $(OBJFILES)
- ALLRES = $(RESFILES)
- ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
- # ---------------------------------------------------------------------------
- !ifdef IDEOPTIONS
- [Version Info]
- IncludeVerInfo=1
- AutoIncBuild=1
- MajorVer=1
- MinorVer=0
- Release=0
- Build=0
- Debug=0
- PreRelease=0
- Special=0
- Private=0
- DLL=0
- Locale=1033
- CodePage=1252
- [Version Info Keys]
- CompanyName=
- FileDescription=
- FileVersion=1.0.0.0
- InternalName=
- LegalCopyright=
- LegalTrademarks=
- OriginalFilename=
- ProductName=
- ProductVersion=1.0.0.0
- Comments=
- [HistoryListshlIncludePath]
- Count=4
- Item0=$(BCB)projects;$(BCB)include;$(BCB)includevcl;$(BCB)cport
- Item1=c:program filesborlandcbuilder3projects;....projects;....objrepos;$(BCB)include;$(BCB)includevcl;....sourcejcs
- Item2=....projects;....objrepos;$(BCB)include;$(BCB)includevcl;....sourcejcs
- Item3=$(BCB)include;$(BCB)includevcl;....sourcejcs
- [HistoryListshlLibraryPath]
- Count=4
- Item0=$(BCB)cport;$(BCB)projects;$(BCB)lib;$(BCB)libobj;$(BCB)cport
- Item1=c:program filesborlandcbuilder3projects;....projects;....objrepos;$(BCB)lib;$(BCB)libobj;....sourcejcs
- Item2=....projects;....objrepos;$(BCB)lib;$(BCB)libobj;....sourcejcs
- Item3=$(BCB)lib;$(BCB)libobj;....sourcejcs
- [HistoryListshlDebugSourcePath]
- Count=1
- Item0=$(BCB)sourcevcl
- [HistoryListshlConditionals]
- Count=2
- Item0=USEPACKAGES
- Item1=_RTLDLL;USEPACKAGES
- [Debugging]
- DebugSourceDirs=$(BCB)sourcevcl
- [Parameters]
- RunParams=
- HostApplication=
- !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$@ $<
- # ---------------------------------------------------------------------------