]> git.saurik.com Git - wxWidgets.git/blame - utils/ogl/samples/ogledit/makefile.bcc
#included log.h
[wxWidgets.git] / utils / ogl / samples / ogledit / makefile.bcc
CommitLineData
f449ef69
JS
1#
2# File: makefile.bcc
3# Author: Julian Smart
dbda9e86 4# Created: 1998
f449ef69 5# Updated:
f449ef69 6#
dbda9e86 7# Builds a BC++ 16-bit sample
f449ef69
JS
8
9!if "$(WXWIN)" == ""
10!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
11!endif
12
f449ef69 13WXDIR = $(WXWIN)
f449ef69 14
dbda9e86
JS
15TARGET=ogledit
16EXTRALIBS=$(WXDIR)\lib\ogl.lib
17EXTRACPPFLAGS=-I$(WXDIR)\utils\ogl\src
18OBJECTS = $(TARGET).obj doc.obj view.obj palette.obj
f449ef69 19
dbda9e86 20!include $(WXDIR)\src\makeprog.b32
f449ef69 21