]> git.saurik.com Git - wxWidgets.git/blame - utils/ogl/src/makefile.bcc
small fixes
[wxWidgets.git] / utils / ogl / src / makefile.bcc
CommitLineData
0fc1a713
JS
1#
2# File: makefile.bcc
3# Author: Julian Smart
dbda9e86 4# Created: 1998
0fc1a713 5# Updated:
0fc1a713 6#
dbda9e86 7# Builds OGL library for BC++, 16-bit
0fc1a713
JS
8
9!if "$(WXWIN)" == ""
10!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
11!endif
12
0fc1a713 13WXDIR = $(WXWIN)
0fc1a713 14
dbda9e86 15LIBTARGET=$(WXDIR)\lib\ogl.lib
0fc1a713
JS
16
17OBJECTS = basic.obj basic2.obj canvas.obj ogldiag.obj lines.obj misc.obj divided.obj constrnt.obj\
dbda9e86 18 composit.obj drawn.obj bmpshape.obj mfutils.obj
0fc1a713 19
dbda9e86 20!include $(WXDIR)\src\makelib.bcc
0fc1a713 21