]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.bcc
compilation fix for tooltip patch code applied by Julian and w32api
[wxWidgets.git] / samples / opengl / penguin / makefile.bcc
CommitLineData
e93c6860
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# =========================================================================
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
e93c6860
VS
24OBJS = \
25 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
9bfe7ad9
VS
26PENGUIN_CFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
27 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
e93c6860 28 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
9bfe7ad9
VS
29 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples $(CPPFLAGS) $(CFLAGS)
30PENGUIN_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 \
9bfe7ad9
VS
33 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples $(CPPFLAGS) \
34 $(CXXFLAGS)
e93c6860
VS
35PENGUIN_OBJECTS = \
36 $(OBJS)\penguin_penguin.obj \
37 $(OBJS)\penguin_lw.obj \
38 $(OBJS)\penguin_trackball.obj
75a0a7b7
VS
39SETUPHDIR = \
40 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
e93c6860
VS
41
42### Conditionally set variables: ###
43
75a0a7b7
VS
44!if "$(SHARED)" == "0"
45LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
46!endif
47!if "$(SHARED)" == "1"
48LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
49!endif
e93c6860
VS
50!if "$(USE_GUI)" == "0"
51PORTNAME = base
52!endif
53!if "$(USE_GUI)" == "1"
54PORTNAME = msw
55!endif
56!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
57WXDEBUGFLAG = d
58!endif
59!if "$(DEBUG_FLAG)" == "1"
60WXDEBUGFLAG = d
61!endif
62!if "$(SHARED)" == "1"
63WXDLLFLAG = dll
64!endif
65!if "$(UNICODE)" == "1"
66WXUNICODEFLAG = u
67!endif
68!if "$(WXUNIV)" == "1"
69WXUNIVNAME = univ
70!endif
71!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
72__DEBUGINFO = -v
73!endif
74!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
75__DEBUGINFO = -v-
76!endif
77!if "$(DEBUG_INFO)" == "0"
78__DEBUGINFO = -v-
79!endif
80!if "$(DEBUG_INFO)" == "1"
81__DEBUGINFO = -v
82!endif
83!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
84__DEBUG_DEFINE_p = -D__WXDEBUG__
85!endif
86!if "$(DEBUG_FLAG)" == "1"
87__DEBUG_DEFINE_p = -D__WXDEBUG__
88!endif
89!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
90__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
91!endif
92!if "$(DEBUG_FLAG)" == "1"
93__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
94!endif
95!if "$(SHARED)" == "1"
96__DLLFLAG_p = -DWXUSINGDLL
97!endif
98!if "$(SHARED)" == "1"
99__DLLFLAG_p_1 = -dWXUSINGDLL
100!endif
101!if "$(USE_GUI)" == "1"
102__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
103!endif
104!if "$(USE_GUI)" == "1"
105__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
106!endif
107!if "$(USE_GUI)" == "1"
108__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
109!endif
110!if "$(BUILD)" == "debug"
111__OPTIMIZEFLAG_2 = -Od
112!endif
113!if "$(BUILD)" == "release"
114__OPTIMIZEFLAG_2 = -O2
115!endif
116!if "$(RUNTIME_LIBS)" == "dynamic"
117__RUNTIME_LIBS_6 = -tWR
118!endif
119!if "$(RUNTIME_LIBS)" == "static"
120__RUNTIME_LIBS_6 =
121!endif
122!if "$(RUNTIME_LIBS)" == "dynamic"
123__RUNTIME_LIBS_7 = i
124!endif
125!if "$(RUNTIME_LIBS)" == "static"
126__RUNTIME_LIBS_7 =
127!endif
128!if "$(UNICODE)" == "1"
22cef566 129__UNICODE_DEFINE_p = -D_UNICODE
e93c6860
VS
130!endif
131!if "$(UNICODE)" == "1"
22cef566 132__UNICODE_DEFINE_p_1 = -d_UNICODE
e93c6860 133!endif
4e209a20
VS
134!if "$(MSLU)" == "1"
135__UNICOWS_LIB_p = unicows.lib
136!endif
e93c6860
VS
137!if "$(MONOLITHIC)" == "0"
138__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
139!endif
140!if "$(MONOLITHIC)" == "0"
141__WXLIB_CORE_p = \
142 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
143!endif
144!if "$(MONOLITHIC)" == "1"
145__WXLIB_MONO_p = \
146 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
147!endif
148!if "$(WXUNIV)" == "1"
149__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
150!endif
151!if "$(WXUNIV)" == "1"
152__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
153!endif
154
155
156all: $(OBJS)
157$(OBJS):
158 -if not exist $(OBJS) mkdir $(OBJS)
159
160### Targets: ###
161
162all: $(OBJS)\penguin.exe data
163
164$(OBJS)\penguin_lw.obj: .\lw.cpp
165 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
166
167$(OBJS)\penguin_penguin.obj: .\penguin.cpp
168 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
169
170$(OBJS)\penguin_penguin.res: .\penguin.rc
ec08d395 171 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 $**
e93c6860
VS
172
173$(OBJS)\penguin_trackball.obj: .\trackball.c
174 $(CC) -q -c -P- -o$@ $(PENGUIN_CFLAGS) $**
175
176clean:
177 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
178 -if exist $(OBJS)\*.res del $(OBJS)\*.res
179 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
22cef566
VS
180 -if exist $(OBJS)\penguin.tds del $(OBJS)\penguin.tds
181 -if exist $(OBJS)\penguin.ilc del $(OBJS)\penguin.ilc
182 -if exist $(OBJS)\penguin.ild del $(OBJS)\penguin.ild
183 -if exist $(OBJS)\penguin.ilf del $(OBJS)\penguin.ilf
184 -if exist $(OBJS)\penguin.ils del $(OBJS)\penguin.ils
e93c6860
VS
185
186data:
187 if not exist $(OBJS) mkdir $(OBJS)
188 for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
8b089c5e 189
e93c6860 190$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
9bfe7ad9 191 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
ec08d395 192 c0w32.obj $(PENGUIN_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_gl.lib $(__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_7).lib,, $(OBJS)\penguin_penguin.res
e93c6860 193|