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