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