BeOS build:added support for clipboard operations

This commit is contained in:
zharik 2003-12-21 16:43:37 +00:00
parent 5ed34a60fb
commit 52e622c4e7

View File

@ -67,10 +67,7 @@ PLATFORM=be
EXEEXT= EXEEXT=
OBJEXT=.o OBJEXT=.o
LIBEXT=.a LIBEXT=.a
LNKFLAGS+=-lbe LNKFLAGS+=-lbe -ltextencoding
#uncomment the following line if you build version to be used
#on BONE-powered systems(Dan0 etc.) This improves some operations ...
CPPFLAGS+=-DBEOS_BONE_BUILD
else else
CAT=cat CAT=cat
CC=gcc CC=gcc
@ -105,6 +102,8 @@ ifeq ($(PLATFORM),lnx)
CPPFLAGS+=#-DKOI8 CPPFLAGS+=#-DKOI8
endif endif
#uncomment the following line if you build version to be used
#on BONE-powered systems(Dan0 etc.) This improves some operations ...
ifeq ($(PLATFORM),be) ifeq ($(PLATFORM),be)
CPPFLAGS+=#-DBEOS_BONE_BUILD CPPFLAGS+=#-DBEOS_BONE_BUILD
endif endif