]> git.saurik.com Git - wxWidgets.git/blame - contrib/build/animate/makefile.vc
added wxDatePickerCtrl XRC control
[wxWidgets.git] / contrib / build / animate / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
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
c33fae85 15WX_RELEASE_NODOT = 25
ab921f5f 16WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
b17c1746
DE
17OBJS = \
18 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
c4839ccf
JS
21ANIMATEDLL_CXXFLAGS = /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_4) /DWIN32 \
22 $(__DEBUGINFO_1) \
c33fae85 23 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_vc$(VENDORTAG).pdb \
c4839ccf 24 $(____DEBUGRUNTIME_3_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
ec08d395
JS
25 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
26 /I..\..\src\animate\..\..\..\include /I$(SETUPHDIR) /W4 \
3f55f5b8 27 /I..\..\src\animate\..\..\include /DWXUSINGDLL /DWXMAKINGDLL_ANIMATE \
9bfe7ad9
VS
28 $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) /Yu"wx/wxprec.h" \
29 /Fp"$(OBJS)\wxprec_animatedll.pch" $(CPPFLAGS) $(CXXFLAGS)
3f55f5b8
VS
30ANIMATEDLL_OBJECTS = \
31 $(OBJS)\animatedll_dummy.obj \
32 $(OBJS)\animatedll_animate.obj
c4839ccf
JS
33ANIMATELIB_CXXFLAGS = /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_16) /DWIN32 \
34 $(__DEBUGINFO_1) \
c33fae85 35 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.pdb \
c4839ccf 36 $(____DEBUGRUNTIME_15_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
ec08d395
JS
37 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
38 /I..\..\src\animate\..\..\..\include /I$(SETUPHDIR) /W4 \
9bfe7ad9
VS
39 /I..\..\src\animate\..\..\include $(__EXCEPTIONSFLAG) \
40 $(__EXCEPTIONSFLAG_0) /Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_animatelib.pch" \
41 $(CPPFLAGS) $(CXXFLAGS)
3f55f5b8
VS
42ANIMATELIB_OBJECTS = \
43 $(OBJS)\animatelib_dummy.obj \
44 $(OBJS)\animatelib_animate.obj
250700e4
RD
45
46### Conditionally set variables: ###
47
48!if "$(USE_GUI)" == "0"
49PORTNAME = base
50!endif
51!if "$(USE_GUI)" == "1"
52PORTNAME = msw
53!endif
54!if "$(OFFICIAL_BUILD)" == "0"
55VENDORTAG = _$(VENDOR)
56!endif
57!if "$(OFFICIAL_BUILD)" == "1"
58VENDORTAG =
59!endif
3f55f5b8
VS
60!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
61WXDEBUGFLAG = d
62!endif
63!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
64WXDEBUGFLAG = d
65!endif
250700e4
RD
66!if "$(UNICODE)" == "1"
67WXUNICODEFLAG = u
68!endif
69!if "$(WXUNIV)" == "1"
70WXUNIVNAME = univ
71!endif
b17c1746
DE
72!if "$(SHARED)" == "1"
73WXDLLFLAG = dll
250700e4 74!endif
dd65d8c8
RN
75!if "$(MONOLITHIC)" == "0"
76EXTRALIBS_FOR_BASE =
77!endif
78!if "$(MONOLITHIC)" == "1"
79EXTRALIBS_FOR_BASE =
80!endif
b17c1746
DE
81!if "$(SHARED)" == "1"
82__animatedll___depname = \
c33fae85 83 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_vc$(VENDORTAG).dll
250700e4 84!endif
3f55f5b8 85!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
c4839ccf 86__DEBUGINFO_2 = /DEBUG
250700e4 87!endif
3f55f5b8 88!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
c4839ccf 89__DEBUGINFO_2 =
250700e4 90!endif
3f55f5b8 91!if "$(DEBUG_INFO)" == "0"
c4839ccf 92__DEBUGINFO_2 =
3f55f5b8
VS
93!endif
94!if "$(DEBUG_INFO)" == "1"
c4839ccf 95__DEBUGINFO_2 = /DEBUG
3f55f5b8 96!endif
3f55f5b8 97!if "$(DEBUG_RUNTIME_LIBS)" == "0"
c4839ccf 98____DEBUGRUNTIME_3_p =
3f55f5b8
VS
99!endif
100!if "$(DEBUG_RUNTIME_LIBS)" == "1"
c4839ccf 101____DEBUGRUNTIME_3_p = /D_DEBUG
3f55f5b8
VS
102!endif
103!if "$(DEBUG_RUNTIME_LIBS)" == "default"
c4839ccf 104____DEBUGRUNTIME_3_p = $(____DEBUGINFO)
3f55f5b8
VS
105!endif
106!if "$(DEBUG_RUNTIME_LIBS)" == "0"
c4839ccf 107__DEBUGRUNTIME_4 =
3f55f5b8
VS
108!endif
109!if "$(DEBUG_RUNTIME_LIBS)" == "1"
c4839ccf 110__DEBUGRUNTIME_4 = d
3f55f5b8
VS
111!endif
112!if "$(DEBUG_RUNTIME_LIBS)" == "default"
c4839ccf 113__DEBUGRUNTIME_4 = $(__DEBUGINFO)
a4ad36cd 114!endif
b17c1746
DE
115!if "$(MONOLITHIC)" == "1"
116__WXLIB_MONO_p = \
c33fae85 117 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
a4ad36cd 118!endif
b17c1746 119!if "$(USE_GUI)" == "1"
9c2d002b 120__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
a4ad36cd 121!endif
3f55f5b8 122!if "$(USE_GUI)" == "1"
9c2d002b 123__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
3f55f5b8
VS
124!endif
125!if "$(USE_GUI)" == "1"
9c2d002b 126__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
3f55f5b8 127!endif
b17c1746
DE
128!if "$(MSLU)" == "1"
129__UNICOWS_LIB_p = unicows.lib
3f55f5b8 130!endif
b17c1746
DE
131!if "$(MONOLITHIC)" == "0"
132__WXLIB_CORE_p = \
c33fae85 133 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
ec08d395 134!endif
b17c1746 135!if "$(MONOLITHIC)" == "0"
c33fae85
RN
136__WXLIB_BASE_p = \
137 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
ec08d395 138!endif
b17c1746
DE
139!if "$(SHARED)" == "0"
140__animatelib___depname = \
c33fae85 141 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
250700e4 142!endif
b17c1746 143!if "$(DEBUG_RUNTIME_LIBS)" == "0"
c4839ccf 144____DEBUGRUNTIME_15_p =
250700e4 145!endif
b17c1746 146!if "$(DEBUG_RUNTIME_LIBS)" == "1"
c4839ccf 147____DEBUGRUNTIME_15_p = /D_DEBUG
250700e4 148!endif
b17c1746 149!if "$(DEBUG_RUNTIME_LIBS)" == "default"
c4839ccf 150____DEBUGRUNTIME_15_p = $(____DEBUGINFO)
250700e4 151!endif
b17c1746 152!if "$(DEBUG_RUNTIME_LIBS)" == "0"
c4839ccf 153__DEBUGRUNTIME_16 =
250700e4 154!endif
b17c1746 155!if "$(DEBUG_RUNTIME_LIBS)" == "1"
c4839ccf 156__DEBUGRUNTIME_16 = d
2265a2d5 157!endif
b17c1746 158!if "$(DEBUG_RUNTIME_LIBS)" == "default"
c4839ccf 159__DEBUGRUNTIME_16 = $(__DEBUGINFO)
250700e4 160!endif
b17c1746 161!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
c4839ccf 162__DEBUGINFO_1 = /Zi
250700e4 163!endif
b17c1746 164!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
c4839ccf 165__DEBUGINFO_1 =
250700e4 166!endif
b17c1746 167!if "$(DEBUG_INFO)" == "0"
c4839ccf 168__DEBUGINFO_1 =
b17c1746
DE
169!endif
170!if "$(DEBUG_INFO)" == "1"
c4839ccf 171__DEBUGINFO_1 = /Zi
250700e4 172!endif
3f55f5b8
VS
173!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
174____DEBUGINFO = /D_DEBUG
bdc408c4 175!endif
3f55f5b8 176!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
e2d1c567 177____DEBUGINFO =
3f55f5b8
VS
178!endif
179!if "$(DEBUG_INFO)" == "0"
e2d1c567 180____DEBUGINFO =
3f55f5b8
VS
181!endif
182!if "$(DEBUG_INFO)" == "1"
183____DEBUGINFO = /D_DEBUG
184!endif
b17c1746 185!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
c4839ccf 186__DEBUGINFO = d
3f55f5b8 187!endif
b17c1746 188!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
c4839ccf 189__DEBUGINFO =
3f55f5b8 190!endif
b17c1746 191!if "$(DEBUG_INFO)" == "0"
c4839ccf 192__DEBUGINFO =
3f55f5b8 193!endif
b17c1746 194!if "$(DEBUG_INFO)" == "1"
c4839ccf 195__DEBUGINFO = d
3f55f5b8 196!endif
b17c1746
DE
197!if "$(BUILD)" == "debug"
198__OPTIMIZEFLAG = /Od
3f55f5b8 199!endif
b17c1746
DE
200!if "$(BUILD)" == "release"
201__OPTIMIZEFLAG = /O2
bdc408c4 202!endif
b17c1746
DE
203!if "$(RUNTIME_LIBS)" == "dynamic"
204__RUNTIME_LIBS = D
205!endif
206!if "$(RUNTIME_LIBS)" == "static"
207__RUNTIME_LIBS = T
208!endif
209!if "$(USE_EXCEPTIONS)" == "0"
210__EXCEPTIONSFLAG =
211!endif
212!if "$(USE_EXCEPTIONS)" == "1"
213__EXCEPTIONSFLAG = /GR
214!endif
215!if "$(USE_EXCEPTIONS)" == "0"
216__EXCEPTIONSFLAG_0 =
217!endif
218!if "$(USE_EXCEPTIONS)" == "1"
219__EXCEPTIONSFLAG_0 = /GX
220!endif
221!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
222__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
223!endif
224!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
225__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
226!endif
227!if "$(WXUNIV)" == "1"
228__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
229!endif
230!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
231__DEBUG_DEFINE_p = /D__WXDEBUG__
232!endif
233!if "$(DEBUG_FLAG)" == "1"
234__DEBUG_DEFINE_p = /D__WXDEBUG__
235!endif
236!if "$(UNICODE)" == "1"
237__UNICODE_DEFINE_p = /D_UNICODE
250700e4
RD
238!endif
239!if "$(SHARED)" == "0"
b17c1746
DE
240LIBDIRNAME = ..\..\src\animate\..\..\..\lib\vc_lib$(CFG)
241!endif
242!if "$(SHARED)" == "1"
243LIBDIRNAME = ..\..\src\animate\..\..\..\lib\vc_dll$(CFG)
250700e4
RD
244!endif
245
246
247all: $(OBJS)
248$(OBJS):
249 -if not exist $(OBJS) mkdir $(OBJS)
250
251### Targets: ###
252
253all: $(__animatedll___depname) $(__animatelib___depname)
254
b17c1746
DE
255clean:
256 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
257 -if exist $(OBJS)\*.res del $(OBJS)\*.res
c33fae85
RN
258 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_vc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_vc$(VENDORTAG).dll
259 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_vc$(VENDORTAG).ilk del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_vc$(VENDORTAG).ilk
260 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_vc$(VENDORTAG).pdb del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_vc$(VENDORTAG).pdb
261 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
262 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
250700e4
RD
263
264!if "$(SHARED)" == "1"
c33fae85 265$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate_vc$(VENDORTAG).dll: $(OBJS)\animatedll_dummy.obj $(ANIMATEDLL_OBJECTS)
c4839ccf 266 link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_2) /LIBPATH:$(LIBDIRNAME) @<<
dd65d8c8 267 $(ANIMATEDLL_OBJECTS) $(__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 $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) /IMPLIB:$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib
250700e4
RD
268<<
269!endif
270
271!if "$(SHARED)" == "0"
c33fae85 272$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_animate.lib: $(OBJS)\animatelib_dummy.obj $(ANIMATELIB_OBJECTS)
250700e4
RD
273 if exist $@ del $@
274 lib /NOLOGO /OUT:$@ @<<
3f55f5b8 275 $(ANIMATELIB_OBJECTS)
250700e4
RD
276<<
277!endif
278
b17c1746
DE
279$(OBJS)\animatedll_dummy.obj: ../../src/animate\..\..\..\src\msw\dummy.cpp
280 $(CXX) /c /nologo /TP /Fo$@ $(ANIMATEDLL_CXXFLAGS) /Ycwx/wxprec.h $**
281
282$(OBJS)\animatedll_animate.obj: ../../src/animate\animate.cpp
283 $(CXX) /c /nologo /TP /Fo$@ $(ANIMATEDLL_CXXFLAGS) $**
284
285$(OBJS)\animatelib_dummy.obj: ../../src/animate\..\..\..\src\msw\dummy.cpp
286 $(CXX) /c /nologo /TP /Fo$@ $(ANIMATELIB_CXXFLAGS) /Ycwx/wxprec.h $**
287
288$(OBJS)\animatelib_animate.obj: ../../src/animate\animate.cpp
289 $(CXX) /c /nologo /TP /Fo$@ $(ANIMATELIB_CXXFLAGS) $**