]> git.saurik.com Git - wxWidgets.git/blame - samples/render/makefile.bcc
Warning fixes and deprecated method elimination from ABX.
[wxWidgets.git] / samples / render / makefile.bcc
CommitLineData
2d611b5c
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!ifndef BCCDIR
8BCCDIR = $(MAKEDIR)\..
9!endif
10
11!include ../../build/msw/config.bcc
12
13# -------------------------------------------------------------------------
14# Do not modify the rest of this file!
15# -------------------------------------------------------------------------
16
17!if "$(BCCDIR)" == "\.."
18!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
19!endif
20
21### Variables: ###
22
2d611b5c
VS
23OBJS = \
24 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b71531ad 25RENDDLL_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_0) -I$(BCCDIR)\include \
1c3a6972
VS
26 $(__DEBUGINFO) $(__OPTIMIZEFLAG) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
27 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
28 -DWXUSINGDLL $(CXXFLAGS)
2d611b5c
VS
29RENDDLL_OBJECTS = \
30 $(OBJS)\renddll_renddll.obj
b71531ad 31RENDER_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_0) -I$(BCCDIR)\include \
1c3a6972
VS
32 $(__DEBUGINFO) $(__OPTIMIZEFLAG) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
34 -I. $(__DLLFLAG_p) -I.\..\..\samples $(CXXFLAGS)
2d611b5c
VS
35RENDER_OBJECTS = \
36 $(OBJS)\render_render.obj
75a0a7b7
VS
37SETUPHDIR = \
38 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2d611b5c
VS
39
40### Conditionally set variables: ###
41
75a0a7b7
VS
42!if "$(SHARED)" == "0"
43LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
44!endif
45!if "$(SHARED)" == "1"
46LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
47!endif
2d611b5c
VS
48!if "$(USE_GUI)" == "0"
49PORTNAME = base
50!endif
51!if "$(USE_GUI)" == "1"
52PORTNAME = msw
53!endif
54!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
55WXDEBUGFLAG = d
56!endif
57!if "$(DEBUG_FLAG)" == "1"
58WXDEBUGFLAG = d
59!endif
60!if "$(SHARED)" == "1"
61WXDLLFLAG = dll
62!endif
63!if "$(UNICODE)" == "1"
64WXUNICODEFLAG = u
65!endif
66!if "$(WXUNIV)" == "1"
67WXUNIVNAME = univ
68!endif
69!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
70__DEBUGINFO = -v
71!endif
72!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
73__DEBUGINFO = -v-
74!endif
75!if "$(DEBUG_INFO)" == "0"
76__DEBUGINFO = -v-
77!endif
78!if "$(DEBUG_INFO)" == "1"
79__DEBUGINFO = -v
80!endif
81!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
82__DEBUG_DEFINE_p = -D__WXDEBUG__
83!endif
84!if "$(DEBUG_FLAG)" == "1"
85__DEBUG_DEFINE_p = -D__WXDEBUG__
86!endif
87!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
88__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
89!endif
90!if "$(DEBUG_FLAG)" == "1"
91__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
92!endif
93!if "$(SHARED)" == "1"
94__DLLFLAG_p = -DWXUSINGDLL
95!endif
96!if "$(SHARED)" == "1"
97__DLLFLAG_p_1 = -dWXUSINGDLL
98!endif
99!if "$(USE_GUI)" == "1"
100__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
101!endif
102!if "$(USE_GUI)" == "1"
103__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
104!endif
105!if "$(USE_GUI)" == "1"
106__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
107!endif
108!if "$(BUILD)" == "debug"
109__OPTIMIZEFLAG = -Od
110!endif
111!if "$(BUILD)" == "release"
112__OPTIMIZEFLAG = -O2
113!endif
114!if "$(RUNTIME_LIBS)" == "dynamic"
b71531ad 115__RUNTIME_LIBS = i
2d611b5c
VS
116!endif
117!if "$(RUNTIME_LIBS)" == "static"
118__RUNTIME_LIBS =
119!endif
120!if "$(RUNTIME_LIBS)" == "dynamic"
b71531ad 121__RUNTIME_LIBS_0 = -tWR
2d611b5c
VS
122!endif
123!if "$(RUNTIME_LIBS)" == "static"
124__RUNTIME_LIBS_0 =
125!endif
126!if "$(UNICODE)" == "1"
ec08d395 127__UNICODE_DEFINE_p = -D_UNICODE
2d611b5c
VS
128!endif
129!if "$(UNICODE)" == "1"
ec08d395 130__UNICODE_DEFINE_p_1 = -d_UNICODE
2d611b5c 131!endif
2c02ec05
VS
132!if "$(MSLU)" == "1"
133__UNICOWS_LIB_p = unicows.lib
134!endif
2d611b5c
VS
135!if "$(MONOLITHIC)" == "0"
136__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
137!endif
138!if "$(MONOLITHIC)" == "0"
139__WXLIB_CORE_p = \
140 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
141!endif
142!if "$(MONOLITHIC)" == "1"
143__WXLIB_MONO_p = \
144 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
145!endif
146!if "$(WXUNIV)" == "1"
147__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
148!endif
149!if "$(WXUNIV)" == "1"
150__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
151!endif
152!if "$(SHARED)" == "1"
153__renddll___depname = \
ec08d395 154 $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.dll
2d611b5c
VS
155!endif
156
2d611b5c
VS
157
158all: $(OBJS)
159$(OBJS):
160 -if not exist $(OBJS) mkdir $(OBJS)
161
162### Targets: ###
163
164all: $(OBJS)\render.exe $(__renddll___depname)
165
166$(OBJS)\renddll_renddll.obj: .\renddll.cpp
167 $(CXX) -q -c -P -o$@ $(RENDDLL_CXXFLAGS) $**
168
169$(OBJS)\render_render.obj: .\render.cpp
170 $(CXX) -q -c -P -o$@ $(RENDER_CXXFLAGS) $**
171
172$(OBJS)\render_sample.res: .\..\..\samples\sample.rc
ec08d395 173 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples $**
2d611b5c
VS
174
175clean:
176 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
177 -if exist $(OBJS)\*.res del $(OBJS)\*.res
178 -if exist $(OBJS)\render.exe del $(OBJS)\render.exe
ec08d395
JS
179 -if exist $(OBJS)\render.tds del $(OBJS)\render.tds
180 -if exist $(OBJS)\render.ilc del $(OBJS)\render.ilc
181 -if exist $(OBJS)\render.ild del $(OBJS)\render.ild
182 -if exist $(OBJS)\render.ilf del $(OBJS)\render.ilf
183 -if exist $(OBJS)\render.ils del $(OBJS)\render.ils
184 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.dll
185 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.tds del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.tds
186 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.ilc del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.ilc
187 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.ild del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.ild
188 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.ilf del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.ilf
189 -if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.ils del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.ils
2d611b5c
VS
190
191!if "$(SHARED)" == "1"
ec08d395 192$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_bcc.dll: $(RENDDLL_OBJECTS)
1c3a6972 193 ilink32 -Tpd -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO) -L$(LIBDIRNAME) @&&|
b71531ad 194 c0d32.obj $(RENDDLL_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32mt$(__RUNTIME_LIBS).lib,,
2d611b5c
VS
195|
196!endif
197
198$(OBJS)\render.exe: $(RENDER_OBJECTS) $(OBJS)\render_sample.res
1c3a6972 199 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
b71531ad 200 c0w32.obj $(RENDER_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32mt$(__RUNTIME_LIBS).lib,, $(OBJS)\render_sample.res
2d611b5c 201|