Moved wxGLCanvas to more normal positions
[wxWidgets.git] / samples / opengl / isosurf / makefile.wat
1 #
2 # Makefile for WATCOM
3 #
4 # Created by Julian Smart, January 1999
5
6 #
7
8 WXDIR = $(%WXWIN)
9
10 PROGRAM = isosurf
11 OBJECTS = $(PROGRAM).obj
12 #EXTRALIBS=$(WXDIR)\lib\glcanvas.lib
13 #EXTRACPPFLAGS=-I$(WXDIR)\utils\glcanvas\win
14 EXTRATARGETS=isosurf.dat
15
16 !include $(WXDIR)\src\makeprog.wat
17
18 isosurf.dat:    isosurf.dat.gz
19     gzip -c -d isosurf.dat.gz > isosurf.dat
20