]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/ogledit/makefile.wat
Changes to make commandline compilation with VC6 match the same settings and LIB...
[wxWidgets.git] / contrib / samples / ogl / ogledit / makefile.wat
CommitLineData
1fc25a89
JS
1#
2# Makefile for WATCOM
3#
4# Created by D.Chubraev, chubraev@iem.ee.ethz.ch
5# 8 Nov 1994
6#
7
8WXDIR = $(%WXWIN)
9
10PROGRAM = ogledit
779cedff 11EXTRALIBS = $(WXDIR)\lib\ogl.lib
1fc25a89
JS
12OBJECTS = $(PROGRAM).obj doc.obj view.obj palette.obj
13
14!include $(WXDIR)\src\makeprog.wat
15