From 1633552a8816eaa18b2b06da6573611b2636cee8 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 16 Oct 2004 21:45:26 +0000 Subject: Introduce a 'teneast' scope to build a special Opie-Console Max: with echo "CONFIG += teneast" >> $OPIEDIR/gen.pro you can enable this scope --- diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 6db9162..98705b8 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro @@ -71,6 +71,9 @@ LIBS += -lqpe -lopiecore2 -lopieui2 -lutil TARGET = opie-console DEFINES += HAVE_OPENPTY -#DEFINES += EAST FSCKED_DISTRI - include ( $(OPIEDIR)/include.pro ) + +teneast { + DEFINES -= HAVE_OPENPTY + DEFINES += EAST FSCKED_DISTRI +} \ No newline at end of file -- cgit v0.9.0.2