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