# -*- 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,sdraw)) $(eval $(call gb_Executable_set_targettype_gui,sdraw,YES)) $(eval $(call gb_Executable_add_ldflags,sdraw,\ /ENTRY:wWinMainCRTStartup \ )) $(eval $(call gb_Executable_use_static_libraries,sdraw,\ winlauncher \ )) $(eval $(call gb_Executable_add_exception_objects,sdraw,\ desktop/win32/source/applauncher/sdraw \ )) $(eval $(call gb_Executable_add_nativeres,sdraw,sdraw/launcher)) $(eval $(call gb_Executable_add_default_nativeres,sdraw,$(PRODUCTNAME) Draw)) # vim: set ts=4 sw=4 et: e='distro/allotropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/wizards/Package_tutorials.mk
AgeCommit message (Expand)Author
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-04-17fdo#63197: convert wizardsJulien Nabet