- # ---------------------------------------------------------------------------
- !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 = RVDBPkgCB4.bpl
- OBJFILES = DBRV.obj RVDBPkgCB4.obj
- RESFILES = RVDBPkgCB4.res DBRV.dcr
- DEFFILE =
- RESDEPEN = $(RESFILES)
- LIBFILES =
- LIBRARIES =
- SPARELIBS = VCL40.lib
- PACKAGES = vcl40.bpi RVPkgCB4.bpi vcldb40.bpi
- # ---------------------------------------------------------------------------
- PATHCPP = .;
- PATHASM = .;
- PATHPAS = .;
- PATHRC = .;
- DEBUGLIBPATH = $(BCB)libdebug
- RELEASELIBPATH = $(BCB)librelease
- SYSDEFINES = NO_STRICT;USEPACKAGES
- USERDEFINES =
- # ---------------------------------------------------------------------------
- CFLAG1 = -I$(BCB)include;$(BCB)includevcl -O2 -Hc -H=$(BCB)libvcl40.csm -w -Ve
- -Tkh30000 -a8 -k- -vi -D$(SYSDEFINES);$(USERDEFINES) -c -b- -w-par -w-inl -Vx
- -tWM
- CFLAG2 =
- CFLAG3 =
- PFLAGS = -U$(BCB)ProjectsLib;"....Program FilesBorlandCBuilder4LibRelease";..cb4;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH)
- -I$(BCB)include;$(BCB)includevcl -$Y- -$L- -$D- -v -M -JPHNE
- RFLAGS = -i$(BCB)include;$(BCB)includevcl
- AFLAGS = /i$(BCB)include /i$(BCB)includevcl /mx /w2 /zn /d_RTLDLL /dUSEPACKAGES
- LFLAGS = -L$(BCB)ProjectsLib;"....Program FilesBorlandCBuilder4LibRelease";..cb4;$(BCB)libobj;$(BCB)lib;$(RELEASELIBPATH)
- -l. -D"RichView Data-Aware" -aa -Tpp -Gpd -x -Gn -Gl -Gi
- IFLAGS =
- # ---------------------------------------------------------------------------
- ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
- ALLRES = $(RESFILES)
- ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
- # ---------------------------------------------------------------------------
- !ifdef IDEOPTIONS
- [Version Info]
- IncludeVerInfo=1
- AutoIncBuild=0
- MajorVer=1
- MinorVer=9
- Release=0
- Build=0
- Debug=0
- PreRelease=0
- Special=0
- Private=0
- DLL=0
- Locale=1033
- CodePage=1252
- [Version Info Keys]
- CompanyName=Sergey Tkachenko
- FileDescription=RichView DataAware Package for C++Builder4
- FileVersion=1.9.0.0
- InternalName=RVDBPkg
- LegalCopyright=
- LegalTrademarks=
- OriginalFilename=RVDBPkgCB4
- ProductName=RichView
- ProductVersion=1.9.0.0
- Comments=
- [Excluded Packages]
- $(BCB)ProjectsBplRVXMLCB4.bpl=c:program filesborlandcbuilder4ProjectsBplRVXMLCB4
- $(BCB)ProjectsBplRVHTMLCB4.bpl=c:program filesborlandcbuilder4ProjectsBplRVHTMLCB4
- $(BCB)ProjectsBplrvActionsCB4.bpl=c:program filesborlandcbuilder4ProjectsBplrvActionsCB4
- D:VCLElPackElPackCodedclelpB4.bpl=EldoS Visual Components (Design-time)
- [HistoryListshlIncludePath]
- Count=1
- Item0=$(BCB)include;$(BCB)includevcl
- [HistoryListshlLibraryPath]
- Count=3
- Item0=$(BCB)ProjectsLib;....Program FilesBorlandCBuilder4LibRelease;..cb4;$(BCB)libobj;$(BCB)lib
- Item1=....Program FilesBorlandCBuilder4LibRelease;..cb4;$(BCB)libobj;$(BCB)lib
- Item2=..cb4;$(BCB)libobj;$(BCB)lib
- [HistoryListshlDebugSourcePath]
- Count=1
- Item0=$(BCB)sourcevcl
- [HistoryListshIBPIOutputDir]
- Count=1
- Item0=.
- [Debugging]
- DebugSourceDirs=$(BCB)sourcevcl
- [Parameters]
- RunParams=
- HostApplication=
- RemoteHost=
- RemotePath=
- RemoteDebug=0
- [Compiler]
- InMemoryExe=0
- ShowInfoMsgs=0
- !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$@ $<
- # ---------------------------------------------------------------------------