]> git.saurik.com Git - wxWidgets.git/blame - utils/glcanvas/win/makefile.wat
A couple of identifiers at global level moved to the .cpp file from .h where
[wxWidgets.git] / utils / glcanvas / win / makefile.wat
CommitLineData
dbda9e86
JS
1#!/binb/wmake.exe
2#
3# File: makefile.wat
4# Author: Julian Smart
5# Created: 1999
6#
7# Makefile : Builds wxGLCanvas library for Watcom C++, WIN32
8
9WXDIR = $(%WXWIN)
10
11OBJECTS=glcanvas.obj
12LIBTARGET=$(WXDIR)\lib\glcanvas.lib
13
14!include $(WXDIR)\src\makelib.wat
15
16