summaryrefslogtreecommitdiff
path: root/win32/buildext.pl
Commit message (Collapse)AuthorAgeFilesLines
* Re: [patch] win32/buildext.pl to handle inclusions and not just exclusionsYves Orton2006-05-241-3/+17
| | | | | Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com> p4raw-id: //depot/perl@28293
* Enable static extensions with Borland compiler on Win32Steve Hay2005-06-161-1/+1
| | | p4raw-id: //depot/perl@24862
* Allow static linking core extensions on Win32 with MinGWYitzchak Scott-Thoennes2005-01-061-12/+8
| | | | | | Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32 Message-ID: <20050105180141.GA676@efn.org> p4raw-id: //depot/perl@23762
* RE: [PATCH-for-23358] enable statically linked exte nsions for Win32Vadim Konovalov2004-10-141-1/+7
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com> p4raw-id: //depot/perl@23363
* enable statically linked extensions for Win32Vadim Konovalov2004-10-121-4/+46
| | | | | Message-ID: <80173417046.20041011225700@vkonovalov.ru> p4raw-id: //depot/perl@23360
* good day for WinCE port of perl.Vadim Konovalov2002-05-161-5/+23
| | | | | Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad> p4raw-id: //depot/perl@16628
* some extension builds need to find pl2bat.bat on windowsGurusamy Sarathy2002-04-251-1/+8
| | | p4raw-id: //depot/perl@16162
* windows build fails if there is no perlglob.exe in the PATHGurusamy Sarathy2002-04-251-0/+3
| | | p4raw-id: //depot/perl@16160
* Re: compile tweak for Win32Michael G. Schwern2002-03-301-2/+4
| | | | | Message-ID: <20020329224822.GG16816@blackrider> p4raw-id: //depot/perl@15631
* "nmake clean" fails to clean ext/... because buildext.pl callsGurusamy Sarathy2001-10-271-1/+1
| | | | | | | | | system("nmake -nologo", "clean") and there is no executable called "nmake -nologo"; this used to "work" pre-change#12559 due to bugs in multiarg system() that have since been fixed p4raw-link: @12559 on //depot/maint-5.6/perl: c196af81e4de7395bbcca7607214cb47be8a55c0 p4raw-id: //depot/perl@12719
* win32 update (VC,Borland,gcc), nmake updatePrymmer/Kahn2001-05-061-3/+33
| | | | | Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10004
* Split out extension finding code from buildext.pl into FindExt.pmNick Ing-Simmons2001-04-071-22/+5
| | | | | | Use it to get Config.pm's idea of available extensions in line with what is built. p4raw-id: //depot/perlio@9604
* fix for win32/buildext.plVadim Konovalov2001-03-301-1/+2
| | | | | Message-ID: <005b01c0b95c$ac277250$7542983e@vad> p4raw-id: //depot/perl@9478
* Make sure buildext.pl finds Errno.pmNick Ing-Simmons2001-03-291-2/+2
| | | p4raw-id: //depot/perlio@9448
* Work in progress - determine win32 extensions to build via script.Nick Ing-Simmons2001-03-291-0/+63
p4raw-id: //depot/perlio@9442