# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Executable_Executable,scalc)) $(eval $(call gb_Executable_set_targettype_gui,scalc,YES)) $(eval $(call gb_Executable_add_defs,scalc,\ -DUNICODE \ )) $(eval $(call gb_Executable_add_ldflags,scalc,\ /ENTRY:wWinMainCRTStartup \ )) $(eval $(call gb_Executable_use_static_libraries,scalc,\ winlauncher \ )) $(eval $(call gb_Executable_add_exception_objects,scalc,\ desktop/win32/source/applauncher/scalc \ )) $(eval $(call gb_Executable_add_nativeres,scalc,scalc/launcher)) # vim: set ts=4 sw=4 et: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/prj
AgeCommit message (Expand)Author
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito
2011-03-25set build depencencies against the new "translations" modulePetr Mladek
2011-03-19Documented and Unit-tested the SvxBorderLine::SetLinesWidthCédric Bosdonnat
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-22masterfix DEV300: #i10000# usage of L10N build_typeIvo Hinkelmann
2011-02-04gnumake3: clear d.lst of converted modulesMichael Stahl
2011-02-02CWS gnumake3: convert editeng to gbuildMathias Bauer
2010-01-09#i107450#: wrong d.lst for WindowsMathias Bauer
2010-01-06#i107450#: move code from svx to new module editengMathias Bauer