From 8d5bd747ed9ecc6988a2678628e5e9d8c6509dc3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 14 Mar 2011 13:03:33 +0200 Subject: Prefer .NET 4, do not bother with .NET 2 --- oowintool | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'oowintool') diff --git a/oowintool b/oowintool index cec0baa7e129..1c48a1d9e86c 100755 --- a/oowintool +++ b/oowintool @@ -207,9 +207,8 @@ sub print_msvs_productdir() sub print_csc_compiler_dir() { my $dir = cygpath (reg_get_value ("HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/.NETFramework/InstallRoot"), 'w', $output_format); - my $csc_exe = `/bin/find "$dir" -iname csc.exe | grep "v3\.5\." | head -n 1` || - `/bin/find "$dir" -iname csc.exe | grep "v4\." | head -n 1` || - `/bin/find "$dir" -iname csc.exe | grep "v2\." | head -n 1`; + my $csc_exe = `/bin/find "$dir" -iname csc.exe | grep "v4\." | head -n 1` || + `/bin/find "$dir" -iname csc.exe | grep "v3\.5\." | head -n 1`; print `dirname $csc_exe`; } -- cgit /zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/dstribut.cxx
pan title='2017-02-03 08:59:39 +0000'>2017-02-03
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: cuiStephan Bergmann
2017-07-21de-hrc various thingsCaolán McNamara
2016-08-30convert RECT_POINT to scoped enumNoel Grandin
2016-08-25convert SvxDistributeHorizontal to scoped enumNoel Grandin
2016-08-25convert SvxDistributeVertical to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-17loplugin:unusedmethods cuiNoel Grandin
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
new loplugin:unusedenumconstantsNoel Grandin
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2016-12-21convert VclButtonsType to scoped enumNoel Grandin
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud
2016-11-04unify color selectorsCaolán McNamara
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-19loplugin:expandablemethodds in cuiNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann