]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/cube/makefile.bcc
Changed wxFont, wxPen, wxBrush to not implicitly use the wxTheXXXList
[wxWidgets.git] / samples / opengl / cube / makefile.bcc
CommitLineData
8b089c5e
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=cube
16#EXTRALIBS=$(WXDIR)\lib\glcanvas.lib
17#EXTRACPPFLAGS=-I$(WXDIR)\utils\glcanvas\win
18OBJECTS = $(TARGET).obj
19
20!include $(WXDIR)\src\makeprog.bcc
21