]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/makefile.wat
Do a little less anti-alias so it looks better on dark backgrounds
[wxWidgets.git] / samples / rotate / makefile.wat
index 35e0e104257a4c6b6b9c6c8bc02b6a8af3235458..58830dafb04fb7da247fbdcb426c359e63bcd7b2 100644 (file)
@@ -201,7 +201,7 @@ __DLLFLAG_p = -dWXUSINGDLL
 
 ### Variables: ###
 
-WX_RELEASE_NODOT = 25
+WX_RELEASE_NODOT = 26
 OBJS = &
        wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
 LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
@@ -246,7 +246,7 @@ $(OBJS)\rotate.exe :  $(ROTATE_OBJECTS) $(OBJS)\rotate_rotate.res
 
 data : .SYMBOLIC 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %f in (kclub.bmp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+       for %f in (duck.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\rotate_rotate.obj :  .AUTODEPEND .\rotate.cpp
        $(CXX) -zq -fo=$^@ $(ROTATE_CXXFLAGS) $<