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.
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
--- Makefile.am.orig Sun May 6 12:16:25 2001
|
|
+++ Makefile.am Sun May 6 12:40:24 2001
|
|
@@ -50,7 +50,6 @@ EXTRA_DIST = \
|
|
scroll_dn.bmp \
|
|
scroll_up.bmp
|
|
libGUI_la_LDFLAGS = \
|
|
- -release $(LT_RELEASE) \
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
|