author | zecke <zecke> | 2003-08-27 12:24:03 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-27 12:24:03 (UTC) |
commit | 6a6af694205eb9a55b18eb10f2290a9747019388 (patch) (unidiff) | |
tree | e930a44ea8b32720a9611bbfd59a71b83bb7e606 /config.in | |
parent | 151c319a9a67ae420136fb23cc987d23059737f6 (diff) | |
download | opie-6a6af694205eb9a55b18eb10f2290a9747019388.zip opie-6a6af694205eb9a55b18eb10f2290a9747019388.tar.gz opie-6a6af694205eb9a55b18eb10f2290a9747019388.tar.bz2 |
If you add quick-app to the CONFIG options
it'll use the global quick app setting to either
be a lib or normal executable
-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,24 +28,28 @@ endchoice | |||
28 | 28 | ||
29 | config OPTIMIZE | 29 | config OPTIMIZE |
30 | boolean "Use optimizations" | 30 | boolean "Use optimizations" |
31 | default "y" if ! TARGET_X86 | 31 | default "y" if ! TARGET_X86 |
32 | 32 | ||
33 | config DEBUG | 33 | config DEBUG |
34 | boolean "Enable debug builds" | 34 | boolean "Enable debug builds" |
35 | default n | 35 | default n |
36 | config RELEASE | 36 | config RELEASE |
37 | bool | 37 | bool |
38 | default y | 38 | default y |
39 | depends !DEBUG | 39 | depends !DEBUG |
40 | |||
41 | config QUICK_LAUNCH | ||
42 | boolean "Enable Quick Launch" | ||
43 | default n | ||
40 | 44 | ||
41 | config SPECFILE | 45 | config SPECFILE |
42 | string | 46 | string |
43 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 47 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
44 | default "linux-g++" if TARGET_X86 && X11 | 48 | default "linux-g++" if TARGET_X86 && X11 |
45 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 49 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
46 | default "linux-g++" if TARGET_SHARP && X11 | 50 | default "linux-g++" if TARGET_SHARP && X11 |
47 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 51 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
48 | default "linux-g++" if TARGET_IPAQ && X11 | 52 | default "linux-g++" if TARGET_IPAQ && X11 |
49 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 53 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
50 | default "linux-g++" if TARGET_RAMSES && X11 | 54 | default "linux-g++" if TARGET_RAMSES && X11 |
51 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | 55 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |