author | mickeyl <mickeyl> | 2003-11-06 14:30:25 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-06 14:30:25 (UTC) |
commit | 29bb76c638c81d7aa59b933170c43aa2051b25f4 (patch) (side-by-side diff) | |
tree | e2ce9d125043aee6612e6c930bdef3e38315fe49 | |
parent | 0b55f9efe488141e13bcaf84f5a05dfc69b550ba (diff) | |
download | opie-29bb76c638c81d7aa59b933170c43aa2051b25f4.zip opie-29bb76c638c81d7aa59b933170c43aa2051b25f4.tar.gz opie-29bb76c638c81d7aa59b933170c43aa2051b25f4.tar.bz2 |
bring quicklauncher into the config system
-rw-r--r-- | config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,64 +71,65 @@ config CUSTOMFILE string default "custom-ipaq.h" if TARGET_IPAQ default "custom-sharp.h" if TARGET_SHARP default "custom-ramses.h" if TARGET_RAMSES default "custom-ipaq.h" if TARGET_SIMPAD default "custom-yopy.h" if TARGET_YOPY config OPTIMIZATIONS string "Optimization flags" depends OPTIMIZE default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD config EXPERIMENTAL bool "Prompt for development and/or incomplete items" default y endmenu menu "Base" choice prompt "Qpe Library Selection" default LIBQPE source library/config.in source x11/config.in endchoice source libopie/config.in source core/opie-login/config.in source core/opiealarm/config.in + source core/tools/quicklauncher/config.in source core/launcher/config.in source core/qws/config.in endmenu comment "" menu "Applets" source core/applets/config.in source noncore/applets/config.in endmenu menu "Apps" source core/apps/config.in source noncore/apps/config.in endmenu menu "Communications and Networking" source noncore/comm/config.in source noncore/mail/config.in source noncore/net/config.in endmenu menu "Games" source noncore/games/config.in endmenu menu "Graphics and Multimedia" source freetype/config.in source noncore/graphics/config.in source core/multimedia/config.in source noncore/multimedia/config.in endmenu |