Added wxMotif wxGLCanvas makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
21
utils/glcanvas/samples/penguin/makefile.unx
Normal file
21
utils/glcanvas/samples/penguin/makefile.unx
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# File: makefile.unx
|
||||
# Author: Julian Smart
|
||||
# Created: 1998
|
||||
# Updated:
|
||||
# Copyright: (c) 1998 Julian Smart
|
||||
#
|
||||
# Makefile for penguin example (UNIX).
|
||||
|
||||
PROGRAM=penguin
|
||||
|
||||
OPENGLHOME=/home/jacs/mesa/Mesa-2.3
|
||||
|
||||
EXTRACPPFLAGS=-I$(OPENGLHOME)/include -I../../motif
|
||||
EXTRALDFLAGS=-L$(OPENGLHOME)/lib
|
||||
EXTRALDLIBS=-lglcanvas_motif -lMesaGL -lMesaGLU
|
||||
|
||||
OBJECTS=$(PROGRAM).o trackball.o lw.o
|
||||
|
||||
include ../../../../src/makeprog.env
|
||||
|
Reference in New Issue
Block a user