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