From 4700aea951dcba9b1e3b724bf4d8f0c712578892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 11 Apr 2006 21:34:21 +0000 Subject: Add BeOS support. PR: 1312 Submitted by: Oliver Tappe Reviewed by: Ulf Moeller --- engines/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/Makefile b/engines/Makefile index 88f8390d0e..4f1b458980 100644 --- a/engines/Makefile +++ b/engines/Makefile @@ -93,6 +93,7 @@ install: ( echo installing $$l; \ if [ "$(PLATFORM)" != "Cygwin" ]; then \ case "$(CFLAGS)" in \ + *DSO_BEOS*) sfx="so";; \ *DSO_DLFCN*) sfx="so";; \ *DSO_DL*) sfx="sl";; \ *) sfx="bad";; \ -- cgit v1.2.3