]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/animate/makefile.vc
added wxAdvanced
[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
250700e4
RD
7!include <../../../build/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
3f55f5b8
VS
15ANITEST_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
16 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\anitest.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
18 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(LIBDIRNAME) \
19 /I.\..\..\..\src\tiff /I.\..\..\..\src\jpeg /I.\..\..\..\src\png \
20 /I.\..\..\..\src\zlib /I.\..\..\..\src\regex /I.\..\..\..\src\expat\lib /I. \
21 $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\include $(CXXFLAGS)
22ANITEST_OBJECTS = \
23 $(OBJS)\anitest_anitest.obj
24LIBDIRNAME = \
25 .\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
26OBJS = \
27 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
250700e4
RD
28
29### Conditionally set variables: ###
30
31!if "$(USE_GUI)" == "0"
32PORTNAME = base
33!endif
34!if "$(USE_GUI)" == "1"
35PORTNAME = msw
36!endif
3f55f5b8
VS
37!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
38WXDEBUGFLAG = d
39!endif
40!if "$(DEBUG_FLAG)" == "1"
250700e4
RD
41WXDEBUGFLAG = d
42!endif
43!if "$(SHARED)" == "1"
44WXDLLFLAG = dll
45!endif
46!if "$(UNICODE)" == "1"
47WXUNICODEFLAG = u
48!endif
49!if "$(WXUNIV)" == "1"
50WXUNIVNAME = univ
51!endif
3f55f5b8
VS
52!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
53__DEBUGINFO_0 = /Zi
250700e4 54!endif
3f55f5b8
VS
55!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
56__DEBUGINFO_0 =
250700e4 57!endif
3f55f5b8
VS
58!if "$(DEBUG_INFO)" == "0"
59__DEBUGINFO_0 =
250700e4 60!endif
3f55f5b8
VS
61!if "$(DEBUG_INFO)" == "1"
62__DEBUGINFO_0 = /Zi
250700e4 63!endif
3f55f5b8
VS
64!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
65__DEBUGINFO_1 = /DEBUG
250700e4 66!endif
3f55f5b8
VS
67!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
68__DEBUGINFO_1 =
250700e4 69!endif
3f55f5b8
VS
70!if "$(DEBUG_INFO)" == "0"
71__DEBUGINFO_1 =
72!endif
73!if "$(DEBUG_INFO)" == "1"
74__DEBUGINFO_1 = /DEBUG
75!endif
76!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
77__DEBUGINFO_3 = d
78!endif
79!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
80__DEBUGINFO_3 =
81!endif
82!if "$(DEBUG_INFO)" == "0"
83__DEBUGINFO_3 =
84!endif
85!if "$(DEBUG_INFO)" == "1"
86__DEBUGINFO_3 = d
87!endif
88!if "$(DEBUG_RUNTIME_LIBS)" == "0"
89__DEBUGRUNTIME_3 =
90!endif
91!if "$(DEBUG_RUNTIME_LIBS)" == "1"
92__DEBUGRUNTIME_3 = d
93!endif
94!if "$(DEBUG_RUNTIME_LIBS)" == "default"
95__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
96!endif
97!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98__DEBUG_DEFINE_p = /D__WXDEBUG__
99!endif
100!if "$(DEBUG_FLAG)" == "1"
250700e4 101__DEBUG_DEFINE_p = /D__WXDEBUG__
7c9955d1 102!endif
250700e4
RD
103!if "$(SHARED)" == "1"
104__DLLFLAG_p = /DWXUSINGDLL
105!endif
3f55f5b8
VS
106!if "$(USE_GUI)" == "1"
107__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
108!endif
109!if "$(USE_GUI)" == "1"
110__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
111!endif
112!if "$(USE_GUI)" == "1"
113__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
114!endif
250700e4 115!if "$(BUILD)" == "debug"
bdc408c4 116__OPTIMIZEFLAG_4 = /Od
250700e4
RD
117!endif
118!if "$(BUILD)" == "release"
bdc408c4 119__OPTIMIZEFLAG_4 = /O2
250700e4
RD
120!endif
121!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 122__RUNTIME_LIBS_7 = D
250700e4
RD
123!endif
124!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 125__RUNTIME_LIBS_7 = T
250700e4
RD
126!endif
127!if "$(UNICODE)" == "1"
128__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
129!endif
130!if "$(MONOLITHIC)" == "0"
131__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
132!endif
133!if "$(MONOLITHIC)" == "0"
3f55f5b8
VS
134__WXLIB_CORE_p = \
135 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
250700e4
RD
136!endif
137!if "$(MONOLITHIC)" == "1"
3f55f5b8
VS
138__WXLIB_MONO_p = \
139 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
250700e4
RD
140!endif
141!if "$(WXUNIV)" == "1"
142__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
143!endif
3f55f5b8
VS
144!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
145____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 146!endif
3f55f5b8
VS
147!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
148____DEBUGINFO_2_p = /DNDEBUG
149!endif
150!if "$(DEBUG_INFO)" == "0"
151____DEBUGINFO_2_p = /DNDEBUG
152!endif
153!if "$(DEBUG_INFO)" == "1"
154____DEBUGINFO_2_p = /D_DEBUG
155!endif
156!if "$(DEBUG_RUNTIME_LIBS)" == "0"
157____DEBUGRUNTIME_2_p = /DNDEBUG
158!endif
159!if "$(DEBUG_RUNTIME_LIBS)" == "1"
160____DEBUGRUNTIME_2_p = /D_DEBUG
161!endif
162!if "$(DEBUG_RUNTIME_LIBS)" == "default"
163____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
bdc408c4 164!endif
250700e4
RD
165
166
167all: $(OBJS)
168$(OBJS):
169 -if not exist $(OBJS) mkdir $(OBJS)
170
171### Targets: ###
172
173all: $(OBJS)\anitest.exe data
174
175$(OBJS)\anitest_anitest.obj: .\anitest.cpp
176 $(CXX) /c /nologo /TP /Fo$@ $(ANITEST_CXXFLAGS) $**
177
3f55f5b8
VS
178$(OBJS)\anitest.exe: $(ANITEST_OBJECTS)
179 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
180 $(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 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
250700e4 181<<
4638d697 182
250700e4
RD
183clean:
184 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
185 -if exist $(OBJS)\*.res del $(OBJS)\*.res
186 -if exist $(OBJS)\anitest.exe del $(OBJS)\anitest.exe
4638d697 187
250700e4
RD
188data:
189 if not exist $(OBJS) mkdir $(OBJS)
190 for %f in (bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS)