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