diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-26 10:30:19 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-26 10:30:19 +0100 |
commit | b0ccccea6798baa0fc71691fbe01a9b5da85ab60 (patch) | |
tree | ad263f9e99d0842fa8c70d51687d5215178ae9dd /sfx2 | |
parent | 9fa0a785088feeaf3cf4bb502ef8f2e4ec1b1152 (diff) |
CWS gnumake3: several clean ups and fixes in makefiles
Diffstat (limited to 'sfx2')
-rwxr-xr-x | sfx2/Module_sfx2.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk index d0e577241468..6ecc7008afe4 100755 --- a/sfx2/Module_sfx2.mk +++ b/sfx2/Module_sfx2.mk @@ -50,12 +50,10 @@ $(eval $(call gb_Module_add_targets,sfx2,\ endif endif -#todo: source/appl ohne Optimierung? -#todo: source/control ohne Optimierung? #todo: source/dialog BUILD_VER_STRING #todo: source/doc SYSTEM_LIBXML2 -#todo: noopt for acldetect.cxx? #todo: ENABLE_LAYOUT -#todo: quickstarter +#todo: clean up quickstarter stuff in both libraries +#todo: move standard pool to svl # vim: set noet sw=4 ts=4: |