BeOS updates.

This commit is contained in:
William Kendrick 2007-12-07 00:05:45 +00:00
parent c40cc5aad2
commit 344492dad4
8 changed files with 26 additions and 12 deletions

View file

@ -6,7 +6,7 @@
# bill@newbreedsoftware.com
# http://www.tuxpaint.org/
# July 2007 - October 24, 2007
# July 2007 - December 6, 2007
SO_TYPE=so
@ -59,6 +59,15 @@ clean:
@echo "Cleaning up the Magic plug-ins directory ($(PWD))"
@-rm -f *.$(SO_TYPE)
# beos versions of the targets
beos:
make \
SO_TYPE=so \
PLUGIN_LIBS="$(SDL_LIBS) $(ARCH_LINKS) $(SDL_CFLAGS) $(TP_MAGIC_CFLAGS)"
# win32 versions of the targets
cleanwin32: