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