Moved wxRichTextCtrl to its own library
[wxWidgets.git] / samples / debugrpt / makefile.vc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.2.0 (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
15 WX_RELEASE_NODOT = 27
16 OBJS = \
17         vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
18 LIBDIRNAME = .\..\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
19 SETUPHDIR = \
20         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21 DEBUGRPT_CXXFLAGS = /M$(__RUNTIME_LIBS_8)$(__DEBUGRUNTIME_3) /DWIN32 \
22         $(__DEBUGINFO_0) /Fd$(OBJS)\debugrpt.pdb $(____DEBUGRUNTIME_2_p) \
23         $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24         $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25         $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
26         /I$(SETUPHDIR) /I.\..\..\include /W4 /I. $(__DLLFLAG_p) /D_WINDOWS \
27         /I.\..\..\samples /DNOPCH $(__RTTIFLAG_9) $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) \
28         $(CXXFLAGS)
29 DEBUGRPT_OBJECTS =  \
30         $(OBJS)\debugrpt_sample.res \
31         $(OBJS)\debugrpt_debugrpt.obj
32
33 ### Conditionally set variables: ###
34
35 !if "$(USE_GUI)" == "0"
36 PORTNAME = base
37 !endif
38 !if "$(USE_GUI)" == "1"
39 PORTNAME = msw
40 !endif
41 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
42 WXDEBUGFLAG = d
43 !endif
44 !if "$(DEBUG_FLAG)" == "1"
45 WXDEBUGFLAG = d
46 !endif
47 !if "$(UNICODE)" == "1"
48 WXUNICODEFLAG = u
49 !endif
50 !if "$(WXUNIV)" == "1"
51 WXUNIVNAME = univ
52 !endif
53 !if "$(TARGET_CPU)" == "amd64"
54 DIR_SUFFIX_CPU = _amd64
55 !endif
56 !if "$(TARGET_CPU)" == "amd64"
57 DIR_SUFFIX_CPU = _amd64
58 !endif
59 !if "$(TARGET_CPU)" == "ia64"
60 DIR_SUFFIX_CPU = _ia64
61 !endif
62 !if "$(TARGET_CPU)" == "ia64"
63 DIR_SUFFIX_CPU = _ia64
64 !endif
65 !if "$(SHARED)" == "1"
66 WXDLLFLAG = dll
67 !endif
68 !if "$(SHARED)" == "0"
69 LIBTYPE_SUFFIX = lib
70 !endif
71 !if "$(SHARED)" == "1"
72 LIBTYPE_SUFFIX = dll
73 !endif
74 !if "$(TARGET_CPU)" == "amd64"
75 LINK_TARGET_CPU = /MACHINE:AMD64
76 !endif
77 !if "$(TARGET_CPU)" == "amd64"
78 LINK_TARGET_CPU = /MACHINE:AMD64
79 !endif
80 !if "$(TARGET_CPU)" == "ia64"
81 LINK_TARGET_CPU = /MACHINE:IA64
82 !endif
83 !if "$(TARGET_CPU)" == "ia64"
84 LINK_TARGET_CPU = /MACHINE:IA64
85 !endif
86 !if "$(MONOLITHIC)" == "0"
87 EXTRALIBS_FOR_BASE = 
88 !endif
89 !if "$(MONOLITHIC)" == "1"
90 EXTRALIBS_FOR_BASE =  
91 !endif
92 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
93 __DEBUGINFO_0 = /Zi
94 !endif
95 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
96 __DEBUGINFO_0 = 
97 !endif
98 !if "$(DEBUG_INFO)" == "0"
99 __DEBUGINFO_0 = 
100 !endif
101 !if "$(DEBUG_INFO)" == "1"
102 __DEBUGINFO_0 = /Zi
103 !endif
104 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
105 __DEBUGINFO_1 = /DEBUG
106 !endif
107 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
108 __DEBUGINFO_1 = 
109 !endif
110 !if "$(DEBUG_INFO)" == "0"
111 __DEBUGINFO_1 = 
112 !endif
113 !if "$(DEBUG_INFO)" == "1"
114 __DEBUGINFO_1 = /DEBUG
115 !endif
116 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
117 ____DEBUGRUNTIME_2_p = /D_DEBUG
118 !endif
119 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
120 ____DEBUGRUNTIME_2_p = 
121 !endif
122 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
123 ____DEBUGRUNTIME_2_p = 
124 !endif
125 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
126 ____DEBUGRUNTIME_2_p = /D_DEBUG
127 !endif
128 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
129 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
130 !endif
131 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
132 ____DEBUGRUNTIME_2_p_1 = 
133 !endif
134 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
135 ____DEBUGRUNTIME_2_p_1 = 
136 !endif
137 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
138 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
139 !endif
140 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
141 __DEBUGRUNTIME_3 = d
142 !endif
143 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
144 __DEBUGRUNTIME_3 = 
145 !endif
146 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
147 __DEBUGRUNTIME_3 = 
148 !endif
149 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
150 __DEBUGRUNTIME_3 = d
151 !endif
152 !if "$(BUILD)" == "debug"
153 __OPTIMIZEFLAG_4 = /Od
154 !endif
155 !if "$(BUILD)" == "release"
156 __OPTIMIZEFLAG_4 = /O2
157 !endif
158 !if "$(USE_THREADS)" == "0"
159 __THREADSFLAG_7 = L
160 !endif
161 !if "$(USE_THREADS)" == "1"
162 __THREADSFLAG_7 = T
163 !endif
164 !if "$(RUNTIME_LIBS)" == "dynamic"
165 __RUNTIME_LIBS_8 = D
166 !endif
167 !if "$(RUNTIME_LIBS)" == "static"
168 __RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
169 !endif
170 !if "$(USE_RTTI)" == "0"
171 __RTTIFLAG_9 = 
172 !endif
173 !if "$(USE_RTTI)" == "1"
174 __RTTIFLAG_9 = /GR
175 !endif
176 !if "$(USE_EXCEPTIONS)" == "0"
177 __EXCEPTIONSFLAG_10 = 
178 !endif
179 !if "$(USE_EXCEPTIONS)" == "1"
180 __EXCEPTIONSFLAG_10 = /EHsc
181 !endif
182 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
183 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
184 !endif
185 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
186 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
187 !endif
188 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
189 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
190 !endif
191 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
192 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
193 !endif
194 !if "$(WXUNIV)" == "1"
195 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
196 !endif
197 !if "$(WXUNIV)" == "1"
198 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
199 !endif
200 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
201 __DEBUG_DEFINE_p = /D__WXDEBUG__
202 !endif
203 !if "$(DEBUG_FLAG)" == "1"
204 __DEBUG_DEFINE_p = /D__WXDEBUG__
205 !endif
206 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
207 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
208 !endif
209 !if "$(DEBUG_FLAG)" == "1"
210 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
211 !endif
212 !if "$(USE_EXCEPTIONS)" == "0"
213 __EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
214 !endif
215 !if "$(USE_EXCEPTIONS)" == "0"
216 __EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
217 !endif
218 !if "$(USE_RTTI)" == "0"
219 __RTTI_DEFINE_p = /DwxNO_RTTI
220 !endif
221 !if "$(USE_RTTI)" == "0"
222 __RTTI_DEFINE_p_1 = /d wxNO_RTTI
223 !endif
224 !if "$(USE_THREADS)" == "0"
225 __THREAD_DEFINE_p = /DwxNO_THREADS
226 !endif
227 !if "$(USE_THREADS)" == "0"
228 __THREAD_DEFINE_p_1 = /d wxNO_THREADS
229 !endif
230 !if "$(UNICODE)" == "1"
231 __UNICODE_DEFINE_p = /D_UNICODE
232 !endif
233 !if "$(UNICODE)" == "1"
234 __UNICODE_DEFINE_p_1 = /d _UNICODE
235 !endif
236 !if "$(MSLU)" == "1"
237 __MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
238 !endif
239 !if "$(MSLU)" == "1"
240 __MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
241 !endif
242 !if "$(SHARED)" == "1"
243 __DLLFLAG_p = /DWXUSINGDLL
244 !endif
245 !if "$(SHARED)" == "1"
246 __DLLFLAG_p_1 = /d WXUSINGDLL
247 !endif
248 !if "$(MONOLITHIC)" == "0"
249 __WXLIB_QA_p = \
250         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_qa.lib
251 !endif
252 !if "$(MONOLITHIC)" == "0"
253 __WXLIB_CORE_p = \
254         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
255 !endif
256 !if "$(MONOLITHIC)" == "0"
257 __WXLIB_BASE_p = \
258         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
259 !endif
260 !if "$(MONOLITHIC)" == "0"
261 __WXLIB_XML_p = \
262         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
263 !endif
264 !if "$(MONOLITHIC)" == "1"
265 __WXLIB_MONO_p = \
266         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
267 !endif
268 !if "$(USE_GUI)" == "1"
269 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
270 !endif
271 !if "$(USE_GUI)" == "1"
272 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
273 !endif
274 !if "$(USE_GUI)" == "1"
275 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
276 !endif
277 !if "$(MSLU)" == "1"
278 __UNICOWS_LIB_p = unicows.lib
279 !endif
280
281
282 all: $(OBJS)
283 $(OBJS):
284         -if not exist $(OBJS) mkdir $(OBJS)
285
286 ### Targets: ###
287
288 all: $(OBJS)\debugrpt.exe
289
290 clean: 
291         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
292         -if exist $(OBJS)\*.res del $(OBJS)\*.res
293         -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
294         -if exist $(OBJS)\debugrpt.exe del $(OBJS)\debugrpt.exe
295         -if exist $(OBJS)\debugrpt.ilk del $(OBJS)\debugrpt.ilk
296         -if exist $(OBJS)\debugrpt.pdb del $(OBJS)\debugrpt.pdb
297
298 $(OBJS)\debugrpt.exe: $(DEBUGRPT_OBJECTS) $(OBJS)\debugrpt_sample.res
299         link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
300         $(DEBUGRPT_OBJECTS)  $(__WXLIB_QA_p)  $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  $(__WXLIB_XML_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 odbc32.lib
301 <<
302
303 $(OBJS)\debugrpt_sample.res: .\..\..\samples\sample.rc
304         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 $(SETUPHDIR) /i .\..\..\include /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples $**
305
306 $(OBJS)\debugrpt_debugrpt.obj: .\debugrpt.cpp
307         $(CXX) /c /nologo /TP /Fo$@ $(DEBUGRPT_CXXFLAGS) $**
308