author | zecke <zecke> | 2004-10-16 21:45:26 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-10-16 21:45:26 (UTC) |
commit | 1633552a8816eaa18b2b06da6573611b2636cee8 (patch) (unidiff) | |
tree | fbd1b145cda9e8c1491cf9b0d1a9f7c19fd3ef83 /noncore | |
parent | 213be396f37a6127dbff313d2424253bcf317ca2 (diff) | |
download | opie-1633552a8816eaa18b2b06da6573611b2636cee8.zip opie-1633552a8816eaa18b2b06da6573611b2636cee8.tar.gz opie-1633552a8816eaa18b2b06da6573611b2636cee8.tar.bz2 |
Introduce a 'teneast' scope to build a special Opie-Console
Max: with echo "CONFIG += teneast" >> $OPIEDIR/gen.pro you
can enable this scope
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 7 |
1 files changed, 5 insertions, 2 deletions
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 | |||
71 | TARGET = opie-console | 71 | TARGET = opie-console |
72 | 72 | ||
73 | DEFINES += HAVE_OPENPTY | 73 | DEFINES += HAVE_OPENPTY |
74 | #DEFINES += EAST FSCKED_DISTRI | ||
75 | |||
76 | include ( $(OPIEDIR)/include.pro ) | 74 | include ( $(OPIEDIR)/include.pro ) |
75 | |||
76 | teneast { | ||
77 | DEFINES -= HAVE_OPENPTY | ||
78 | DEFINES += EAST FSCKED_DISTRI | ||
79 | } \ No newline at end of file | ||