]> git.saurik.com Git - wxWidgets.git/blame - utils/ogl/samples/ogledit/makefile.unx
Compile fixes
[wxWidgets.git] / utils / ogl / samples / ogledit / makefile.unx
CommitLineData
f449ef69
JS
1#
2# File: makefile.unx
3# Author: Julian Smart
3dd4e4e0 4# Created: 1998
f449ef69 5# Updated:
3dd4e4e0 6# Copyright: (c) 1998 Julian Smart
f449ef69
JS
7#
8# "%W% %G%"
9#
3dd4e4e0 10# Makefile for OGLEdit example (UNIX).
f449ef69 11
3dd4e4e0 12PROGRAM=ogledit
f449ef69 13
3dd4e4e0 14OBJECTS=$(PROGRAM).o doc.o view.o palette.o
f449ef69 15
3dd4e4e0
JS
16EXTRACPPFLAGS=-I$(WXDIR)/utils/ogl/src
17EXTRALDLIBS=-logl$(GUISUFFIX)
f449ef69 18
3dd4e4e0 19include ../../../../src/makeprog.env
f449ef69 20