308fbc3e91
libuta is a Graphical User Interface library for C++ that uses SDL as its output layer. It allows application and game programmers to put together portable graphical applications easily. libuta has a range of already implemented widgets and uses libsigc++ as a signal dispatching system. It also performs resource management and has a sound system. WWW: http://libuta.sourceforge.net/
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
$OpenBSD: patch-demos_Makefile_in,v 1.1.1.1 2001/07/28 07:16:23 pvalchev Exp $
|
|
--- demos/Makefile.in.orig Mon Jul 23 13:18:02 2001
|
|
+++ demos/Makefile.in Mon Jul 23 13:18:11 2001
|
|
@@ -106,7 +106,7 @@ INCLUDES = -I../uta
|
|
@SMPEG_AVAILABLE_TRUE@PLAYMPEG = plaympeg
|
|
@SMPEG_AVAILABLE_FALSE@PLAYMPEG =
|
|
|
|
-LFLAGS = -L ../uta/.libs -Wl,--rpath -Wl,../uta/.libs
|
|
+LFLAGS = -L ../uta/.libs -Wl,-rpath -Wl,../uta/.libs
|
|
|
|
noinst_PROGRAMS = simple convert lines alpha terrain terrain2 $(PLAYMPEG) $(UMP3)
|
|
|