# -*- 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_UnpackedTarball_UnpackedTarball,nss)) $(eval $(call gb_UnpackedTarball_set_tarball,nss,$(NSS_TARBALL))) $(eval $(call gb_UnpackedTarball_add_patches,nss,\ nss/nss.patch \ nss/nss.aix.patch \ nss/nss-3.13.5-zlib-werror.patch \ $(if $(filter MACOSX,$(OS)),nss/nss_macosx.patch) \ $(if $(filter WNTMSC,$(OS)$(COM)),nss/nss.windows.patch) \ $(if $(filter WNTGCC,$(OS)$(COM)),nss/nspr-4.9-build.patch.3 \ nss/nss-3.13.3-build.patch.3 \ nss/nss.mingw.patch.3) \ )) # vim: set noet sw=4 ts=4: k'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/win32
AgeCommit message (Expand)Author
2012-10-08cppcheck: clarifyCalculationjailletc36
2012-06-28use defines from systools/win32/qswin32.h instead of duplicationAndras Timar
2012-06-27Remove unused header filesThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-07fdo#43989: Revert "win32-dont-attempt-restart.diff: Don't attempt to restart ...Stephan Bergmann
2012-06-04Make sure all the required headers are thereJesús Corrius
2012-06-04Make sure the symbols are foundJesús Corrius
2012-06-04Move the AppUserModelID code to the launcherJesús Corrius
2012-05-24Don't spam fellow developers until I fix the problem in MinGWJesús Corrius
2012-05-24replace wcscat_s -> wcscat to please minGWJesús Corrius
2012-05-24include files always in lowercaseJesús Corrius
2012-05-24set explicit Application User Models IDs in the native Windows launchersJesús Corrius
2012-04-16WaE: declaration of 'argc' shadows a previous localDavid Tardon
2012-04-16WaE: variable 'dwWaitResult' set but not usedDavid Tardon
2012-04-16WaE: unused variable 'hProcess'David Tardon
2012-04-16convert tabs to spacesDavid Tardon
2012-01-06remove unused VER_FIRSTYEARAndras Timar
2012-01-06tabs to spacesAndras Timar
2011-12-21WaE: hInstance arg unused under mingw32Caolán McNamara
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar
2011-12-06remove sources of setup.exeAndras Timar
2011-12-04code cleanup of Windows quickstarterAndras Timar
2011-12-04remove StarOffice-only fileAndras Timar
2011-12-04-quickstart -> --quickstart, etc.Andras Timar
2011-12-02remove unused OOo Windows iconsAndras Timar
2011-12-02A trailing 0 on an ICON line is unnecessary and causes an errorAndras Timar
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen
2011-11-27remove include of pch header in desktopNorbert Thiebaud
2011-11-22fix VERSIONINFO section of win32 executables fdo#30798Andras Timar
2011-11-20Remove some unused headers from desktopJoseph Powers
2011-10-31The -something switches are obsolete, use --something instead.Jan Holesovsky
2011-10-26chmod -xTor Lillqvist
2011-10-26WaE: unreferenced formal parameterTor Lillqvist
2011-10-26WaE: unreachable codeTor Lillqvist
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn...Stephan Bergmann
2011-10-07WaE: win32 cleanupMichael Meeks
2011-10-07cppcheck scope reduction of var in desktop/win32/...setup.cppPierre-André Jacquod
2011-09-21WaE: fall through to final returnCaolán McNamara
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-15gbuildize desktopDavid Tardon
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12deleted unneded var and code simplified in desktop, launcher.cxxPierre-André Jacquod
2011-09-07update to latest version of vcredist fdo#40399Andras Timar
2011-09-01Work around compilation errors with mingw-w64 and --enable-debugTor Lillqvist
2011-07-21windres is pickyTor Lillqvist
2011-07-21We don't ship the rebase executables so bin the sources tooTor Lillqvist
2011-07-21Header filename case sensitivity fixesTor Lillqvist
2011-07-21product code of latest vcredist_x64.exeAndras Timar