Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-04-02 | Added THREAD config flag (for compile agains threaded qt) | wimpie | 1 | -0/+7 |
Added ipkg-mt target for packaging targets to -mt packages speedup of ipkg by using bash substitution instead of grep/sed | ||||
2004-03-27 | define OPIE_NO_DEBUG for release builds (see usage example in ↵ | mickeyl | 1 | -0/+1 |
libopie2/core/odebug.*) | ||||
2004-03-27 | define debug symbols when debug is selected. actually this should have | mickeyl | 1 | -0/+2 |
been in since the beginning of the new build system... | ||||
2004-03-27 | only link libopie include files if it is selected | mickeyl | 1 | -0/+4 |
2004-03-26 | conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=y | mickeyl | 1 | -1/+6 |
2004-03-06 | Generate a .h for a .ui for libopie2 too | zecke | 1 | -0/+4 |
2004-03-01 | some header files and glue to compile japanese apps | mickeyl | 1 | -1/+4 |
pretty much work in progress - maybe someone wants to finish | ||||
2004-02-25 | add the missing header creation. i always wonder how you guys compile | mickeyl | 1 | -0/+1 |
stuff without these changes... do you create them by hand? :D | ||||
2004-02-23 | introduce configuration option OPIE_WE_VERSION | mickeyl | 1 | -0/+1 |
Use '15' for linux versions < 2.4.23 / 2.5.70 Use '16' for linux versions >= 2.4.23 / 2.5.70 | ||||
2004-02-21 | the usual cosmetics | mickeyl | 1 | -0/+2 |
2004-01-21 | catch up with moves on cvs server | mickeyl | 1 | -8/+14 |
2004-01-13 | build system bits to get libqtaux built | mickeyl | 1 | -1/+2 |
2004-01-05 | support a customizable quicklaunch path, this fixes the problem when | mickeyl | 1 | -0/+1 |
people install quicklaunch applications to non-root hence having the link pointing to non-existing ./quicklauncher | ||||
2003-12-09 | small typo.. it is OPIE_NEW_MALLOC not _ALLOC | zecke | 1 | -1/+1 |
2003-11-30 | Obsolete many of the custom-platform.h files. Values can be controled | zecke | 1 | -1/+22 |
by make menuconfig now. The default depends match the old custom-platform files. Todo remove content from the platform files | ||||
2003-11-03 | add memoryapplet to build system | mickeyl | 1 | -1/+1 |
2003-10-04 | Allow Opie beeing build with a Plain version of Qt without weak symbols | zecke | 1 | -0/+3 |
2003-09-01 | Link files from big-screen as well | zecke | 1 | -1/+2 |
2003-08-27 | If you add quick-app to the CONFIG options | zecke | 1 | -0/+11 |
it'll use the global quick app setting to either be a lib or normal executable | ||||
2003-08-13 | make it at least compile. ljp, please look @ the doctab | mickeyl | 1 | -0/+1 |
2003-08-10 | generate headers for libopie2db | mickeyl | 1 | -1/+1 |
2003-08-09 | Merges. | kergoth | 1 | -8/+46 |
2003-06-15 | enable opiemm | mickeyl | 1 | -0/+1 |
2003-06-06 | filesubst i18n -> $(prefix)/i18n | schurig | 1 | -0/+1 |
2003-05-03 | patch to enable putting files in $OPIEDIR/share instead of /share per ↵ | mickeyl | 1 | -0/+1 |
treke's request | ||||
2003-04-25 | Here we go again. | kergoth | 1 | -8/+10 |
2003-04-24 | Add OPIE_VERSION to subst | kergoth | 1 | -0/+1 |
2003-04-24 | Correct the etc filesubst path | kergoth | 1 | -1/+1 |
2003-04-24 | Handle both expanded and unexpanded OPIEDIR and QTDIR in filesubst | kergoth | 1 | -0/+2 |
2003-04-24 | Add bin to filesubst | kergoth | 1 | -0/+1 |
2003-04-24 | Add sounds, pics, plugins, apps to filesubst | kergoth | 1 | -0/+4 |
2003-04-23 | Add qt3 to CONFIG if the qte version read from qtdir/include/qglobal.h is 3.x | kergoth | 1 | -0/+5 |
2003-04-22 | Add ipk creation rules | kergoth | 1 | -0/+20 |
2003-03-28 | enable building libopie2 under menu "experimental" - | mickeyl | 1 | -2/+10 |
don't forget to remove stamp-headers and remake them to automatically add the various $(OPIEDIR)/include/opie2 headers. | ||||
2003-02-11 | individual makefiles depend on toplevel .config, to ensure regen of ↵ | kergoth | 1 | -3/+1 |
makefiles on config change. | ||||
2003-01-28 | bugfix re: switching between x11 and normal builds.. stamp-header cleanup. | kergoth | 1 | -4/+4 |
2003-01-24 | Add debug to config system. enabling/disabling this option alters a toplevel ↵ | kergoth | 1 | -1/+11 |
gen.pro file, which alters the CONFIG parameter in the .pro files. In this way you can enable/disable debug builds globally via the config system. | ||||
2003-01-16 | split opie vs qt stamp-headers / symlinks. | kergoth | 1 | -6/+14 |
2003-01-16 | Rules.make | kergoth | 1 | -3/+3 |
2003-01-16 | Move stamp-headers files into qtdir per holger's request some time ago. | kergoth | 1 | -4/+4 |
2003-01-16 | Use paths relative to OPIEDIR in generated configs. | kergoth | 1 | -1/+1 |
2002-11-06 | Filter out itself when descending | kergoth | 1 | -2/+3 |
2002-11-06 | Add X11.. | kergoth | 1 | -1/+23 |
2002-11-06 | pass qmake var down | kergoth | 1 | -5/+5 |
2002-11-06 | custom.h rule | kergoth | 1 | -2/+7 |
2002-11-05 | will descend into dirs that dont have .lpro files now | kergoth | 1 | -8/+8 |
2002-11-05 | use ln -sf, not ln -s | kergoth | 1 | -7/+7 |
2002-11-05 | Use stampfile to ensure header symlinks are in place | kergoth | 1 | -0/+20 |
2002-11-05 | Set generated configs in Makefile.test for now | kergoth | 1 | -3/+2 |
2002-11-05 | rule consolodation | kergoth | 1 | -5/+2 |