summaryrefslogtreecommitdiff
path: root/win32/buildext.pl
Commit message (Collapse)AuthorAgeFilesLines
* 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