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