summaryrefslogtreecommitdiffstats
path: root/oowintool
Commit message (Collapse)AuthorAgeFilesLines
* Add --msvc-copy-dlls-64 optionTor Lillqvist2012-11-031-14/+22
| | | | | | Implement it in a somewhat ad-hoc way. Change-Id: I6558d30672a02c4fd22f1eedbe1a7f187164f031
* Bin help for nonexistent switch --msvc-find-msms-vc100Tor Lillqvist2012-11-021-2/+0
| | | | Change-Id: I14fb49acdbd242c0e68957ec72cba558df273c4a
* Revert "prefer newer versions of Visual Studio"Norbert Thiebaud2012-10-081-2/+2
| | | | | | | This reverts commit 4967505ad54de0639fbd7bfa553c57ead9ada6ec. This was creating problem with tinderbox.. changing the default base version on the fly is not a good idea anyway
* fix msm_path detectionPeter Foley2012-10-071-2/+6
| | | | Change-Id: Id507a3483a126f4a04dcb9be287c12a3eae5429c
* fix msm suport for VS2012Peter Foley2012-10-071-9/+23
| | | | Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
* fix cli_ure build with Win8 SDKPeter Foley2012-10-071-0/+13
| | | | Change-Id: I4842d848234a5dc21085a3fd0aa0a79c58c71e8c
* prefer newer versions of Visual StudioPeter Foley2012-10-071-2/+2
| | | | Change-Id: I6744460db43f66c91ad8e033f59612457acd66ee
* add support for Windows 8 SDKPeter Foley2012-10-071-2/+6
| | | | | | | Change-Id: I941ce196917cad307d9de03030c4b23ff4e1b249 Reviewed-on: https://gerrit.libreoffice.org/785 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Fix build breaker in cli_ure: Avoid C# 4.0 when using MSVC 2008Tor Lillqvist2012-08-171-5/+15
| | | | Change-Id: Ieb82b73150330ddbde890f36b88637bf5dfddf51
* enable build with Visual Studio 2012Peter Foley2012-08-161-2/+14
| | | | Change-Id: I95e5974e4f109eb8882f7260d19c439a86931e64
* Fix build with VS2010Peter Foley2012-08-151-5/+5
| | | | Change-Id: Ic3bbb20c446545d67682a6c547fb69e2255eb0b7
* Missing newlineStephan Bergmann2012-08-021-1/+1
| | | | Change-Id: I8dd2d6f059b027122657e5000b95298e874e51e8
* Make bundling Microsoft_VC100_CRT_x86.msm truly optionalStephan Bergmann2012-07-241-0/+11
| | | | Change-Id: I4fa998f33059a6ebc9afe0a9ce65443a115b6db2
* make the vc2010 redist optionalNorbert Thiebaud2012-07-191-9/+14
| | | | Change-Id: Ib81f168fa65d7a4affb15ce07f1a49ad1b2df479
* fdo#50584 bundle MS Visual C++ 2010 Runtime so LO can work with JRE7Andras Timar2012-07-181-1/+1
| | | | Change-Id: If22bed6728121ec66ecd89ad4f869e980aeb79b7
* copy msms only for ver 9.0, MSVC 2010 doesn't have themEike Rathke2012-05-231-0/+3
|
* fdo#48259 take MSMDir from registryAndras Timar2012-04-241-10/+2
|
* Look for properly registered windows sdks instead for random version numbersFridrich Štrba2012-03-221-9/+1
|
* Add mode lines, untabify, clean up indentationTor Lillqvist2012-03-091-72/+72
|
* Look for Windows SDK v7.1, tooTor Lillqvist2012-03-091-0/+4
|
* Redirect error message we aren't interested in to /dev/nullTor Lillqvist2012-03-091-1/+1
|
* Bin leftover old crack: There is no "platformsdk" under the MSVC folderTor Lillqvist2012-03-091-5/+0
|
* given that we can build with java7 now, allow it for windows tooCaolán McNamara2012-03-011-1/+2
|
* remove NSIS supportAndras Timar2011-12-061-9/+0
|
* add a fallback for %COMMONPROGRAMFILES% if its not setCaolán McNamara2011-11-231-3/+8
|
* x64 merge modules are not mandatory, only warn when they are missing.Jan Holesovsky2011-11-161-5/+11
|
* copy msvcrt merge modules into the treeAndras Timar2011-11-161-0/+20
|
* s/dump/printTor Lillqvist2011-10-051-9/+9
|
* Use current terminology and socket libraryTor Lillqvist2011-05-161-7/+7
| | | | | It's called the Windows SDK, not the Platform SDK. Link only with the ws2_32 library, not the wsock32 one.
* Revert "Let's try preferring MSVS2010/MSVC2010"Tor Lillqvist2011-03-151-2/+2
| | | | This reverts commit 8cd4be6de9889485948e2fea02efbc8d74e55642.
* Revert "Prefer .NET 4, do not bother with .NET 2"Tor Lillqvist2011-03-151-2/+3
| | | | This reverts commit ca448fbaf0b18edcfc809fcabcbcac51bb32f3b7.
* Prefer .NET 4, do not bother with .NET 2Tor Lillqvist2011-03-141-3/+2
|
* Let's try preferring MSVS2010/MSVC2010Tor Lillqvist2011-03-141-2/+2
|
* Actually we don't seem to need instmsiw.exe anywhereTor Lillqvist2010-12-211-25/+0
|
* oowintool should find .NET Framework 4.0 tooJesús Corrius2010-10-291-0/+1
|
* Slight cleanup of the Windows stuffTor Lillqvist2010-10-281-53/+2
| | | | | | | Use correct terminology for the Microsoft compilers, ".NET" was a part of their name only in the 2003 version. Drop support for the 2003 and 2005 versions. The Platform SDK has been called the Windows SDK for quite a while. Etc.
* Don't show a perl error when .NET SDK is not foundJesús Corrius2010-10-161-1/+3
|
* Enable Microsoft Visual C++ 10 compiler in the build systemJesús Corrius2010-10-151-3/+19
|
* Detect the correct .NET Framework for Visual Studio 2008Jesús Corrius2010-10-071-1/+2
|
* oowintool-java6.diff: Detect java 6 correctly.Fridrich Štrba2010-09-141-0/+1
|
* CWS-TOOLING: integrate CWS configuretoplevelVladimir Glazounov2009-01-211-0/+391
2009-01-19 15:47:39 +0100 rene r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene r264848 : fix cws, part 2