# -*- 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_Library_Library,emboleobj)) $(eval $(call gb_Library_set_componentfile,emboleobj,embeddedobj/source/msole/emboleobj$(if $(filter WNT,$(OS)),.windows))) $(eval $(call gb_Library_set_include,emboleobj,\ -I$(SRCDIR)/embeddedobj/source/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_external,emboleobj,boost_headers)) $(eval $(call gb_Library_use_sdk_api,emboleobj)) $(eval $(call gb_Library_use_libraries,emboleobj,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ utl \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,emboleobj,\ embeddedobj/source/msole/closepreventer \ embeddedobj/source/msole/oleembed \ embeddedobj/source/msole/olemisc \ embeddedobj/source/msole/olepersist \ embeddedobj/source/msole/oleregister \ embeddedobj/source/msole/olevisual \ embeddedobj/source/msole/ownview \ embeddedobj/source/msole/xolefactory \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_libraries,emboleobj,\ embobj \ )) $(eval $(call gb_Library_use_system_win32_libs,emboleobj,\ gdi32 \ ole32 \ oleaut32 \ uuid \ )) $(eval $(call gb_Library_add_exception_objects,emboleobj,\ embeddedobj/source/msole/advisesink \ embeddedobj/source/msole/graphconvert \ embeddedobj/source/msole/olecomponent \ embeddedobj/source/msole/olewrapclient \ embeddedobj/source/msole/xdialogcreator \ )) endif # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)Author
2014-08-18.gitignore /.gdb_historyJan-Marek Glogowski
2014-08-12git-ignore ure/source/unorcLionel Elie Mamane
2014-08-11Add ure/source/unorcTor Lillqvist
2014-05-01Git: ignore autogen, doxygen and gdb config filesJan-Marek Glogowski
2014-01-24Add file extensions from MSVS to gitignore fileAnderson Roberto
2014-01-06.gitignore: add test-install/Michael Stahl
2013-12-05Ignore also instdir_for_build and workdir_for_buildTor Lillqvist
2013-11-21Save downloaded tarballs under external/tarballs/Norbert Thiebaud
2013-11-19related fdo#70414 gbuild to ide: kdevelopBjoern Michaelsen
2013-10-31solver doesn't solve anything...Michael Stahl
2013-10-26.gitignore: ignore "tags"Michael Stahl
2013-08-31move XCode specific gitignore to top level so that all XCode projects are cleanSiqi LIU
2013-08-31remove all DS_Store 'that have crept in'Siqi LIU
2013-08-31add DS_Store to gitignoreSiqi LIU
2013-08-31gitignore userstate for xcodeSiqi LIU
2013-08-07remove userstate from the repoSiqi LIU
2013-07-15remove userstate from reposiqi
2013-04-09set up python unit test infrastructureDavid Ostrovsky
2013-04-06add instdir to .gitignoreDavid Tardon
2013-04-03autogen.lastrun -> autogen.inputStephan Bergmann
2013-03-01.gitignore for the whole config_build/ directoryLuboš Luňák
2013-02-28dmake is dead and burriedStephan Bergmann
2013-02-04...and add new lo.xcent to .gitignoreStephan Bergmann
2013-01-31Use separate config_*.h files for BUILD and HOST when cross-compilingTor Lillqvist
2013-01-03.gitignore: re-add VIM swap filesMichael Stahl
2012-12-25convert external to gbuildPeter Foley
2012-12-21clean-up .gitignoreNorbert Thiebaud
2012-12-19No more .memdump files left behind by xstlproc in postprocessStephan Bergmann
2012-12-15src.downloaded is goneMatúš Kukan
2012-12-11Prepare for read-only source buildNorbert Thiebaud
2012-12-06Do not accumulate warnings across configure runsStephan Bergmann
2012-11-27move ooo.lst and download parts to Makefile.fetchMatúš Kukan
2012-11-20repo-list is gone since 664012b313f3c3cd5666fc6f943fc8152e503e23Matúš Kukan
2012-11-11Kill set_oenv remnants (by just renaming the required timestamp file)Matteo Casalin
2012-11-05Revert "Add the concat-deps executable"Tor Lillqvist
2012-11-05Add the concat-deps executableTor Lillqvist
2012-11-05No need to mention "/solver", I thinkTor Lillqvist
2012-11-03bin pointless post_download.inMatúš Kukan
2012-11-03compile concat-deps in solenv; also put them into $(OUTDIR)Matúš Kukan
2012-10-22No more clone directoryStephan Bergmann
2012-10-16submodules migrationNorbert Thiebaud
2012-08-29.gitignore config.Build.logStephan Bergmann