author | zecke <zecke> | 2003-08-30 21:22:13 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-30 21:22:13 (UTC) |
commit | 1ac46a7eb18e8755891a489888d0b8bb71ef8455 (patch) (unidiff) | |
tree | d882419f408748db5dd6cbd9b2734b90cb72afea | |
parent | 75e0c0607c4abf0568e90ddb0789592b93f1d491 (diff) | |
download | opie-1ac46a7eb18e8755891a489888d0b8bb71ef8455.zip opie-1ac46a7eb18e8755891a489888d0b8bb71ef8455.tar.gz opie-1ac46a7eb18e8755891a489888d0b8bb71ef8455.tar.bz2 |
include a new menu for examples and the examples apps
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config.in | 6 | ||||
-rw-r--r-- | packages | 4 |
3 files changed, 11 insertions, 1 deletions
@@ -14,3 +14,3 @@ noconfig_targets := xconfig menuconfig config oldconfig randconfig \ | |||
14 | 14 | ||
15 | configs += $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/todayplugins/config.in | 15 | configs += $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/todayplugins/config.in $(TOPDIR)/examples/config.in |
16 | 16 | ||
@@ -151,2 +151,8 @@ endmenu | |||
151 | 151 | ||
152 | menu "Examples" | ||
153 | config EXAMPLES | ||
154 | boolean "Compile Example Application" | ||
155 | source examples/config.in | ||
156 | endmenu | ||
157 | |||
152 | comment "" | 158 | comment "" |
@@ -175 +175,5 @@ CONFIG_WORDGAME noncore/games/wordgame wordgame.pro | |||
175 | CONFIG_ZSAFEnoncore/apps/zsafe zsafe.pro | 175 | CONFIG_ZSAFEnoncore/apps/zsafe zsafe.pro |
176 | CONFIG_MAIN_TAB_EXAMPLE examples/main-tabexample.pro | ||
177 | CONFIG_SIMPLE_EXAMPLE examples/simpleexample.pro | ||
178 | CONFIG_SIMPLE_ICON examples/simple-iconexample.pro | ||
179 | CONFIG_SIMPLE_MAIN examples/simple-mainexample.pro | ||