Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > ec9ca887d430b19d033c790063f793df > files > 1885

lib64wxgtk2.8-devel-2.8.8-1.4mdvmes5.x86_64.rpm

#
# File:		makefile.sl
# Author:	Julian Smart
# Created:	1998
#
# Makefile : Builds a wxWindows sample for Salford C++, WIN32

PROGRAM = erase
OBJECTS = $(PROGRAM).obj

include ..\..\src\makeprog.sl

all:        wx $(TARGET)

wx:
    cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
    cd $(WXDIR)\samples\minimal