non-PCH build fix (according to Tinderbox).
[wxWidgets.git] / utils / wxrc / makefile.wat
0 / 252 (  0%)
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!include ../../build/msw/config.wat
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
21! loaddll wlink wlink
22! loaddll wlib wlibd
23!endif
24
25# We need these variables in some bakefile-made rules:
26WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28### Conditionally set variables: ###
29
30PORTNAME =
31!ifeq USE_GUI 0
32PORTNAME = base
33!endif
34!ifeq USE_GUI 1
35PORTNAME = msw
36!endif
37WXDEBUGFLAG =
38!ifeq BUILD debug
39!ifeq DEBUG_FLAG default
40WXDEBUGFLAG = d
41!endif
42!endif
43!ifeq DEBUG_FLAG 1
44WXDEBUGFLAG = d
45!endif
46WXUNICODEFLAG =
47!ifeq UNICODE 1
48WXUNICODEFLAG = u
49!endif
50WXUNIVNAME =
51!ifeq WXUNIV 1
52WXUNIVNAME = univ
53!endif
54WXDLLFLAG =
55!ifeq SHARED 1
56WXDLLFLAG = dll
57!endif
58LIBTYPE_SUFFIX =
59!ifeq SHARED 0
60LIBTYPE_SUFFIX = lib
61!endif
62!ifeq SHARED 1
63LIBTYPE_SUFFIX = dll
64!endif
65EXTRALIBS_FOR_BASE =
66!ifeq MONOLITHIC 0
67EXTRALIBS_FOR_BASE =
68!endif
69!ifeq MONOLITHIC 1
70EXTRALIBS_FOR_BASE =
71!endif
72__wxrc___depname =
73!ifeq USE_XRC 1
74__wxrc___depname = $(OBJS)\wxrc.exe
75!endif
76__DEBUGINFO_0 =
77!ifeq BUILD debug
78!ifeq DEBUG_INFO default
79__DEBUGINFO_0 = -d2
80!endif
81!endif
82!ifeq BUILD release
83!ifeq DEBUG_INFO default
84__DEBUGINFO_0 = -d0
85!endif
86!endif
87!ifeq DEBUG_INFO 0
88__DEBUGINFO_0 = -d0
89!endif
90!ifeq DEBUG_INFO 1
91__DEBUGINFO_0 = -d2
92!endif
93__DEBUGINFO_1 =
94!ifeq BUILD debug
95!ifeq DEBUG_INFO default
96__DEBUGINFO_1 = debug all
97!endif
98!endif
99!ifeq BUILD release
100!ifeq DEBUG_INFO default
101__DEBUGINFO_1 =
102!endif
103!endif
104!ifeq DEBUG_INFO 0
105__DEBUGINFO_1 =
106!endif
107!ifeq DEBUG_INFO 1
108__DEBUGINFO_1 = debug all
109!endif
110__OPTIMIZEFLAG_2 =
111!ifeq BUILD debug
112__OPTIMIZEFLAG_2 = -od
113!endif
114!ifeq BUILD release
115__OPTIMIZEFLAG_2 = -ot -ox
116!endif
117__THREADSFLAG_5 =
118!ifeq USE_THREADS 0
119__THREADSFLAG_5 =
120!endif
121!ifeq USE_THREADS 1
122__THREADSFLAG_5 = -bm
123!endif
124__RUNTIME_LIBS_6 =
125!ifeq RUNTIME_LIBS dynamic
126__RUNTIME_LIBS_6 = -br
127!endif
128!ifeq RUNTIME_LIBS static
129__RUNTIME_LIBS_6 =
130!endif
131__RTTIFLAG_7 =
132!ifeq USE_RTTI 0
133__RTTIFLAG_7 =
134!endif
135!ifeq USE_RTTI 1
136__RTTIFLAG_7 = -xr
137!endif
138__EXCEPTIONSFLAG_8 =
139!ifeq USE_EXCEPTIONS 0
140__EXCEPTIONSFLAG_8 =
141!endif
142!ifeq USE_EXCEPTIONS 1
143__EXCEPTIONSFLAG_8 = -xs
144!endif
145__WXUNIV_DEFINE_p =
146!ifeq WXUNIV 1
147__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
148!endif
149__DEBUG_DEFINE_p =
150!ifeq BUILD debug
151!ifeq DEBUG_FLAG default
152__DEBUG_DEFINE_p = -d__WXDEBUG__
153!endif
154!endif
155!ifeq DEBUG_FLAG 1
156__DEBUG_DEFINE_p = -d__WXDEBUG__
157!endif
158__EXCEPTIONS_DEFINE_p =
159!ifeq USE_EXCEPTIONS 0
160__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
161!endif
162__RTTI_DEFINE_p =
163!ifeq USE_RTTI 0
164__RTTI_DEFINE_p = -dwxNO_RTTI
165!endif
166__THREAD_DEFINE_p =
167!ifeq USE_THREADS 0
168__THREAD_DEFINE_p = -dwxNO_THREADS
169!endif
170__UNICODE_DEFINE_p =
171!ifeq UNICODE 1
172__UNICODE_DEFINE_p = -d_UNICODE
173!endif
174__GFXCTX_DEFINE_p =
175!ifeq USE_GDIPLUS 1
176__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
177!endif
178__DLLFLAG_p =
179!ifeq SHARED 1
180__DLLFLAG_p = -dWXUSINGDLL
181!endif
182__WXLIB_XML_p =
183!ifeq MONOLITHIC 0
184__WXLIB_XML_p = &
185 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
186!endif
187__WXLIB_BASE_p =
188!ifeq MONOLITHIC 0
189__WXLIB_BASE_p = &
190 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
191!endif
192__WXLIB_MONO_p =
193!ifeq MONOLITHIC 1
194__WXLIB_MONO_p = &
195 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
196!endif
197__GDIPLUS_LIB_p =
198!ifeq USE_GDIPLUS 1
199__GDIPLUS_LIB_p = gdiplus.lib
200!endif
201
202### Variables: ###
203
204WX_RELEASE_NODOT = 27
205OBJS = &
206 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
207LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
208SETUPHDIR = &
209 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
210WXRC_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
211 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
212 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
213 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
214 -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
215 -dwxUSE_GUI=0 $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
216WXRC_OBJECTS = &
217 $(OBJS)\wxrc_wxrc.obj
218
219
220all : $(OBJS)
221$(OBJS) :
222 -if not exist $(OBJS) mkdir $(OBJS)
223
224### Targets: ###
225
226all : .SYMBOLIC $(__wxrc___depname)
227
228clean : .SYMBOLIC
229 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
230 -if exist $(OBJS)\*.res del $(OBJS)\*.res
231 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
232 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
233 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
234 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
235
236!ifeq USE_XRC 1
237$(OBJS)\wxrc.exe : $(WXRC_OBJECTS)
238 @%create $(OBJS)\wxrc.lbc
239 @%append $(OBJS)\wxrc.lbc option quiet
240 @%append $(OBJS)\wxrc.lbc name $^@
241 @%append $(OBJS)\wxrc.lbc option caseexact
242 @%append $(OBJS)\wxrc.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt ref 'main_'
243 @for %i in ($(WXRC_OBJECTS)) do @%append $(OBJS)\wxrc.lbc file %i
244 @for %i in ( $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_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 odbc32.lib) do @%append $(OBJS)\wxrc.lbc library %i
245 @%append $(OBJS)\wxrc.lbc
246 @for %i in () do @%append $(OBJS)\wxrc.lbc option stack=%i
247 wlink @$(OBJS)\wxrc.lbc
248!endif
249
250$(OBJS)\wxrc_wxrc.obj : .AUTODEPEND .\wxrc.cpp
251 $(CXX) -bt=nt -zq -fo=$^@ $(WXRC_CXXFLAGS) $<
252