]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/cube/makefile.wat
2.4 -> 2.5; build in another directory than source one; mention --disable-shared
[wxWidgets.git] / samples / opengl / cube / makefile.wat
1 #
2 # Makefile for WATCOM
3 #
4 # Created by Julian Smart, January 1999
5 #
6 #
7
8 WXDIR = $(%WXWIN)
9
10 PROGRAM = cube
11 OBJECTS = $(PROGRAM).obj
12 #EXTRALIBS=$(WXDIR)\lib\glcanvas.lib
13 #EXTRACPPFLAGS=-I$(WXDIR)\utils\glcanvas\win
14
15 !include $(WXDIR)\src\makeprog.wat
16
17