c412043814
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally developed by Mr. Bill Spitzak and is currently maintained by a small group of developers across the world with a central repository in the US. from James Turner (MAINTAINER) with some tweaks by me
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2008/10/19 07:34:45 ajacoutot Exp $
|
|
--- Makefile.orig Fri Oct 17 05:57:47 2008
|
|
+++ Makefile Fri Oct 17 05:57:53 2008
|
|
@@ -25,7 +25,7 @@
|
|
|
|
include makeinclude
|
|
|
|
-DIRS = src $(LOCALIMAGES) images OpenGL fluid glut test
|
|
+DIRS = src $(LOCALIMAGES) images OpenGL fluid glut
|
|
|
|
all: makeinclude
|
|
for dir in $(DIRS); do\
|