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