]> git.saurik.com Git - wxWidgets.git/blame - samples/wizard/makefile.wat
Add wxXmlResource::LoadObjectRecursively().
[wxWidgets.git] / samples / wizard / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
95ff11c4 3# Bakefile 0.2.6 (http://www.bakefile.org)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7!include ../../build/msw/config.wat
250700e4
RD
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13# Speed up compilation a bit:
14!ifdef __LOADDLL__
15! loaddll wcc wccd
16! loaddll wccaxp wccdaxp
17! loaddll wcc386 wccd386
18! loaddll wpp wppdi86
19! loaddll wppaxp wppdaxp
20! loaddll wpp386 wppd386
95ff11c4
CE
21! if $(__VERSION__) >= 1280
22! loaddll wlink wlinkd
23! else
250700e4 24! loaddll wlink wlink
95ff11c4 25! endif
250700e4
RD
26! loaddll wlib wlibd
27!endif
28
29# We need these variables in some bakefile-made rules:
30WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
31
32### Conditionally set variables: ###
33
34PORTNAME =
35!ifeq USE_GUI 0
36PORTNAME = base
37!endif
38!ifeq USE_GUI 1
39PORTNAME = msw
40!endif
41WXDEBUGFLAG =
42!ifeq BUILD debug
43WXDEBUGFLAG = d
44!endif
250700e4
RD
45WXUNICODEFLAG =
46!ifeq UNICODE 1
47WXUNICODEFLAG = u
48!endif
49WXUNIVNAME =
50!ifeq WXUNIV 1
51WXUNIVNAME = univ
52!endif
b17c1746
DE
53WXDLLFLAG =
54!ifeq SHARED 1
55WXDLLFLAG = dll
56!endif
b14abf14
JS
57LIBTYPE_SUFFIX =
58!ifeq SHARED 0
59LIBTYPE_SUFFIX = lib
60!endif
61!ifeq SHARED 1
62LIBTYPE_SUFFIX = dll
63!endif
dd65d8c8
RN
64EXTRALIBS_FOR_BASE =
65!ifeq MONOLITHIC 0
66EXTRALIBS_FOR_BASE =
67!endif
68!ifeq MONOLITHIC 1
69EXTRALIBS_FOR_BASE =
70!endif
25a73439 71__DEBUGINFO_0 =
250700e4 72!ifeq BUILD debug
25a73439
VS
73!ifeq DEBUG_INFO default
74__DEBUGINFO_0 = -d2
75!endif
250700e4
RD
76!endif
77!ifeq BUILD release
25a73439
VS
78!ifeq DEBUG_INFO default
79__DEBUGINFO_0 = -d0
80!endif
250700e4 81!endif
25a73439
VS
82!ifeq DEBUG_INFO 0
83__DEBUGINFO_0 = -d0
84!endif
85!ifeq DEBUG_INFO 1
86__DEBUGINFO_0 = -d2
87!endif
88__DEBUGINFO_1 =
250700e4 89!ifeq BUILD debug
25a73439
VS
90!ifeq DEBUG_INFO default
91__DEBUGINFO_1 = debug all
92!endif
250700e4
RD
93!endif
94!ifeq BUILD release
25a73439
VS
95!ifeq DEBUG_INFO default
96__DEBUGINFO_1 =
97!endif
98!endif
99!ifeq DEBUG_INFO 0
100__DEBUGINFO_1 =
101!endif
102!ifeq DEBUG_INFO 1
103__DEBUGINFO_1 = debug all
250700e4 104!endif
250700e4
RD
105__OPTIMIZEFLAG_2 =
106!ifeq BUILD debug
107__OPTIMIZEFLAG_2 = -od
108!endif
109!ifeq BUILD release
110__OPTIMIZEFLAG_2 = -ot -ox
111!endif
8c9f8f91
JS
112__THREADSFLAG_5 =
113!ifeq USE_THREADS 0
114__THREADSFLAG_5 =
115!endif
116!ifeq USE_THREADS 1
117__THREADSFLAG_5 = -bm
118!endif
119__RUNTIME_LIBS_6 =
250700e4 120!ifeq RUNTIME_LIBS dynamic
8c9f8f91 121__RUNTIME_LIBS_6 = -br
250700e4
RD
122!endif
123!ifeq RUNTIME_LIBS static
8c9f8f91 124__RUNTIME_LIBS_6 =
250700e4 125!endif
8c9f8f91
JS
126__RTTIFLAG_7 =
127!ifeq USE_RTTI 0
128__RTTIFLAG_7 =
b14abf14 129!endif
8c9f8f91
JS
130!ifeq USE_RTTI 1
131__RTTIFLAG_7 = -xr
b14abf14 132!endif
8c9f8f91 133__EXCEPTIONSFLAG_8 =
b17c1746 134!ifeq USE_EXCEPTIONS 0
8c9f8f91 135__EXCEPTIONSFLAG_8 =
b17c1746
DE
136!endif
137!ifeq USE_EXCEPTIONS 1
8c9f8f91 138__EXCEPTIONSFLAG_8 = -xs
250700e4 139!endif
fd9f42b6
VS
140__WXLIB_ADV_p =
141!ifeq MONOLITHIC 0
142__WXLIB_ADV_p = &
c33fae85 143 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
fd9f42b6 144!endif
250700e4
RD
145__WXLIB_CORE_p =
146!ifeq MONOLITHIC 0
25a73439 147__WXLIB_CORE_p = &
c33fae85 148 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 149!endif
b17c1746
DE
150__WXLIB_BASE_p =
151!ifeq MONOLITHIC 0
c33fae85
RN
152__WXLIB_BASE_p = &
153 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 154!endif
250700e4
RD
155__WXLIB_MONO_p =
156!ifeq MONOLITHIC 1
25a73439 157__WXLIB_MONO_p = &
c33fae85 158 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 159!endif
b17c1746
DE
160__LIB_TIFF_p =
161!ifeq USE_GUI 1
9c2d002b 162__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
163!endif
164__LIB_JPEG_p =
165!ifeq USE_GUI 1
9c2d002b 166__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
167!endif
168__LIB_PNG_p =
169!ifeq USE_GUI 1
9c2d002b 170__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746 171!endif
3abcf424
RD
172__GDIPLUS_LIB_p =
173!ifeq USE_GDIPLUS 1
174__GDIPLUS_LIB_p = gdiplus.lib
175!endif
250700e4
RD
176__WXUNIV_DEFINE_p =
177!ifeq WXUNIV 1
178__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
179!endif
b17c1746 180__DEBUG_DEFINE_p =
d12d9eda
VZ
181!ifeq DEBUG_FLAG 0
182__DEBUG_DEFINE_p = -dwxDEBUG_LEVEL=0
b17c1746 183!endif
8c9f8f91
JS
184__EXCEPTIONS_DEFINE_p =
185!ifeq USE_EXCEPTIONS 0
186__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
187!endif
188__RTTI_DEFINE_p =
189!ifeq USE_RTTI 0
190__RTTI_DEFINE_p = -dwxNO_RTTI
191!endif
192__THREAD_DEFINE_p =
193!ifeq USE_THREADS 0
194__THREAD_DEFINE_p = -dwxNO_THREADS
195!endif
b17c1746 196__UNICODE_DEFINE_p =
7379e476
VZ
197!ifeq UNICODE 0
198__UNICODE_DEFINE_p = -dwxUSE_UNICODE=0
199!endif
b17c1746
DE
200!ifeq UNICODE 1
201__UNICODE_DEFINE_p = -d_UNICODE
202!endif
3abcf424
RD
203__GFXCTX_DEFINE_p =
204!ifeq USE_GDIPLUS 1
205__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
206!endif
b17c1746
DE
207__DLLFLAG_p =
208!ifeq SHARED 1
209__DLLFLAG_p = -dWXUSINGDLL
210!endif
250700e4
RD
211
212### Variables: ###
213
ae4ccf12 214WX_RELEASE_NODOT = 29
444833b3 215COMPILER_PREFIX = wat
25a73439 216OBJS = &
444833b3
CE
217 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
218LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
219SETUPHDIR = &
220 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
221WIZARD_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
222 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
223 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
3abcf424
RD
224 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
225 -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
226 -i=.\..\..\samples -dNOPCH $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) &
227 $(CXXFLAGS)
25a73439
VS
228WIZARD_OBJECTS = &
229 $(OBJS)\wizard_wizard.obj
250700e4 230
250700e4
RD
231
232all : $(OBJS)
233$(OBJS) :
234 -if not exist $(OBJS) mkdir $(OBJS)
235
236### Targets: ###
237
238all : .SYMBOLIC $(OBJS)\wizard.exe
239
250700e4
RD
240clean : .SYMBOLIC
241 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
242 -if exist $(OBJS)\*.res del $(OBJS)\*.res
243 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
244 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
b14abf14 245 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
250700e4
RD
246 -if exist $(OBJS)\wizard.exe del $(OBJS)\wizard.exe
247
25a73439 248$(OBJS)\wizard.exe : $(WIZARD_OBJECTS) $(OBJS)\wizard_wizard.res
250700e4
RD
249 @%create $(OBJS)\wizard.lbc
250 @%append $(OBJS)\wizard.lbc option quiet
251 @%append $(OBJS)\wizard.lbc name $^@
75a0a7b7 252 @%append $(OBJS)\wizard.lbc option caseexact
8ece421c 253 @%append $(OBJS)\wizard.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(LDFLAGS)
25a73439 254 @for %i in ($(WIZARD_OBJECTS)) do @%append $(OBJS)\wizard.lbc file %i
b44f5137 255 @for %i in ( $(__WXLIB_ADV_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) $(__GDIPLUS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib) do @%append $(OBJS)\wizard.lbc library %i
250700e4 256 @%append $(OBJS)\wizard.lbc option resource=$(OBJS)\wizard_wizard.res
77a7dfc1 257 @for %i in () do @%append $(OBJS)\wizard.lbc option stack=%i
250700e4 258 wlink @$(OBJS)\wizard.lbc
b17c1746
DE
259
260$(OBJS)\wizard_wizard.obj : .AUTODEPEND .\wizard.cpp
4cbcfb73 261 $(CXX) -bt=nt -zq -fo=$^@ $(WIZARD_CXXFLAGS) $<
b17c1746
DE
262
263$(OBJS)\wizard_wizard.res : .AUTODEPEND .\wizard.rc
444833b3 264 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<
b14abf14 265