diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-12 12:05:07 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-12 12:05:07 +0100 |
commit | 1dca51dbbb12bf2655fe701ac856e3808f300a5c (patch) | |
tree | ee46d04e39f7a32d8ca2297acde37c4188f570f1 /svx/Module_svx.mk | |
parent | 9b73b029b91f96922c055206ee820ea6b42647d6 (diff) |
CWS gnumake3: #i116422#: convert svx to new build system
Diffstat (limited to 'svx/Module_svx.mk')
-rw-r--r-- | svx/Module_svx.mk | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/svx/Module_svx.mk b/svx/Module_svx.mk new file mode 100644 index 000000000000..51393f2980ba --- /dev/null +++ b/svx/Module_svx.mk @@ -0,0 +1,48 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2009 by Sun Microsystems, Inc. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# This file is part of OpenOffice.org. +# +# OpenOffice.org is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License version 3 +# only, as published by the Free Software Foundation. +# +# OpenOffice.org is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License version 3 for more details +# (a copy is included in the LICENSE file that accompanied this code). +# +# You should have received a copy of the GNU Lesser General Public License +# version 3 along with OpenOffice.org. If not, see +# <http://www.openoffice.org/license.html> +# for a copy of the LGPLv3 License. +# +#************************************************************************* + +$(eval $(call gb_Module_Module,svx)) + +$(eval $(call gb_Module_add_targets,svx,\ + Library_svx \ + Library_svxcore \ + Library_textconversiondlgs \ + AllLangResTarget_svx \ + AllLangResTarget_ofa \ + AllLangResTarget_about \ + AllLangResTarget_textconversiondlgs \ + Package_inc \ + Package_sdi \ +)) + +# Executable_gengal \ + +#todo: noopt for EnhanceCustomShapesFunctionParser.cxx on Solaris Sparc and MacOSX +#todo: -DBOOST_SPIRIT_USE_OLD_NAMESPACE only in CustomShapes ? +#todo: -DUNICODE and -D_UNICODE on WNT for source/dialog +#todo: globlmn.hrc +#todo: component file |