# -*- 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,swriter)) $(eval $(call gb_Executable_set_targettype_gui,swriter,YES)) $(eval $(call gb_Executable_add_defs,swriter,\ -DUNICODE \ )) $(eval $(call gb_Executable_add_ldflags,swriter,\ /ENTRY:wWinMainCRTStartup \ )) $(eval $(call gb_Executable_use_static_libraries,swriter,\ winlauncher \ )) $(eval $(call gb_Executable_add_exception_objects,swriter,\ desktop/win32/source/applauncher/swriter \ )) $(eval $(call gb_Executable_add_nativeres,swriter,swriter/launcher)) # vim: set ts=4 sw=4 et: oo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/io/source/TextInputStream/TextInputStream.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-09 04:57:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-09 04:57:58 +0200
commit3770bbbdba912b8a83d79842828a4b30894b4c70 (patch)
tree38b35704d341a92a3d2523149e35c8710568a0d5 /io/source/TextInputStream/TextInputStream.cxx
parent13887f48480929fcfc94f373e3210dd7c695a14f (diff)
Remove superfluous empty lines on top