]> git.saurik.com Git - wxWidgets.git/blame - samples/xrc/makefile.vc
update status bar display when we don't have focus too
[wxWidgets.git] / samples / xrc / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
64d452a8 6
c33fae85 7!include <../../build/msw/config.vc>
64d452a8 8
250700e4
RD
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
af1337b0 12
250700e4 13### Variables: ###
64d452a8 14
ae4ccf12 15WX_RELEASE_NODOT = 29
3f55f5b8 16OBJS = \
ab6ea1ac
MW
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
18LIBDIRNAME = .\..\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91 21XRCDEMO_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
9bfe7ad9 22 $(__DEBUGINFO_0) /Fd$(OBJS)\xrcdemo.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395 23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
8c9f8f91 24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
26 $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) \
27 /D_WINDOWS /I.\..\..\samples /DNOPCH $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) \
28 $(CPPFLAGS) $(CXXFLAGS)
3f55f5b8
VS
29XRCDEMO_OBJECTS = \
30 $(OBJS)\xrcdemo_xrcdemo.obj \
31 $(OBJS)\xrcdemo_myframe.obj \
32 $(OBJS)\xrcdemo_derivdlg.obj \
33 $(OBJS)\xrcdemo_custclas.obj \
34 $(OBJS)\xrcdemo_xrcdemo.res
64d452a8 35
250700e4 36### Conditionally set variables: ###
af1337b0 37
250700e4
RD
38!if "$(USE_GUI)" == "0"
39PORTNAME = base
40!endif
41!if "$(USE_GUI)" == "1"
42PORTNAME = msw
43!endif
3f55f5b8
VS
44!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
45WXDEBUGFLAG = d
46!endif
47!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
48WXDEBUGFLAG = d
49!endif
250700e4
RD
50!if "$(UNICODE)" == "1"
51WXUNICODEFLAG = u
52!endif
53!if "$(WXUNIV)" == "1"
54WXUNIVNAME = univ
55!endif
9d309aad 56!if "$(TARGET_CPU)" == "amd64"
ab6ea1ac
MW
57DIR_SUFFIX_CPU = _amd64
58!endif
9d309aad
MW
59!if "$(TARGET_CPU)" == "amd64"
60DIR_SUFFIX_CPU = _amd64
61!endif
62!if "$(TARGET_CPU)" == "ia64"
63DIR_SUFFIX_CPU = _ia64
64!endif
65!if "$(TARGET_CPU)" == "ia64"
ab6ea1ac
MW
66DIR_SUFFIX_CPU = _ia64
67!endif
b17c1746
DE
68!if "$(SHARED)" == "1"
69WXDLLFLAG = dll
70!endif
b14abf14
JS
71!if "$(SHARED)" == "0"
72LIBTYPE_SUFFIX = lib
73!endif
74!if "$(SHARED)" == "1"
75LIBTYPE_SUFFIX = dll
76!endif
9d309aad
MW
77!if "$(TARGET_CPU)" == "amd64"
78LINK_TARGET_CPU = /MACHINE:AMD64
79!endif
80!if "$(TARGET_CPU)" == "amd64"
ab6ea1ac
MW
81LINK_TARGET_CPU = /MACHINE:AMD64
82!endif
9d309aad
MW
83!if "$(TARGET_CPU)" == "ia64"
84LINK_TARGET_CPU = /MACHINE:IA64
85!endif
86!if "$(TARGET_CPU)" == "ia64"
ab6ea1ac
MW
87LINK_TARGET_CPU = /MACHINE:IA64
88!endif
dd65d8c8
RN
89!if "$(MONOLITHIC)" == "0"
90EXTRALIBS_FOR_BASE =
91!endif
92!if "$(MONOLITHIC)" == "1"
93EXTRALIBS_FOR_BASE =
94!endif
3f55f5b8
VS
95!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
96__DEBUGINFO_0 = /Zi
250700e4 97!endif
3f55f5b8
VS
98!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
99__DEBUGINFO_0 =
250700e4 100!endif
3f55f5b8
VS
101!if "$(DEBUG_INFO)" == "0"
102__DEBUGINFO_0 =
250700e4 103!endif
3f55f5b8
VS
104!if "$(DEBUG_INFO)" == "1"
105__DEBUGINFO_0 = /Zi
250700e4 106!endif
3f55f5b8
VS
107!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
108__DEBUGINFO_1 = /DEBUG
250700e4 109!endif
3f55f5b8
VS
110!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
111__DEBUGINFO_1 =
250700e4 112!endif
3f55f5b8
VS
113!if "$(DEBUG_INFO)" == "0"
114__DEBUGINFO_1 =
115!endif
116!if "$(DEBUG_INFO)" == "1"
117__DEBUGINFO_1 = /DEBUG
118!endif
21c6080d
JS
119!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
120____DEBUGRUNTIME_2_p = /D_DEBUG
121!endif
122!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
123____DEBUGRUNTIME_2_p =
124!endif
b17c1746
DE
125!if "$(DEBUG_RUNTIME_LIBS)" == "0"
126____DEBUGRUNTIME_2_p =
127!endif
128!if "$(DEBUG_RUNTIME_LIBS)" == "1"
129____DEBUGRUNTIME_2_p = /D_DEBUG
130!endif
21c6080d
JS
131!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
132____DEBUGRUNTIME_2_p_1 = /d _DEBUG
3f55f5b8 133!endif
21c6080d
JS
134!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
135____DEBUGRUNTIME_2_p_1 =
b17c1746
DE
136!endif
137!if "$(DEBUG_RUNTIME_LIBS)" == "0"
138____DEBUGRUNTIME_2_p_1 =
139!endif
140!if "$(DEBUG_RUNTIME_LIBS)" == "1"
141____DEBUGRUNTIME_2_p_1 = /d _DEBUG
142!endif
21c6080d
JS
143!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
144__DEBUGRUNTIME_3 = d
b17c1746 145!endif
21c6080d
JS
146!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
147__DEBUGRUNTIME_3 =
3f55f5b8
VS
148!endif
149!if "$(DEBUG_RUNTIME_LIBS)" == "0"
150__DEBUGRUNTIME_3 =
151!endif
152!if "$(DEBUG_RUNTIME_LIBS)" == "1"
153__DEBUGRUNTIME_3 = d
154!endif
b17c1746
DE
155!if "$(BUILD)" == "debug"
156__OPTIMIZEFLAG_4 = /Od
250700e4 157!endif
b17c1746
DE
158!if "$(BUILD)" == "release"
159__OPTIMIZEFLAG_4 = /O2
160!endif
8c9f8f91
JS
161!if "$(USE_THREADS)" == "0"
162__THREADSFLAG_7 = L
163!endif
164!if "$(USE_THREADS)" == "1"
165__THREADSFLAG_7 = T
166!endif
b17c1746 167!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 168__RUNTIME_LIBS_8 = D
b17c1746
DE
169!endif
170!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 171__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
3f55f5b8 172!endif
8c9f8f91
JS
173!if "$(USE_RTTI)" == "0"
174__RTTIFLAG_9 =
a4ad36cd 175!endif
8c9f8f91
JS
176!if "$(USE_RTTI)" == "1"
177__RTTIFLAG_9 = /GR
a4ad36cd
VS
178!endif
179!if "$(USE_EXCEPTIONS)" == "0"
8c9f8f91 180__EXCEPTIONSFLAG_10 =
a4ad36cd
VS
181!endif
182!if "$(USE_EXCEPTIONS)" == "1"
8c9f8f91 183__EXCEPTIONSFLAG_10 = /EHsc
a4ad36cd 184!endif
ec08d395
JS
185!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
186__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
187!endif
188!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
189__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
190!endif
191!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
192__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
193!endif
194!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
195__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
196!endif
b17c1746
DE
197!if "$(WXUNIV)" == "1"
198__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
250700e4 199!endif
b17c1746
DE
200!if "$(WXUNIV)" == "1"
201__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
250700e4 202!endif
b17c1746
DE
203!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
204__DEBUG_DEFINE_p = /D__WXDEBUG__
250700e4 205!endif
b17c1746
DE
206!if "$(DEBUG_FLAG)" == "1"
207__DEBUG_DEFINE_p = /D__WXDEBUG__
208!endif
209!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
210__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
211!endif
212!if "$(DEBUG_FLAG)" == "1"
213__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
250700e4 214!endif
8c9f8f91
JS
215!if "$(USE_EXCEPTIONS)" == "0"
216__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
217!endif
218!if "$(USE_EXCEPTIONS)" == "0"
219__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
220!endif
221!if "$(USE_RTTI)" == "0"
222__RTTI_DEFINE_p = /DwxNO_RTTI
223!endif
224!if "$(USE_RTTI)" == "0"
225__RTTI_DEFINE_p_1 = /d wxNO_RTTI
226!endif
227!if "$(USE_THREADS)" == "0"
228__THREAD_DEFINE_p = /DwxNO_THREADS
229!endif
230!if "$(USE_THREADS)" == "0"
231__THREAD_DEFINE_p_1 = /d wxNO_THREADS
232!endif
250700e4 233!if "$(UNICODE)" == "1"
ec08d395 234__UNICODE_DEFINE_p = /D_UNICODE
250700e4
RD
235!endif
236!if "$(UNICODE)" == "1"
ec08d395 237__UNICODE_DEFINE_p_1 = /d _UNICODE
250700e4 238!endif
2113bc77
MW
239!if "$(MSLU)" == "1"
240__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
241!endif
242!if "$(MSLU)" == "1"
243__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
244!endif
3abcf424
RD
245!if "$(USE_GDIPLUS)" == "1"
246__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
247!endif
248!if "$(USE_GDIPLUS)" == "1"
249__GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
250!endif
b17c1746
DE
251!if "$(SHARED)" == "1"
252__DLLFLAG_p = /DWXUSINGDLL
253!endif
254!if "$(SHARED)" == "1"
255__DLLFLAG_p_1 = /d WXUSINGDLL
2265a2d5 256!endif
250700e4 257!if "$(MONOLITHIC)" == "0"
c33fae85
RN
258__WXLIB_XRC_p = \
259 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
260!endif
261!if "$(MONOLITHIC)" == "0"
b17c1746 262__WXLIB_HTML_p = \
c33fae85 263 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
2eb7ed88
JS
264!endif
265!if "$(MONOLITHIC)" == "0"
b17c1746 266__WXLIB_ADV_p = \
c33fae85 267 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
250700e4
RD
268!endif
269!if "$(MONOLITHIC)" == "0"
3f55f5b8 270__WXLIB_CORE_p = \
c33fae85 271 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4
RD
272!endif
273!if "$(MONOLITHIC)" == "0"
c33fae85
RN
274__WXLIB_XML_p = \
275 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
b17c1746
DE
276!endif
277!if "$(MONOLITHIC)" == "0"
c33fae85
RN
278__WXLIB_BASE_p = \
279 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4
RD
280!endif
281!if "$(MONOLITHIC)" == "1"
3f55f5b8 282__WXLIB_MONO_p = \
c33fae85 283 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
3f55f5b8 284!endif
b17c1746 285!if "$(USE_GUI)" == "1"
9c2d002b 286__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
3f55f5b8 287!endif
b17c1746 288!if "$(USE_GUI)" == "1"
9c2d002b 289__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
3f55f5b8 290!endif
b17c1746 291!if "$(USE_GUI)" == "1"
9c2d002b 292__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
3f55f5b8 293!endif
b17c1746
DE
294!if "$(MSLU)" == "1"
295__UNICOWS_LIB_p = unicows.lib
3f55f5b8 296!endif
3abcf424
RD
297!if "$(USE_GDIPLUS)" == "1"
298__GDIPLUS_LIB_p = gdiplus.lib
299!endif
250700e4
RD
300
301
302all: $(OBJS)
303$(OBJS):
304 -if not exist $(OBJS) mkdir $(OBJS)
305
306### Targets: ###
307
308all: $(OBJS)\xrcdemo.exe data
309
250700e4
RD
310clean:
311 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
312 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 313 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
250700e4 314 -if exist $(OBJS)\xrcdemo.exe del $(OBJS)\xrcdemo.exe
ec08d395
JS
315 -if exist $(OBJS)\xrcdemo.ilk del $(OBJS)\xrcdemo.ilk
316 -if exist $(OBJS)\xrcdemo.pdb del $(OBJS)\xrcdemo.pdb
250700e4 317
3f55f5b8 318$(OBJS)\xrcdemo.exe: $(XRCDEMO_OBJECTS) $(OBJS)\xrcdemo_xrcdemo.res
ab6ea1ac 319 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
3abcf424 320 $(XRCDEMO_OBJECTS) $(__WXLIB_XRC_p) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_CORE_p) $(__WXLIB_XML_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) $(__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
250700e4 321<<
b17c1746
DE
322
323data:
324 if not exist $(OBJS)\rc mkdir $(OBJS)\rc
2add9e3c 325 for %f in (appicon.ico appicon.xpm artprov.xpm artprov.xrc basicdlg.xpm basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif resource.xrc toolbar.xrc uncenter.xpm uncenter.xrc update.gif variable.xpm variable.xrc throbber.gif stop.xpm) do if not exist $(OBJS)\rc\%f copy .\rc\%f $(OBJS)\rc
b17c1746
DE
326
327$(OBJS)\xrcdemo_xrcdemo.obj: .\xrcdemo.cpp
328 $(CXX) /c /nologo /TP /Fo$@ $(XRCDEMO_CXXFLAGS) $**
329
330$(OBJS)\xrcdemo_myframe.obj: .\myframe.cpp
331 $(CXX) /c /nologo /TP /Fo$@ $(XRCDEMO_CXXFLAGS) $**
332
333$(OBJS)\xrcdemo_derivdlg.obj: .\derivdlg.cpp
334 $(CXX) /c /nologo /TP /Fo$@ $(XRCDEMO_CXXFLAGS) $**
335
336$(OBJS)\xrcdemo_custclas.obj: .\custclas.cpp
337 $(CXX) /c /nologo /TP /Fo$@ $(XRCDEMO_CXXFLAGS) $**
338
339$(OBJS)\xrcdemo_xrcdemo.res: .\xrcdemo.rc
3abcf424 340 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /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) $(__GFXCTX_DEFINE_p_1) /i $(SETUPHDIR) /i .\..\..\include /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples /d NOPCH $**
b14abf14 341