]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/mmedia/makefile.vc
Avoid warnings from mgl headers if possible.
[wxWidgets.git] / contrib / samples / mmedia / makefile.vc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
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
15WX_RELEASE_NODOT = 26
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18LIBDIRNAME = .\..\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21MMBOARD_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
22 $(__DEBUGINFO_0) /Fd$(OBJS)\mmboard.pdb $(____DEBUGRUNTIME_2_p) \
23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
26 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples /DNOPCH \
27 /I.\..\..\include $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) \
28 $(CXXFLAGS)
29MMBOARD_OBJECTS = \
30 $(OBJS)\mmboard_mmboard.obj \
31 $(OBJS)\mmboard_mmbman.obj \
32 $(OBJS)\mmboard_mmboard.res
33
34### Conditionally set variables: ###
35
36!if "$(USE_GUI)" == "0"
37PORTNAME = base
38!endif
39!if "$(USE_GUI)" == "1"
40PORTNAME = msw
41!endif
42!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
43WXDEBUGFLAG = d
44!endif
45!if "$(DEBUG_FLAG)" == "1"
46WXDEBUGFLAG = d
47!endif
48!if "$(UNICODE)" == "1"
49WXUNICODEFLAG = u
50!endif
51!if "$(WXUNIV)" == "1"
52WXUNIVNAME = univ
53!endif
54!if "$(SHARED)" == "1"
55WXDLLFLAG = dll
56!endif
57!if "$(SHARED)" == "0"
58LIBTYPE_SUFFIX = lib
59!endif
60!if "$(SHARED)" == "1"
61LIBTYPE_SUFFIX = dll
62!endif
63!if "$(MONOLITHIC)" == "0"
64EXTRALIBS_FOR_BASE =
65!endif
66!if "$(MONOLITHIC)" == "1"
67EXTRALIBS_FOR_BASE =
68!endif
69!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
70__DEBUGINFO_0 = /Zi
71!endif
72!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
73__DEBUGINFO_0 =
74!endif
75!if "$(DEBUG_INFO)" == "0"
76__DEBUGINFO_0 =
77!endif
78!if "$(DEBUG_INFO)" == "1"
79__DEBUGINFO_0 = /Zi
80!endif
81!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
82__DEBUGINFO_1 = /DEBUG
83!endif
84!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
85__DEBUGINFO_1 =
86!endif
87!if "$(DEBUG_INFO)" == "0"
88__DEBUGINFO_1 =
89!endif
90!if "$(DEBUG_INFO)" == "1"
91__DEBUGINFO_1 = /DEBUG
92!endif
93!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
94____DEBUGRUNTIME_2_p = /D_DEBUG
95!endif
96!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
97____DEBUGRUNTIME_2_p =
98!endif
99!if "$(DEBUG_RUNTIME_LIBS)" == "0"
100____DEBUGRUNTIME_2_p =
101!endif
102!if "$(DEBUG_RUNTIME_LIBS)" == "1"
103____DEBUGRUNTIME_2_p = /D_DEBUG
104!endif
105!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
106____DEBUGRUNTIME_2_p_1 = /d _DEBUG
107!endif
108!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
109____DEBUGRUNTIME_2_p_1 =
110!endif
111!if "$(DEBUG_RUNTIME_LIBS)" == "0"
112____DEBUGRUNTIME_2_p_1 =
113!endif
114!if "$(DEBUG_RUNTIME_LIBS)" == "1"
115____DEBUGRUNTIME_2_p_1 = /d _DEBUG
116!endif
117!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
118__DEBUGRUNTIME_3 = d
119!endif
120!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
121__DEBUGRUNTIME_3 =
122!endif
123!if "$(DEBUG_RUNTIME_LIBS)" == "0"
124__DEBUGRUNTIME_3 =
125!endif
126!if "$(DEBUG_RUNTIME_LIBS)" == "1"
127__DEBUGRUNTIME_3 = d
128!endif
129!if "$(BUILD)" == "debug"
130__OPTIMIZEFLAG_4 = /Od
131!endif
132!if "$(BUILD)" == "release"
133__OPTIMIZEFLAG_4 = /O2
134!endif
135!if "$(USE_THREADS)" == "0"
136__THREADSFLAG_7 = L
137!endif
138!if "$(USE_THREADS)" == "1"
139__THREADSFLAG_7 = T
140!endif
141!if "$(RUNTIME_LIBS)" == "dynamic"
142__RUNTIME_LIBS_8 = D
143!endif
144!if "$(RUNTIME_LIBS)" == "static"
145__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
146!endif
147!if "$(USE_RTTI)" == "0"
148__RTTIFLAG_9 =
149!endif
150!if "$(USE_RTTI)" == "1"
151__RTTIFLAG_9 = /GR
152!endif
153!if "$(USE_EXCEPTIONS)" == "0"
154__EXCEPTIONSFLAG_10 =
155!endif
156!if "$(USE_EXCEPTIONS)" == "1"
157__EXCEPTIONSFLAG_10 = /EHsc
158!endif
159!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
160__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
161!endif
162!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
163__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
164!endif
165!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
166__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
167!endif
168!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
169__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
170!endif
171!if "$(WXUNIV)" == "1"
172__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
173!endif
174!if "$(WXUNIV)" == "1"
175__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
176!endif
177!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
178__DEBUG_DEFINE_p = /D__WXDEBUG__
179!endif
180!if "$(DEBUG_FLAG)" == "1"
181__DEBUG_DEFINE_p = /D__WXDEBUG__
182!endif
183!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
184__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
185!endif
186!if "$(DEBUG_FLAG)" == "1"
187__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
188!endif
189!if "$(USE_EXCEPTIONS)" == "0"
190__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
191!endif
192!if "$(USE_EXCEPTIONS)" == "0"
193__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
194!endif
195!if "$(USE_RTTI)" == "0"
196__RTTI_DEFINE_p = /DwxNO_RTTI
197!endif
198!if "$(USE_RTTI)" == "0"
199__RTTI_DEFINE_p_1 = /d wxNO_RTTI
200!endif
201!if "$(USE_THREADS)" == "0"
202__THREAD_DEFINE_p = /DwxNO_THREADS
203!endif
204!if "$(USE_THREADS)" == "0"
205__THREAD_DEFINE_p_1 = /d wxNO_THREADS
206!endif
207!if "$(UNICODE)" == "1"
208__UNICODE_DEFINE_p = /D_UNICODE
209!endif
210!if "$(UNICODE)" == "1"
211__UNICODE_DEFINE_p_1 = /d _UNICODE
212!endif
213!if "$(SHARED)" == "1"
214__DLLFLAG_p = /DWXUSINGDLL
215!endif
216!if "$(SHARED)" == "1"
217__DLLFLAG_p_1 = /d WXUSINGDLL
218!endif
219!if "$(MONOLITHIC)" == "0"
220__WXLIB_CORE_p = \
221 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
222!endif
223!if "$(MONOLITHIC)" == "0"
224__WXLIB_BASE_p = \
225 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
226!endif
227!if "$(MONOLITHIC)" == "1"
228__WXLIB_MONO_p = \
229 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
230!endif
231!if "$(USE_GUI)" == "1"
232__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
233!endif
234!if "$(USE_GUI)" == "1"
235__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
236!endif
237!if "$(USE_GUI)" == "1"
238__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
239!endif
240!if "$(MSLU)" == "1"
241__UNICOWS_LIB_p = unicows.lib
242!endif
243
244
245all: $(OBJS)
246$(OBJS):
247 -if not exist $(OBJS) mkdir $(OBJS)
248
249### Targets: ###
250
251all: $(OBJS)\mmboard.exe
252
253clean:
254 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
255 -if exist $(OBJS)\*.res del $(OBJS)\*.res
256 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
257 -if exist $(OBJS)\mmboard.exe del $(OBJS)\mmboard.exe
258 -if exist $(OBJS)\mmboard.ilk del $(OBJS)\mmboard.ilk
259 -if exist $(OBJS)\mmboard.pdb del $(OBJS)\mmboard.pdb
260
261$(OBJS)\mmboard.exe: $(MMBOARD_OBJECTS) $(OBJS)\mmboard_mmboard.res
262 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
263 $(MMBOARD_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_mmedia.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) 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 oleacc.lib odbc32.lib
264<<
265
266$(OBJS)\mmboard_mmboard.obj: .\mmboard.cpp
267 $(CXX) /c /nologo /TP /Fo$@ $(MMBOARD_CXXFLAGS) $**
268
269$(OBJS)\mmboard_mmbman.obj: .\mmbman.cpp
270 $(CXX) /c /nologo /TP /Fo$@ $(MMBOARD_CXXFLAGS) $**
271
272$(OBJS)\mmboard_mmboard.res: .\mmboard.rc
273 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) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples /d NOPCH /i .\..\..\include $**
274