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