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
389 B
Plaintext
13 lines
389 B
Plaintext
$OpenBSD: patch-makeinclude_in,v 1.1.1.1 2008/10/19 07:34:45 ajacoutot Exp $
|
|
--- makeinclude.in.orig Sat Oct 18 10:28:29 2008
|
|
+++ makeinclude.in Sat Oct 18 10:28:44 2008
|
|
@@ -115,7 +115,7 @@ CAT1EXT = @CAT1EXT@
|
|
CAT3EXT = @CAT3EXT@
|
|
|
|
# Be quiet when building...
|
|
-.SILENT:
|
|
+#.SILENT:
|
|
|
|
# Build commands and filename extensions...
|
|
.SUFFIXES: .0 .1 .3 .c .cxx .h .fl .man .o .z $(EXEEXT)
|