1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.7 (http://www.bakefile.org)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
7 !include ../../build/msw/config.wat
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
13 # Speed up compilation a bit:
16 ! loaddll wccaxp wccdaxp
17 ! loaddll wcc386 wccd386
19 ! loaddll wppaxp wppdaxp
20 ! loaddll wpp386 wppd386
21 ! if $(__VERSION__) >= 1280
22 ! loaddll wlink wlinkd
29 # We need these variables in some bakefile-made rules:
30 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
32 ### Conditionally set variables: ###
73 !ifeq DEBUG_INFO default
78 !ifeq DEBUG_INFO default
90 !ifeq DEBUG_INFO default
91 __DEBUGINFO_1 = debug all
95 !ifeq DEBUG_INFO default
103 __DEBUGINFO_1 = debug all
107 __OPTIMIZEFLAG_2 = -od
110 __OPTIMIZEFLAG_2 = -ot -ox
117 __THREADSFLAG_5 = -bm
120 !ifeq RUNTIME_LIBS dynamic
121 __RUNTIME_LIBS_6 = -br
123 !ifeq RUNTIME_LIBS static
134 !ifeq USE_EXCEPTIONS 0
137 !ifeq USE_EXCEPTIONS 1
138 __EXCEPTIONSFLAG_8 = -xs
143 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
148 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
153 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
157 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
161 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
165 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
169 __GDIPLUS_LIB_p = gdiplus.lib
173 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
177 __DEBUG_DEFINE_p = -dwxDEBUG_LEVEL=0
179 __EXCEPTIONS_DEFINE_p =
180 !ifeq USE_EXCEPTIONS 0
181 __EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
185 __RTTI_DEFINE_p = -dwxNO_RTTI
189 __THREAD_DEFINE_p = -dwxNO_THREADS
193 __UNICODE_DEFINE_p = -dwxUSE_UNICODE=0
196 __UNICODE_DEFINE_p = -d_UNICODE
200 __GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
204 __DLLFLAG_p = -dWXUSINGDLL
209 WX_RELEASE_NODOT = 29
210 COMPILER_PREFIX = wat
212 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
213 LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
215 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
216 IMAGE_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
217 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
218 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
219 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
220 -i=.\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) &
221 -i=.\..\..\samples -dNOPCH $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) &
224 $(OBJS)\image_image.obj &
225 $(OBJS)\image_canvas.obj
230 -if not exist $(OBJS) mkdir $(OBJS)
234 all : .SYMBOLIC $(OBJS)\image.exe data
237 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
238 -if exist $(OBJS)\*.res del $(OBJS)\*.res
239 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
240 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
241 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
242 -if exist $(OBJS)\image.exe del $(OBJS)\image.exe
244 $(OBJS)\image.exe : $(IMAGE_OBJECTS) $(OBJS)\image_image.res
245 @%create $(OBJS)\image.lbc
246 @%append $(OBJS)\image.lbc option quiet
247 @%append $(OBJS)\image.lbc name $^@
248 @%append $(OBJS)\image.lbc option caseexact
249 @%append $(OBJS)\image.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(LDFLAGS)
250 @for %i in ($(IMAGE_OBJECTS)) do @%append $(OBJS)\image.lbc file %i
251 @for %i in ( $(__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) $(__GDIPLUS_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 wininet.lib) do @%append $(OBJS)\image.lbc library %i
252 @%append $(OBJS)\image.lbc option resource=$(OBJS)\image_image.res
253 @for %i in () do @%append $(OBJS)\image.lbc option stack=%i
254 wlink @$(OBJS)\image.lbc
257 if not exist $(OBJS) mkdir $(OBJS)
258 for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
260 $(OBJS)\image_image.obj : .AUTODEPEND .\image.cpp
261 $(CXX) -bt=nt -zq -fo=$^@ $(IMAGE_CXXFLAGS) $<
263 $(OBJS)\image_canvas.obj : .AUTODEPEND .\canvas.cpp
264 $(CXX) -bt=nt -zq -fo=$^@ $(IMAGE_CXXFLAGS) $<
266 $(OBJS)\image_image.res : .AUTODEPEND .\image.rc
267 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) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<