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