[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Two tiny patches attached.
Index: abi._tx
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/abi._tx,v
retrieving revision 1.2.2.1
diff -u -r1.2.2.1 abi._tx
--- abi._tx 18 May 2002 11:28:42 -0000 1.2.2.1
+++ abi._tx 19 Dec 2002 03:57:41 -0000
@@ -74,7 +74,7 @@
colour depths and X11 support enabled, amongst other things. If in
doubt, leave it at the default setting.
- When you are ready to distribute your binary, run "ldd <mybinary>".
+ When you are ready to distribute your binary, run "ldd <mybinary>".
It should say something like:
liballeg.so.4.0 => /usr/local/lib/liballeg.so.4.0 (0xdeadbeaf)
--- makefile.be.old Thu Dec 19 00:36:12 2002
+++ makefile.be Fri Dec 20 12:05:14 2002
@@ -111,6 +111,9 @@
bfixicon: tools/beos/bfixicon
+tools/beos/bfixicon: tools/beos/bfixicon.cpp
+ gcc $(LFLAGS) -o $@ $< $(LIB_NAME) $(LIBRARIES)
+
DISTCLEAN_FILES += tools/beos/bfixicon