]> git.saurik.com Git - wxWidgets.git/blame - utils/glcanvas/samples/isosurf/makefile.bcc
Added test for long long type. (Really trivial, see setup.h: SIZEOF_xxx)
[wxWidgets.git] / utils / glcanvas / samples / isosurf / makefile.bcc
CommitLineData
dbda9e86
JS
1#
2# File: makefile.bcc
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6#
7# Builds a BC++ 16-bit sample
8
9!if "$(WXWIN)" == ""
10!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
11!endif
12
13WXDIR = $(WXWIN)
14
15TARGET=isosurf
16EXTRALIBS=$(WXDIR)\lib\glcanvas.lib
17EXTRACPPFLAGS=-I$(WXDIR)\utils\glcanvas\win
18OBJECTS = $(TARGET).obj
19EXTRATARGETS=isosurf.dat
20
21!include $(WXDIR)\src\makeprog.bcc
22
23isosurf.dat: isosurf.dat.gz
24 gzip -c -d isosurf.dat.gz > isosurf.dat
25