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