]> git.saurik.com Git - wxWidgets.git/blame - samples/debugrpt/makefile.wat
Move oleacc.lib from the VC++ projects/makefiles to libraries.h
[wxWidgets.git] / samples / debugrpt / makefile.wat
CommitLineData
4fce94fa
VZ
1# =========================================================================
2# This makefile was generated by
0d90d6ea 3# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
4fce94fa
VZ
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!include ../../build/msw/config.wat
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13# Speed up compilation a bit:
14!ifdef __LOADDLL__
15! loaddll wcc wccd
16! loaddll wccaxp wccdaxp
17! loaddll wcc386 wccd386
18! loaddll wpp wppdi86
19! loaddll wppaxp wppdaxp
20! loaddll wpp386 wppd386
21! loaddll wlink wlink
22! loaddll wlib wlibd
23!endif
24
25# We need these variables in some bakefile-made rules:
26WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28### Conditionally set variables: ###
29
30PORTNAME =
31!ifeq USE_GUI 0
32PORTNAME = base
33!endif
34!ifeq USE_GUI 1
35PORTNAME = msw
36!endif
37WXDEBUGFLAG =
38!ifeq BUILD debug
39!ifeq DEBUG_FLAG default
40WXDEBUGFLAG = d
41!endif
42!endif
43!ifeq DEBUG_FLAG 1
44WXDEBUGFLAG = d
45!endif
46WXUNICODEFLAG =
47!ifeq UNICODE 1
48WXUNICODEFLAG = u
49!endif
50WXUNIVNAME =
51!ifeq WXUNIV 1
52WXUNIVNAME = univ
53!endif
54WXDLLFLAG =
55!ifeq SHARED 1
56WXDLLFLAG = dll
57!endif
58LIBTYPE_SUFFIX =
59!ifeq SHARED 0
60LIBTYPE_SUFFIX = lib
61!endif
62!ifeq SHARED 1
63LIBTYPE_SUFFIX = dll
64!endif
65EXTRALIBS_FOR_BASE =
66!ifeq MONOLITHIC 0
67EXTRALIBS_FOR_BASE =
68!endif
69!ifeq MONOLITHIC 1
70EXTRALIBS_FOR_BASE =
71!endif
72__DEBUGINFO_0 =
73!ifeq BUILD debug
74!ifeq DEBUG_INFO default
75__DEBUGINFO_0 = -d2
76!endif
77!endif
78!ifeq BUILD release
79!ifeq DEBUG_INFO default
80__DEBUGINFO_0 = -d0
81!endif
82!endif
83!ifeq DEBUG_INFO 0
84__DEBUGINFO_0 = -d0
85!endif
86!ifeq DEBUG_INFO 1
87__DEBUGINFO_0 = -d2
88!endif
89__DEBUGINFO_1 =
90!ifeq BUILD debug
91!ifeq DEBUG_INFO default
92__DEBUGINFO_1 = debug all
93!endif
94!endif
95!ifeq BUILD release
96!ifeq DEBUG_INFO default
97__DEBUGINFO_1 =
98!endif
99!endif
100!ifeq DEBUG_INFO 0
101__DEBUGINFO_1 =
102!endif
103!ifeq DEBUG_INFO 1
104__DEBUGINFO_1 = debug all
105!endif
106__OPTIMIZEFLAG_2 =
107!ifeq BUILD debug
108__OPTIMIZEFLAG_2 = -od
109!endif
110!ifeq BUILD release
111__OPTIMIZEFLAG_2 = -ot -ox
112!endif
113__THREADSFLAG_5 =
114!ifeq USE_THREADS 0
115__THREADSFLAG_5 =
116!endif
117!ifeq USE_THREADS 1
118__THREADSFLAG_5 = -bm
119!endif
120__RUNTIME_LIBS_6 =
121!ifeq RUNTIME_LIBS dynamic
122__RUNTIME_LIBS_6 = -br
123!endif
124!ifeq RUNTIME_LIBS static
125__RUNTIME_LIBS_6 =
126!endif
127__RTTIFLAG_7 =
128!ifeq USE_RTTI 0
129__RTTIFLAG_7 =
130!endif
131!ifeq USE_RTTI 1
132__RTTIFLAG_7 = -xr
133!endif
134__EXCEPTIONSFLAG_8 =
135!ifeq USE_EXCEPTIONS 0
136__EXCEPTIONSFLAG_8 =
137!endif
138!ifeq USE_EXCEPTIONS 1
139__EXCEPTIONSFLAG_8 = -xs
140!endif
4818141b
JS
141__WXLIB_QA_p =
142!ifeq MONOLITHIC 0
143__WXLIB_QA_p = &
144 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_qa.lib
145!endif
4fce94fa
VZ
146__WXLIB_CORE_p =
147!ifeq MONOLITHIC 0
148__WXLIB_CORE_p = &
149 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
150!endif
151__WXLIB_BASE_p =
152!ifeq MONOLITHIC 0
153__WXLIB_BASE_p = &
154 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
155!endif
156__WXLIB_XML_p =
157!ifeq MONOLITHIC 0
158__WXLIB_XML_p = &
159 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
160!endif
4fce94fa
VZ
161__WXLIB_MONO_p =
162!ifeq MONOLITHIC 1
163__WXLIB_MONO_p = &
164 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
165!endif
166__LIB_TIFF_p =
167!ifeq USE_GUI 1
168__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
169!endif
170__LIB_JPEG_p =
171!ifeq USE_GUI 1
172__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
173!endif
174__LIB_PNG_p =
175!ifeq USE_GUI 1
176__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
177!endif
178__WXUNIV_DEFINE_p =
179!ifeq WXUNIV 1
180__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
181!endif
182__DEBUG_DEFINE_p =
183!ifeq BUILD debug
184!ifeq DEBUG_FLAG default
185__DEBUG_DEFINE_p = -d__WXDEBUG__
186!endif
187!endif
188!ifeq DEBUG_FLAG 1
189__DEBUG_DEFINE_p = -d__WXDEBUG__
190!endif
191__EXCEPTIONS_DEFINE_p =
192!ifeq USE_EXCEPTIONS 0
193__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
194!endif
195__RTTI_DEFINE_p =
196!ifeq USE_RTTI 0
197__RTTI_DEFINE_p = -dwxNO_RTTI
198!endif
199__THREAD_DEFINE_p =
200!ifeq USE_THREADS 0
201__THREAD_DEFINE_p = -dwxNO_THREADS
202!endif
203__UNICODE_DEFINE_p =
204!ifeq UNICODE 1
205__UNICODE_DEFINE_p = -d_UNICODE
206!endif
207__DLLFLAG_p =
208!ifeq SHARED 1
209__DLLFLAG_p = -dWXUSINGDLL
210!endif
211
212### Variables: ###
213
4cbcfb73 214WX_RELEASE_NODOT = 27
4fce94fa
VZ
215OBJS = &
216 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
217LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
218SETUPHDIR = &
219 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
220DEBUGRPT_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
221 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
222 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
223 $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 &
224 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH &
225 $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
226DEBUGRPT_OBJECTS = &
227 $(OBJS)\debugrpt_debugrpt.obj
228
229
230all : $(OBJS)
231$(OBJS) :
232 -if not exist $(OBJS) mkdir $(OBJS)
233
234### Targets: ###
235
236all : .SYMBOLIC $(OBJS)\debugrpt.exe
237
238clean : .SYMBOLIC
239 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
240 -if exist $(OBJS)\*.res del $(OBJS)\*.res
241 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
242 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
243 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
244 -if exist $(OBJS)\debugrpt.exe del $(OBJS)\debugrpt.exe
245
246$(OBJS)\debugrpt.exe : $(DEBUGRPT_OBJECTS) $(OBJS)\debugrpt_sample.res
247 @%create $(OBJS)\debugrpt.lbc
248 @%append $(OBJS)\debugrpt.lbc option quiet
249 @%append $(OBJS)\debugrpt.lbc name $^@
250 @%append $(OBJS)\debugrpt.lbc option caseexact
251 @%append $(OBJS)\debugrpt.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
252 @for %i in ($(DEBUGRPT_OBJECTS)) do @%append $(OBJS)\debugrpt.lbc file %i
4818141b 253 @for %i in ( $(__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) 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 ) do @%append $(OBJS)\debugrpt.lbc library %i
4fce94fa
VZ
254 @%append $(OBJS)\debugrpt.lbc option resource=$(OBJS)\debugrpt_sample.res
255 wlink @$(OBJS)\debugrpt.lbc
256
257$(OBJS)\debugrpt_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
2113bc77 258 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples $<
4fce94fa
VZ
259
260$(OBJS)\debugrpt_debugrpt.obj : .AUTODEPEND .\debugrpt.cpp
4cbcfb73 261 $(CXX) -bt=nt -zq -fo=$^@ $(DEBUGRPT_CXXFLAGS) $<
4fce94fa 262