]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/animate/makefile.wat
update to docs now minimal sample compiles
[wxWidgets.git] / contrib / samples / animate / makefile.wat
1 #
2 # Makefile for WATCOM
3 #
4 # Created by Julian Smart, January 1999
5 #
6 #
7
8 WXDIR = $(%WXWIN)
9 EXTRACPPFLAGS = -I$(WXDIR)\contrib\include
10
11 PROGRAM = anitest
12 EXTRALIBS = $(WXDIR)\lib\anim_w.lib
13 OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
14
15 !include $(WXDIR)\src\makeprog.wat
16
17