]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/isosurf/makefile.bcc
regenerated
[wxWidgets.git] / samples / opengl / isosurf / makefile.bcc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
95ff11c4 3# Bakefile 0.2.6 (http://www.bakefile.org)
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
444833b3 25COMPILER_PREFIX = bcc
b17c1746 26OBJS = \
444833b3
CE
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
31ISOSURF_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 34 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
35 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \
36 -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
e93c6860
VS
37ISOSURF_OBJECTS = \
38 $(OBJS)\isosurf_isosurf.obj
e93c6860
VS
39
40### Conditionally set variables: ###
41
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
48!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_FLAG)" == "1"
52WXDEBUGFLAG = d
53!endif
e93c6860
VS
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
e93c6860 60!if "$(SHARED)" == "1"
b17c1746 61WXDLLFLAG = dll
e93c6860 62!endif
b14abf14
JS
63!if "$(SHARED)" == "0"
64LIBTYPE_SUFFIX = lib
65!endif
66!if "$(SHARED)" == "1"
67LIBTYPE_SUFFIX = dll
68!endif
dd65d8c8
RN
69!if "$(MONOLITHIC)" == "0"
70EXTRALIBS_FOR_BASE =
71!endif
72!if "$(MONOLITHIC)" == "1"
73EXTRALIBS_FOR_BASE =
74!endif
75!if "$(USE_OPENGL)" == "1"
76__isosurf___depname = $(OBJS)\isosurf.exe
77!endif
e93c6860
VS
78!if "$(BUILD)" == "debug"
79__OPTIMIZEFLAG_2 = -Od
80!endif
81!if "$(BUILD)" == "release"
82__OPTIMIZEFLAG_2 = -O2
83!endif
8c9f8f91
JS
84!if "$(USE_THREADS)" == "0"
85__THREADSFLAG_5 =
86!endif
87!if "$(USE_THREADS)" == "1"
88__THREADSFLAG_5 = mt
89!endif
90!if "$(USE_THREADS)" == "0"
91__THREADSFLAG_6 =
92!endif
93!if "$(USE_THREADS)" == "1"
94__THREADSFLAG_6 = -tWM
95!endif
e93c6860 96!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 97__RUNTIME_LIBS_7 = -tWR
e93c6860
VS
98!endif
99!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 100__RUNTIME_LIBS_7 =
e93c6860
VS
101!endif
102!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 103__RUNTIME_LIBS_8 = i
e93c6860
VS
104!endif
105!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 106__RUNTIME_LIBS_8 =
e93c6860 107!endif
b17c1746
DE
108!if "$(WXUNIV)" == "1"
109__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
110!endif
111!if "$(WXUNIV)" == "1"
112__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
113!endif
114!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
115__DEBUG_DEFINE_p = -D__WXDEBUG__
116!endif
117!if "$(DEBUG_FLAG)" == "1"
118__DEBUG_DEFINE_p = -D__WXDEBUG__
119!endif
120!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
121__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
122!endif
123!if "$(DEBUG_FLAG)" == "1"
124__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
125!endif
8c9f8f91
JS
126!if "$(USE_EXCEPTIONS)" == "0"
127__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
128!endif
129!if "$(USE_EXCEPTIONS)" == "0"
130__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
131!endif
132!if "$(USE_RTTI)" == "0"
133__RTTI_DEFINE_p = -DwxNO_RTTI
134!endif
135!if "$(USE_RTTI)" == "0"
136__RTTI_DEFINE_p_1 = -dwxNO_RTTI
137!endif
138!if "$(USE_THREADS)" == "0"
139__THREAD_DEFINE_p = -DwxNO_THREADS
140!endif
141!if "$(USE_THREADS)" == "0"
142__THREAD_DEFINE_p_1 = -dwxNO_THREADS
143!endif
7379e476
VZ
144!if "$(UNICODE)" == "0"
145__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
146!endif
e93c6860 147!if "$(UNICODE)" == "1"
e09c7b2d 148__UNICODE_DEFINE_p = -D_UNICODE
e93c6860 149!endif
7379e476
VZ
150!if "$(UNICODE)" == "0"
151__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
152!endif
e93c6860 153!if "$(UNICODE)" == "1"
e09c7b2d 154__UNICODE_DEFINE_p_1 = -d_UNICODE
e93c6860 155!endif
2113bc77
MW
156!if "$(MSLU)" == "1"
157__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
158!endif
159!if "$(MSLU)" == "1"
160__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
161!endif
3abcf424
RD
162!if "$(USE_GDIPLUS)" == "1"
163__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
164!endif
165!if "$(USE_GDIPLUS)" == "1"
166__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
167!endif
b17c1746
DE
168!if "$(SHARED)" == "1"
169__DLLFLAG_p = -DWXUSINGDLL
4e209a20 170!endif
b17c1746
DE
171!if "$(SHARED)" == "1"
172__DLLFLAG_p_1 = -dWXUSINGDLL
e93c6860
VS
173!endif
174!if "$(MONOLITHIC)" == "0"
175__WXLIB_CORE_p = \
c33fae85 176 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 177!endif
b17c1746 178!if "$(MONOLITHIC)" == "0"
c33fae85
RN
179__WXLIB_BASE_p = \
180 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 181!endif
e93c6860
VS
182!if "$(MONOLITHIC)" == "1"
183__WXLIB_MONO_p = \
c33fae85 184 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 185!endif
b17c1746 186!if "$(USE_GUI)" == "1"
9c2d002b 187__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
e93c6860 188!endif
b17c1746 189!if "$(USE_GUI)" == "1"
9c2d002b 190__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
191!endif
192!if "$(USE_GUI)" == "1"
9c2d002b 193__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
194!endif
195!if "$(MSLU)" == "1"
196__UNICOWS_LIB_p = unicows.lib
197!endif
3abcf424
RD
198!if "$(USE_GDIPLUS)" == "1"
199__GDIPLUS_LIB_p = gdiplus.lib
200!endif
b17c1746
DE
201!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
202__DEBUGINFO = -v
203!endif
204!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
205__DEBUGINFO = -v-
206!endif
207!if "$(DEBUG_INFO)" == "0"
208__DEBUGINFO = -v-
209!endif
210!if "$(DEBUG_INFO)" == "1"
211__DEBUGINFO = -v
e93c6860
VS
212!endif
213
214
215all: $(OBJS)
216$(OBJS):
217 -if not exist $(OBJS) mkdir $(OBJS)
218
219### Targets: ###
220
dd65d8c8 221all: $(__isosurf___depname) data
e93c6860 222
e93c6860
VS
223clean:
224 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
225 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 226 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
e93c6860 227 -if exist $(OBJS)\isosurf.exe del $(OBJS)\isosurf.exe
e09c7b2d
VS
228 -if exist $(OBJS)\isosurf.tds del $(OBJS)\isosurf.tds
229 -if exist $(OBJS)\isosurf.ilc del $(OBJS)\isosurf.ilc
230 -if exist $(OBJS)\isosurf.ild del $(OBJS)\isosurf.ild
231 -if exist $(OBJS)\isosurf.ilf del $(OBJS)\isosurf.ilf
232 -if exist $(OBJS)\isosurf.ils del $(OBJS)\isosurf.ils
8b089c5e 233
dd65d8c8 234!if "$(USE_OPENGL)" == "1"
e09c7b2d 235$(OBJS)\isosurf.exe: $(ISOSURF_OBJECTS) $(OBJS)\isosurf_sample.res
8ece421c 236 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(LDFLAGS) @&&|
7379e476 237 c0w32.obj $(ISOSURF_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 import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\isosurf_sample.res
e93c6860 238|
dd65d8c8 239!endif
b17c1746
DE
240
241data:
242 if not exist $(OBJS) mkdir $(OBJS)
243 for %f in (isosurf.dat.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
244
245$(OBJS)\isosurf_sample.res: .\..\..\..\samples\sample.rc
6e0fbb3d 246 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 .\..\..\..\samples\sample.rc
b17c1746
DE
247
248$(OBJS)\isosurf_isosurf.obj: .\isosurf.cpp
6e0fbb3d 249 $(CXX) -q -c -P -o$@ $(ISOSURF_CXXFLAGS) .\isosurf.cpp
b14abf14 250