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