]> git.saurik.com Git - wxWidgets.git/blame - demos/poem/makefile.bcc
Fixed problem with changing size of board (at least on GTK1).
[wxWidgets.git] / demos / poem / makefile.bcc
CommitLineData
264af224
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
264af224
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
62448488 6
9bfe7ad9
VS
7.autodepend
8
264af224 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
264af224 13BCCDIR = $(MAKEDIR)\..
62448488
JS
14!endif
15
fd9f42b6 16!include ../../build/msw/config.bcc
62448488 17
264af224
VS
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
62448488 21
264af224
VS
22### Variables: ###
23
4818141b 24WX_RELEASE_NODOT = 26
264af224
VS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
d3d0b8db 27LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
30WXPOEM_CXXFLAGS = $(__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) \
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
c33fae85 34 -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
264af224
VS
35WXPOEM_OBJECTS = \
36 $(OBJS)\wxpoem_wxpoem.obj
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
264af224
VS
52!if "$(UNICODE)" == "1"
53WXUNICODEFLAG = u
54!endif
55!if "$(WXUNIV)" == "1"
56WXUNIVNAME = univ
57!endif
264af224 58!if "$(SHARED)" == "1"
b17c1746 59WXDLLFLAG = dll
264af224 60!endif
d3d0b8db
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
264af224
VS
73!if "$(BUILD)" == "debug"
74__OPTIMIZEFLAG_2 = -Od
75!endif
76!if "$(BUILD)" == "release"
77__OPTIMIZEFLAG_2 = -O2
78!endif
8c9f8f91
JS
79!if "$(USE_THREADS)" == "0"
80__THREADSFLAG_5 =
81!endif
82!if "$(USE_THREADS)" == "1"
83__THREADSFLAG_5 = mt
84!endif
85!if "$(USE_THREADS)" == "0"
86__THREADSFLAG_6 =
87!endif
88!if "$(USE_THREADS)" == "1"
89__THREADSFLAG_6 = -tWM
90!endif
264af224 91!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 92__RUNTIME_LIBS_7 = -tWR
264af224
VS
93!endif
94!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 95__RUNTIME_LIBS_7 =
264af224
VS
96!endif
97!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 98__RUNTIME_LIBS_8 = i
264af224
VS
99!endif
100!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 101__RUNTIME_LIBS_8 =
264af224 102!endif
b17c1746
DE
103!if "$(WXUNIV)" == "1"
104__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
105!endif
106!if "$(WXUNIV)" == "1"
107__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
108!endif
109!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
110__DEBUG_DEFINE_p = -D__WXDEBUG__
111!endif
112!if "$(DEBUG_FLAG)" == "1"
113__DEBUG_DEFINE_p = -D__WXDEBUG__
114!endif
115!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
116__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
117!endif
118!if "$(DEBUG_FLAG)" == "1"
119__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
120!endif
8c9f8f91
JS
121!if "$(USE_EXCEPTIONS)" == "0"
122__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
123!endif
124!if "$(USE_EXCEPTIONS)" == "0"
125__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
126!endif
127!if "$(USE_RTTI)" == "0"
128__RTTI_DEFINE_p = -DwxNO_RTTI
129!endif
130!if "$(USE_RTTI)" == "0"
131__RTTI_DEFINE_p_1 = -dwxNO_RTTI
132!endif
133!if "$(USE_THREADS)" == "0"
134__THREAD_DEFINE_p = -DwxNO_THREADS
135!endif
136!if "$(USE_THREADS)" == "0"
137__THREAD_DEFINE_p_1 = -dwxNO_THREADS
138!endif
264af224 139!if "$(UNICODE)" == "1"
ec08d395 140__UNICODE_DEFINE_p = -D_UNICODE
264af224
VS
141!endif
142!if "$(UNICODE)" == "1"
ec08d395 143__UNICODE_DEFINE_p_1 = -d_UNICODE
264af224 144!endif
b17c1746
DE
145!if "$(SHARED)" == "1"
146__DLLFLAG_p = -DWXUSINGDLL
147!endif
148!if "$(SHARED)" == "1"
149__DLLFLAG_p_1 = -dWXUSINGDLL
4e209a20 150!endif
264af224 151!if "$(MONOLITHIC)" == "0"
b17c1746 152__WXLIB_HTML_p = \
c33fae85 153 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
264af224
VS
154!endif
155!if "$(MONOLITHIC)" == "0"
156__WXLIB_CORE_p = \
c33fae85 157 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
264af224
VS
158!endif
159!if "$(MONOLITHIC)" == "0"
c33fae85
RN
160__WXLIB_BASE_p = \
161 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
264af224
VS
162!endif
163!if "$(MONOLITHIC)" == "1"
164__WXLIB_MONO_p = \
c33fae85 165 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
264af224 166!endif
b17c1746 167!if "$(USE_GUI)" == "1"
9c2d002b 168__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
264af224 169!endif
b17c1746 170!if "$(USE_GUI)" == "1"
9c2d002b 171__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
172!endif
173!if "$(USE_GUI)" == "1"
9c2d002b 174__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
175!endif
176!if "$(MSLU)" == "1"
177__UNICOWS_LIB_p = unicows.lib
178!endif
b17c1746
DE
179!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
180__DEBUGINFO = -v
181!endif
182!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
183__DEBUGINFO = -v-
184!endif
185!if "$(DEBUG_INFO)" == "0"
186__DEBUGINFO = -v-
187!endif
188!if "$(DEBUG_INFO)" == "1"
189__DEBUGINFO = -v
264af224
VS
190!endif
191
192
193all: $(OBJS)
194$(OBJS):
195 -if not exist $(OBJS) mkdir $(OBJS)
196
197### Targets: ###
198
199all: $(OBJS)\wxpoem.exe data
200
264af224
VS
201clean:
202 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
203 -if exist $(OBJS)\*.res del $(OBJS)\*.res
d3d0b8db 204 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
264af224 205 -if exist $(OBJS)\wxpoem.exe del $(OBJS)\wxpoem.exe
ec08d395
JS
206 -if exist $(OBJS)\wxpoem.tds del $(OBJS)\wxpoem.tds
207 -if exist $(OBJS)\wxpoem.ilc del $(OBJS)\wxpoem.ilc
208 -if exist $(OBJS)\wxpoem.ild del $(OBJS)\wxpoem.ild
209 -if exist $(OBJS)\wxpoem.ilf del $(OBJS)\wxpoem.ilf
210 -if exist $(OBJS)\wxpoem.ils del $(OBJS)\wxpoem.ils
264af224 211
264af224 212$(OBJS)\wxpoem.exe: $(WXPOEM_OBJECTS) $(OBJS)\wxpoem_wxpoem.res
9bfe7ad9 213 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
8c9f8f91 214 c0w32.obj $(WXPOEM_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__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 cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\wxpoem_wxpoem.res
264af224 215|
b17c1746
DE
216
217data:
218 if not exist $(OBJS) mkdir $(OBJS)
219 for %f in (wxpoem.txt wxpoem.dat) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
220
221$(OBJS)\wxpoem_wxpoem.obj: .\wxpoem.cpp
222 $(CXX) -q -c -P -o$@ $(WXPOEM_CXXFLAGS) $**
223
224$(OBJS)\wxpoem_wxpoem.res: .\wxpoem.rc
8c9f8f91 225 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) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH $**
d3d0b8db 226