]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/isosurf/makefile.bcc
Elliptic arc fix for getting bounds
[wxWidgets.git] / samples / opengl / isosurf / makefile.bcc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (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
c33fae85 24WX_RELEASE_NODOT = 25
b17c1746
DE
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)
9bfe7ad9
VS
30ISOSURF_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
e93c6860 32 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
c33fae85 33 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) \
9bfe7ad9 34 $(CXXFLAGS)
e93c6860
VS
35ISOSURF_OBJECTS = \
36 $(OBJS)\isosurf_isosurf.obj
e93c6860
VS
37
38### Conditionally set variables: ###
39
40!if "$(USE_GUI)" == "0"
41PORTNAME = base
42!endif
43!if "$(USE_GUI)" == "1"
44PORTNAME = msw
45!endif
46!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47WXDEBUGFLAG = d
48!endif
49!if "$(DEBUG_FLAG)" == "1"
50WXDEBUGFLAG = d
51!endif
e93c6860
VS
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
e93c6860 58!if "$(SHARED)" == "1"
b17c1746 59WXDLLFLAG = dll
e93c6860 60!endif
b14abf14
JS
61!if "$(SHARED)" == "0"
62LIBTYPE_SUFFIX = lib
63!endif
64!if "$(SHARED)" == "1"
65LIBTYPE_SUFFIX = dll
66!endif
dd65d8c8
RN
67!if "$(MONOLITHIC)" == "0"
68EXTRALIBS_FOR_BASE =
69!endif
70!if "$(MONOLITHIC)" == "1"
71EXTRALIBS_FOR_BASE =
72!endif
73!if "$(USE_OPENGL)" == "1"
74__isosurf___depname = $(OBJS)\isosurf.exe
75!endif
e93c6860
VS
76!if "$(BUILD)" == "debug"
77__OPTIMIZEFLAG_2 = -Od
78!endif
79!if "$(BUILD)" == "release"
80__OPTIMIZEFLAG_2 = -O2
81!endif
82!if "$(RUNTIME_LIBS)" == "dynamic"
83__RUNTIME_LIBS_6 = -tWR
84!endif
85!if "$(RUNTIME_LIBS)" == "static"
86__RUNTIME_LIBS_6 =
87!endif
88!if "$(RUNTIME_LIBS)" == "dynamic"
89__RUNTIME_LIBS_7 = i
90!endif
91!if "$(RUNTIME_LIBS)" == "static"
92__RUNTIME_LIBS_7 =
93!endif
b17c1746
DE
94!if "$(WXUNIV)" == "1"
95__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
96!endif
97!if "$(WXUNIV)" == "1"
98__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
99!endif
100!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
101__DEBUG_DEFINE_p = -D__WXDEBUG__
102!endif
103!if "$(DEBUG_FLAG)" == "1"
104__DEBUG_DEFINE_p = -D__WXDEBUG__
105!endif
106!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
107__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
108!endif
109!if "$(DEBUG_FLAG)" == "1"
110__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
111!endif
e93c6860 112!if "$(UNICODE)" == "1"
e09c7b2d 113__UNICODE_DEFINE_p = -D_UNICODE
e93c6860
VS
114!endif
115!if "$(UNICODE)" == "1"
e09c7b2d 116__UNICODE_DEFINE_p_1 = -d_UNICODE
e93c6860 117!endif
b17c1746
DE
118!if "$(SHARED)" == "1"
119__DLLFLAG_p = -DWXUSINGDLL
4e209a20 120!endif
b17c1746
DE
121!if "$(SHARED)" == "1"
122__DLLFLAG_p_1 = -dWXUSINGDLL
e93c6860
VS
123!endif
124!if "$(MONOLITHIC)" == "0"
125__WXLIB_CORE_p = \
c33fae85 126 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 127!endif
b17c1746 128!if "$(MONOLITHIC)" == "0"
c33fae85
RN
129__WXLIB_BASE_p = \
130 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 131!endif
e93c6860
VS
132!if "$(MONOLITHIC)" == "1"
133__WXLIB_MONO_p = \
c33fae85 134 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 135!endif
b17c1746 136!if "$(USE_GUI)" == "1"
9c2d002b 137__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
e93c6860 138!endif
b17c1746 139!if "$(USE_GUI)" == "1"
9c2d002b 140__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
141!endif
142!if "$(USE_GUI)" == "1"
9c2d002b 143__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
144!endif
145!if "$(MSLU)" == "1"
146__UNICOWS_LIB_p = unicows.lib
147!endif
b17c1746
DE
148!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
149__DEBUGINFO = -v
150!endif
151!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
152__DEBUGINFO = -v-
153!endif
154!if "$(DEBUG_INFO)" == "0"
155__DEBUGINFO = -v-
156!endif
157!if "$(DEBUG_INFO)" == "1"
158__DEBUGINFO = -v
e93c6860
VS
159!endif
160
161
162all: $(OBJS)
163$(OBJS):
164 -if not exist $(OBJS) mkdir $(OBJS)
165
166### Targets: ###
167
dd65d8c8 168all: $(__isosurf___depname) data
e93c6860 169
e93c6860
VS
170clean:
171 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
172 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 173 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
e93c6860 174 -if exist $(OBJS)\isosurf.exe del $(OBJS)\isosurf.exe
e09c7b2d
VS
175 -if exist $(OBJS)\isosurf.tds del $(OBJS)\isosurf.tds
176 -if exist $(OBJS)\isosurf.ilc del $(OBJS)\isosurf.ilc
177 -if exist $(OBJS)\isosurf.ild del $(OBJS)\isosurf.ild
178 -if exist $(OBJS)\isosurf.ilf del $(OBJS)\isosurf.ilf
179 -if exist $(OBJS)\isosurf.ils del $(OBJS)\isosurf.ils
8b089c5e 180
dd65d8c8 181!if "$(USE_OPENGL)" == "1"
e09c7b2d 182$(OBJS)\isosurf.exe: $(ISOSURF_OBJECTS) $(OBJS)\isosurf_sample.res
9bfe7ad9 183 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
dd65d8c8 184 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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\isosurf_sample.res
e93c6860 185|
dd65d8c8 186!endif
b17c1746
DE
187
188data:
189 if not exist $(OBJS) mkdir $(OBJS)
190 for %f in (isosurf.dat.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
191
192$(OBJS)\isosurf_sample.res: .\..\..\..\samples\sample.rc
b14abf14 193 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 $**
b17c1746
DE
194
195$(OBJS)\isosurf_isosurf.obj: .\isosurf.cpp
196 $(CXX) -q -c -P -o$@ $(ISOSURF_CXXFLAGS) $**
b14abf14 197