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