]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.bcc
don't output -DwxUSE_GUI=0 in cflags by default, do output it if 'base' is specified...
[wxWidgets.git] / samples / opengl / penguin / makefile.bcc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
e93c6860
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
8b089c5e 6
9bfe7ad9
VS
7.autodepend
8
e93c6860 9!ifndef BCCDIR
9bfe7ad9
VS
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
e93c6860 13BCCDIR = $(MAKEDIR)\..
8b089c5e
JS
14!endif
15
fd9f42b6 16!include ../../../build/msw/config.bcc
8b089c5e 17
e93c6860
VS
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
8b089c5e 21
e93c6860
VS
22### Variables: ###
23
ae4ccf12 24WX_RELEASE_NODOT = 29
e93c6860
VS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
30PENGUIN_CFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
34 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \
35 -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CFLAGS)
8c9f8f91
JS
36PENGUIN_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
37 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
38 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 39 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
40 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \
41 -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
e93c6860
VS
42PENGUIN_OBJECTS = \
43 $(OBJS)\penguin_penguin.obj \
4b764db3 44 $(OBJS)\penguin_dxfrenderer.obj \
e93c6860
VS
45 $(OBJS)\penguin_trackball.obj
46
47### Conditionally set variables: ###
48
49!if "$(USE_GUI)" == "0"
50PORTNAME = base
51!endif
52!if "$(USE_GUI)" == "1"
53PORTNAME = msw
54!endif
55!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
56WXDEBUGFLAG = d
57!endif
58!if "$(DEBUG_FLAG)" == "1"
59WXDEBUGFLAG = d
60!endif
e93c6860
VS
61!if "$(UNICODE)" == "1"
62WXUNICODEFLAG = u
63!endif
64!if "$(WXUNIV)" == "1"
65WXUNIVNAME = univ
66!endif
e93c6860 67!if "$(SHARED)" == "1"
b17c1746 68WXDLLFLAG = dll
e93c6860 69!endif
b14abf14
JS
70!if "$(SHARED)" == "0"
71LIBTYPE_SUFFIX = lib
72!endif
73!if "$(SHARED)" == "1"
74LIBTYPE_SUFFIX = dll
75!endif
dd65d8c8
RN
76!if "$(MONOLITHIC)" == "0"
77EXTRALIBS_FOR_BASE =
78!endif
79!if "$(MONOLITHIC)" == "1"
80EXTRALIBS_FOR_BASE =
81!endif
82!if "$(USE_OPENGL)" == "1"
83__penguin___depname = $(OBJS)\penguin.exe
84!endif
e93c6860
VS
85!if "$(BUILD)" == "debug"
86__OPTIMIZEFLAG_2 = -Od
87!endif
88!if "$(BUILD)" == "release"
89__OPTIMIZEFLAG_2 = -O2
90!endif
8c9f8f91
JS
91!if "$(USE_THREADS)" == "0"
92__THREADSFLAG_5 =
93!endif
94!if "$(USE_THREADS)" == "1"
95__THREADSFLAG_5 = mt
96!endif
97!if "$(USE_THREADS)" == "0"
98__THREADSFLAG_6 =
99!endif
100!if "$(USE_THREADS)" == "1"
101__THREADSFLAG_6 = -tWM
102!endif
e93c6860 103!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 104__RUNTIME_LIBS_7 = -tWR
e93c6860
VS
105!endif
106!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 107__RUNTIME_LIBS_7 =
e93c6860
VS
108!endif
109!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 110__RUNTIME_LIBS_8 = i
e93c6860
VS
111!endif
112!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 113__RUNTIME_LIBS_8 =
e93c6860 114!endif
b17c1746
DE
115!if "$(WXUNIV)" == "1"
116__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
117!endif
118!if "$(WXUNIV)" == "1"
119__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
120!endif
121!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
122__DEBUG_DEFINE_p = -D__WXDEBUG__
123!endif
124!if "$(DEBUG_FLAG)" == "1"
125__DEBUG_DEFINE_p = -D__WXDEBUG__
126!endif
127!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
128__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
129!endif
130!if "$(DEBUG_FLAG)" == "1"
131__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
132!endif
8c9f8f91
JS
133!if "$(USE_EXCEPTIONS)" == "0"
134__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
135!endif
136!if "$(USE_EXCEPTIONS)" == "0"
137__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
138!endif
139!if "$(USE_RTTI)" == "0"
140__RTTI_DEFINE_p = -DwxNO_RTTI
141!endif
142!if "$(USE_RTTI)" == "0"
143__RTTI_DEFINE_p_1 = -dwxNO_RTTI
144!endif
145!if "$(USE_THREADS)" == "0"
146__THREAD_DEFINE_p = -DwxNO_THREADS
147!endif
148!if "$(USE_THREADS)" == "0"
149__THREAD_DEFINE_p_1 = -dwxNO_THREADS
150!endif
e93c6860 151!if "$(UNICODE)" == "1"
22cef566 152__UNICODE_DEFINE_p = -D_UNICODE
e93c6860
VS
153!endif
154!if "$(UNICODE)" == "1"
22cef566 155__UNICODE_DEFINE_p_1 = -d_UNICODE
e93c6860 156!endif
2113bc77
MW
157!if "$(MSLU)" == "1"
158__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
159!endif
160!if "$(MSLU)" == "1"
161__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
162!endif
3abcf424
RD
163!if "$(USE_GDIPLUS)" == "1"
164__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
165!endif
166!if "$(USE_GDIPLUS)" == "1"
167__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
168!endif
b17c1746
DE
169!if "$(SHARED)" == "1"
170__DLLFLAG_p = -DWXUSINGDLL
4e209a20 171!endif
b17c1746
DE
172!if "$(SHARED)" == "1"
173__DLLFLAG_p_1 = -dWXUSINGDLL
e93c6860
VS
174!endif
175!if "$(MONOLITHIC)" == "0"
176__WXLIB_CORE_p = \
c33fae85 177 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 178!endif
b17c1746 179!if "$(MONOLITHIC)" == "0"
c33fae85
RN
180__WXLIB_BASE_p = \
181 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 182!endif
e93c6860
VS
183!if "$(MONOLITHIC)" == "1"
184__WXLIB_MONO_p = \
c33fae85 185 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 186!endif
b17c1746 187!if "$(USE_GUI)" == "1"
9c2d002b 188__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
e93c6860 189!endif
b17c1746 190!if "$(USE_GUI)" == "1"
9c2d002b 191__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
192!endif
193!if "$(USE_GUI)" == "1"
9c2d002b 194__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
195!endif
196!if "$(MSLU)" == "1"
197__UNICOWS_LIB_p = unicows.lib
198!endif
3abcf424
RD
199!if "$(USE_GDIPLUS)" == "1"
200__GDIPLUS_LIB_p = gdiplus.lib
201!endif
b17c1746
DE
202!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
203__DEBUGINFO = -v
204!endif
205!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
206__DEBUGINFO = -v-
207!endif
208!if "$(DEBUG_INFO)" == "0"
209__DEBUGINFO = -v-
210!endif
211!if "$(DEBUG_INFO)" == "1"
212__DEBUGINFO = -v
e93c6860
VS
213!endif
214
215
216all: $(OBJS)
217$(OBJS):
218 -if not exist $(OBJS) mkdir $(OBJS)
219
220### Targets: ###
221
dd65d8c8 222all: $(__penguin___depname) data
e93c6860 223
e93c6860
VS
224clean:
225 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
226 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 227 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
e93c6860 228 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
22cef566
VS
229 -if exist $(OBJS)\penguin.tds del $(OBJS)\penguin.tds
230 -if exist $(OBJS)\penguin.ilc del $(OBJS)\penguin.ilc
231 -if exist $(OBJS)\penguin.ild del $(OBJS)\penguin.ild
232 -if exist $(OBJS)\penguin.ilf del $(OBJS)\penguin.ilf
233 -if exist $(OBJS)\penguin.ils del $(OBJS)\penguin.ils
e93c6860 234
dd65d8c8 235!if "$(USE_OPENGL)" == "1"
e93c6860 236$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
9bfe7ad9 237 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
3abcf424 238 c0w32.obj $(PENGUIN_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\penguin_penguin.res
e93c6860 239|
dd65d8c8 240!endif
b17c1746
DE
241
242data:
243 if not exist $(OBJS) mkdir $(OBJS)
4b764db3 244 for %f in (penguin.dxf.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
b17c1746
DE
245
246$(OBJS)\penguin_penguin.obj: .\penguin.cpp
247 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
248
4b764db3 249$(OBJS)\penguin_dxfrenderer.obj: .\dxfrenderer.cpp
b17c1746
DE
250 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
251
252$(OBJS)\penguin_trackball.obj: .\trackball.c
253 $(CC) -q -c -P- -o$@ $(PENGUIN_CFLAGS) $**
254
255$(OBJS)\penguin_penguin.res: .\penguin.rc
3abcf424 256 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\..\include -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples -dNOPCH $**
b14abf14 257