438f51ae67
-- This is a very simple GUI framework, for use with SDL. It is very flexible, but is by no means a complete windowing system. It contains a C++ GUI class with a very rudimentary C interface, and a set of useful widget classes.
12 lines
513 B
Plaintext
12 lines
513 B
Plaintext
--- Makefile.in.orig Sun May 6 12:40:40 2001
|
|
+++ Makefile.in Sun May 6 12:41:24 2001
|
|
@@ -98,7 +98,7 @@ libGUI_la_SOURCES = GUI.cpp GUI_C.c
|
|
|
|
EXTRA_DIST = CHANGES autogen.sh MPWmake.sea.hqx hello.bmp hello2.bmp scroll_dn.bmp scroll_up.bmp
|
|
|
|
-libGUI_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
+libGUI_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
|
|
noinst_PROGRAMS = genimage hello hello_C keyboard okay
|