1 # ---------------------------------------------------------------------------
6 # ---------------------------------------------------------------------------
8 # ---------------------------------------------------------------------------
9 # The following section of the project makefile is managed by the BCB IDE.
10 # It is recommended to use the IDE to change any of the values in this
12 # ---------------------------------------------------------------------------
15 # ---------------------------------------------------------------------------
17 OBJFILES = zlib.obj adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infblock.obj \
18 infcodes.obj inffast.obj inflate.obj inftrees.obj infutil.obj trees.obj \
21 RESDEPEN = $(RESFILES)
26 PACKAGES = VCLX35.bpi VCL35.bpi VCLDB35.bpi VCLDBX35.bpi ibsmp35.bpi bcbsmp35.bpi \
27 dclocx35.bpi QRPT35.bpi TEEUI35.bpi TEEDB35.bpi TEE35.bpi DSS35.bpi \
28 NMFAST35.bpi INETDB35.bpi INET35.bpi VCLMID35.bpi
29 # ---------------------------------------------------------------------------
34 DEBUGLIBPATH = $(BCB)\lib\debug
35 RELEASELIBPATH = $(BCB)\lib\release
36 # ---------------------------------------------------------------------------
37 CFLAG1 = -O2 -Ve -d -k- -vi
38 CFLAG2 = -I$(BCB)\include;$(BCB)\include\vcl -H=$(BCB)\lib\vcl35.csm
40 PFLAGS = -U;$(DEBUGLIBPATH) -I$(BCB)\include;$(BCB)\include\vcl -H -W -$I- -v -JPHN -M
41 RFLAGS = -i$(BCB)\include;$(BCB)\include\vcl
42 AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /mx /w2 /zn
45 # ---------------------------------------------------------------------------
46 ALLOBJ = c0w32.obj $(OBJFILES)
48 ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
49 # ---------------------------------------------------------------------------
76 ProductVersion=1.0.0.0
79 [HistoryLists\hlIncludePath]
82 Item1=$(BCB)\include;$(BCB)\include\vcl
84 [HistoryLists\hlLibraryPath]
86 Item0=$(BCB)\lib\obj;$(BCB)\lib
88 [HistoryLists\hlDebugSourcePath]
90 Item0=$(BCB)\source\vcl
101 ---------------------------------------------------------------------------
103 # ---------------------------------------------------------------------------
104 # This section of the project file is not used by the BCB IDE. It is for
105 # the benefit of building from the command-line using the MAKE utility.
106 # ---------------------------------------------------------------------------
109 # ---------------------------------------------------------------------------
129 # ---------------------------------------------------------------------------
131 .PATH.CPP = $(PATHCPP)
136 .PATH.PAS = $(PATHPAS)
140 .PATH.ASM = $(PATHASM)
146 # ---------------------------------------------------------------------------
173 ProductVersion=1.0.0.0
176 [HistoryLists\hlIncludePath]
178 Item0=$(BCB)\include;$(BCB)\include\vcl
181 [HistoryLists\hlLibraryPath]
183 Item0=$(BCB)\lib\obj;$(BCB)\lib
185 [HistoryLists\hlDebugSourcePath]
187 Item0=$(BCB)\source\vcl
198 $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
199 $(BCB)\BIN\$(LINKER) @&&!
200 $(LFLAGS) $(IFLAGS) +
207 # ---------------------------------------------------------------------------
209 $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
212 $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
215 $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
218 $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
221 $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
224 $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
225 # ---------------------------------------------------------------------------