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