]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/animate/makefile.vc
Must have event.Skip() in OnSize for wxUniv
[wxWidgets.git] / contrib / samples / animate / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
f509d00d 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
4638d697 6
fd9f42b6 7!include <../../../build/msw/config.vc>
250700e4
RD
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
9bfe7ad9
VS
15ANITEST_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO_0) /Fd$(OBJS)\anitest.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395
JS
17 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
18 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
19 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
9bfe7ad9
VS
20 /I.\..\..\include $(__EXCEPTIONSFLAG_8) $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) \
21 $(CXXFLAGS)
3f55f5b8 22ANITEST_OBJECTS = \
e80ae200
VS
23 $(OBJS)\anitest_anitest.obj \
24 $(OBJS)\anitest_anitest.res
3f55f5b8
VS
25OBJS = \
26 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
250700e4
RD
29
30### Conditionally set variables: ###
31
75a0a7b7
VS
32!if "$(SHARED)" == "0"
33LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
34!endif
35!if "$(SHARED)" == "1"
36LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
37!endif
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
50!if "$(SHARED)" == "1"
51WXDLLFLAG = dll
52!endif
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
3f55f5b8
VS
59!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
60__DEBUGINFO_0 = /Zi
250700e4 61!endif
3f55f5b8
VS
62!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
63__DEBUGINFO_0 =
250700e4 64!endif
3f55f5b8
VS
65!if "$(DEBUG_INFO)" == "0"
66__DEBUGINFO_0 =
250700e4 67!endif
3f55f5b8
VS
68!if "$(DEBUG_INFO)" == "1"
69__DEBUGINFO_0 = /Zi
250700e4 70!endif
3f55f5b8
VS
71!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
72__DEBUGINFO_1 = /DEBUG
250700e4 73!endif
3f55f5b8
VS
74!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
75__DEBUGINFO_1 =
250700e4 76!endif
3f55f5b8
VS
77!if "$(DEBUG_INFO)" == "0"
78__DEBUGINFO_1 =
79!endif
80!if "$(DEBUG_INFO)" == "1"
81__DEBUGINFO_1 = /DEBUG
82!endif
83!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
84__DEBUGINFO_3 = d
85!endif
86!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
87__DEBUGINFO_3 =
88!endif
89!if "$(DEBUG_INFO)" == "0"
90__DEBUGINFO_3 =
91!endif
92!if "$(DEBUG_INFO)" == "1"
93__DEBUGINFO_3 = d
94!endif
95!if "$(DEBUG_RUNTIME_LIBS)" == "0"
96__DEBUGRUNTIME_3 =
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "1"
99__DEBUGRUNTIME_3 = d
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "default"
102__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
103!endif
104!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
105__DEBUG_DEFINE_p = /D__WXDEBUG__
106!endif
107!if "$(DEBUG_FLAG)" == "1"
250700e4 108__DEBUG_DEFINE_p = /D__WXDEBUG__
7c9955d1 109!endif
e80ae200
VS
110!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
111__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
112!endif
113!if "$(DEBUG_FLAG)" == "1"
114__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
115!endif
250700e4
RD
116!if "$(SHARED)" == "1"
117__DLLFLAG_p = /DWXUSINGDLL
118!endif
e80ae200
VS
119!if "$(SHARED)" == "1"
120__DLLFLAG_p_1 = /d WXUSINGDLL
121!endif
a4ad36cd
VS
122!if "$(USE_EXCEPTIONS)" == "0"
123__EXCEPTIONSFLAG_8 =
124!endif
125!if "$(USE_EXCEPTIONS)" == "1"
126__EXCEPTIONSFLAG_8 = /GR
127!endif
128!if "$(USE_EXCEPTIONS)" == "0"
129__EXCEPTIONSFLAG_9 =
130!endif
131!if "$(USE_EXCEPTIONS)" == "1"
132__EXCEPTIONSFLAG_9 = /GX
133!endif
3f55f5b8
VS
134!if "$(USE_GUI)" == "1"
135__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
136!endif
137!if "$(USE_GUI)" == "1"
138__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
139!endif
140!if "$(USE_GUI)" == "1"
141__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
142!endif
ec08d395
JS
143!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
144__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
145!endif
146!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
147__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
148!endif
149!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
150__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
151!endif
152!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
153__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
154!endif
250700e4 155!if "$(BUILD)" == "debug"
bdc408c4 156__OPTIMIZEFLAG_4 = /Od
250700e4
RD
157!endif
158!if "$(BUILD)" == "release"
bdc408c4 159__OPTIMIZEFLAG_4 = /O2
250700e4
RD
160!endif
161!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 162__RUNTIME_LIBS_7 = D
250700e4
RD
163!endif
164!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 165__RUNTIME_LIBS_7 = T
250700e4
RD
166!endif
167!if "$(UNICODE)" == "1"
ec08d395 168__UNICODE_DEFINE_p = /D_UNICODE
250700e4 169!endif
e80ae200 170!if "$(UNICODE)" == "1"
ec08d395 171__UNICODE_DEFINE_p_1 = /d _UNICODE
e80ae200 172!endif
2265a2d5
VS
173!if "$(MSLU)" == "1"
174__UNICOWS_LIB_p = unicows.lib
175!endif
250700e4
RD
176!if "$(MONOLITHIC)" == "0"
177__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
178!endif
179!if "$(MONOLITHIC)" == "0"
3f55f5b8
VS
180__WXLIB_CORE_p = \
181 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
250700e4
RD
182!endif
183!if "$(MONOLITHIC)" == "1"
3f55f5b8
VS
184__WXLIB_MONO_p = \
185 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
250700e4
RD
186!endif
187!if "$(WXUNIV)" == "1"
188__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
189!endif
e80ae200
VS
190!if "$(WXUNIV)" == "1"
191__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
192!endif
3f55f5b8
VS
193!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
194____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 195!endif
3f55f5b8 196!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
e80ae200 197____DEBUGINFO_2_p =
3f55f5b8
VS
198!endif
199!if "$(DEBUG_INFO)" == "0"
e80ae200 200____DEBUGINFO_2_p =
3f55f5b8
VS
201!endif
202!if "$(DEBUG_INFO)" == "1"
203____DEBUGINFO_2_p = /D_DEBUG
204!endif
e80ae200
VS
205!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
206____DEBUGINFO_2_p_1 = /d _DEBUG
207!endif
208!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
209____DEBUGINFO_2_p_1 =
210!endif
211!if "$(DEBUG_INFO)" == "0"
212____DEBUGINFO_2_p_1 =
213!endif
214!if "$(DEBUG_INFO)" == "1"
215____DEBUGINFO_2_p_1 = /d _DEBUG
216!endif
3f55f5b8 217!if "$(DEBUG_RUNTIME_LIBS)" == "0"
e80ae200 218____DEBUGRUNTIME_2_p =
3f55f5b8
VS
219!endif
220!if "$(DEBUG_RUNTIME_LIBS)" == "1"
221____DEBUGRUNTIME_2_p = /D_DEBUG
222!endif
223!if "$(DEBUG_RUNTIME_LIBS)" == "default"
224____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
bdc408c4 225!endif
e80ae200
VS
226!if "$(DEBUG_RUNTIME_LIBS)" == "0"
227____DEBUGRUNTIME_2_p_1 =
228!endif
229!if "$(DEBUG_RUNTIME_LIBS)" == "1"
230____DEBUGRUNTIME_2_p_1 = /d _DEBUG
231!endif
232!if "$(DEBUG_RUNTIME_LIBS)" == "default"
233____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
234!endif
250700e4
RD
235
236
237all: $(OBJS)
238$(OBJS):
239 -if not exist $(OBJS) mkdir $(OBJS)
240
241### Targets: ###
242
243all: $(OBJS)\anitest.exe data
244
245$(OBJS)\anitest_anitest.obj: .\anitest.cpp
246 $(CXX) /c /nologo /TP /Fo$@ $(ANITEST_CXXFLAGS) $**
247
e80ae200 248$(OBJS)\anitest_anitest.res: .\anitest.rc
ec08d395 249 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 /i .\..\..\include $**
e80ae200
VS
250
251$(OBJS)\anitest.exe: $(ANITEST_OBJECTS) $(OBJS)\anitest_anitest.res
75a0a7b7 252 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
ec08d395 253 $(ANITEST_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib
250700e4 254<<
4638d697 255
250700e4
RD
256clean:
257 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
258 -if exist $(OBJS)\*.res del $(OBJS)\*.res
259 -if exist $(OBJS)\anitest.exe del $(OBJS)\anitest.exe
ec08d395
JS
260 -if exist $(OBJS)\anitest.ilk del $(OBJS)\anitest.ilk
261 -if exist $(OBJS)\anitest.pdb del $(OBJS)\anitest.pdb
4638d697 262
250700e4
RD
263data:
264 if not exist $(OBJS) mkdir $(OBJS)
265 for %f in (bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS)