summaryrefslogtreecommitdiff
path: root/win32/makefile.mk
Commit message (Expand)AuthorAgeFilesLines
...
| * [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-1/+1
| |\ | |/ |/|
| * [asperl] fix various shenanigans with C<environ>, BC and VC builds now passGurusamy Sarathy1998-05-291-4/+4
| * [asperl] tweaks to enable Borland buildGurusamy Sarathy1998-05-281-5/+20
| * [asperl] add AS patch#21 (misc. fixes)Gurusamy Sarathy1998-05-271-3/+17
| * [asperl] tweak makefilesGurusamy Sarathy1998-05-241-10/+36
| * [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-6/+22
| |\
| * | [asperl] add AS patch#16Gurusamy Sarathy1998-04-201-1/+1
| * | [asperl] small tweaks to make it compile (doesn't run)Gurusamy Sarathy1998-04-081-2/+2
| * | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-1/+1
| |\ \
| * | | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-363/+400
| * | | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-1/+1
| |\ \ \
| * \ \ \ [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-29/+64
| |\ \ \ \
| * \ \ \ \ [asperl] integrate latest win32 branchGurusamy Sarathy1998-02-221-11/+19
| |\ \ \ \ \
| * \ \ \ \ \ [asperl] bring ASPerl uptodate with mainline changesGurusamy Sarathy1998-02-141-1/+1
| |\ \ \ \ \ \
| * | | | | | | [asperl] various tweaksGurusamy Sarathy1998-01-301-3/+19
* | | | | | | | [win32] integrate mainlineGurusamy Sarathy1998-05-291-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | [win32] tweaks to win32 makefiles. This version builds and passes allGurusamy Sarathy1998-05-151-2/+11
* | | | | | | [win32] remove x586 code gen switch (-5) for Borland, it is non-generic,Gurusamy Sarathy1998-05-121-1/+1
* | | | | | | [win32] various tweaks to makefilesGurusamy Sarathy1998-05-101-351/+409
* | | | | | | [win32] support POSIX, enable more locale testsGurusamy Sarathy1998-04-171-4/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | [win32] config.* fixesGurusamy Sarathy1998-04-031-0/+1
* | | | | | [win32] fix typo in makefile.mkGurusamy Sarathy1998-03-281-1/+1
* | | | | | [win32] add file: to installhtml URLsGurusamy Sarathy1998-03-231-3/+3
* | | | | | [win32] mingw32 tweaksGurusamy Sarathy1998-03-101-2/+2
| |_|_|_|/ |/| | | |
* | | | | [win32] variousGurusamy Sarathy1998-03-061-1/+1
| |_|_|/ |/| | |
* | | | [win32] misc small tweaksGurusamy Sarathy1998-02-281-5/+21
* | | | [win32] various changes to make win32 build under the new Configure & co.Gurusamy Sarathy1998-02-261-25/+44
| |_|/ |/| |
* | | [win32] get compiler building under win32 (needed Makefile.PLGurusamy Sarathy1998-02-221-4/+12
* | | [win32] non-debug VC builds are -O1 now (they say it works, and isGurusamy Sarathy1998-02-181-2/+2
* | | [win32] DLLs are now ok on mingw32/gcc-2.8.0 after removing theGurusamy Sarathy1998-02-171-5/+5
* | | [win32] fix mingw32 gcc 2.8.0 build (DLLs generated seem to be brokenGurusamy Sarathy1998-02-161-7/+7
| |/ |/|
* | [win32] pickup lddlflags properly for Config.pmGurusamy Sarathy1998-02-121-1/+1
|/
* [win32] fix perlglob.bat warnings by splitting it from File::DosGlobGurusamy Sarathy1998-01-131-7/+4
* [win32] various tweaks to build support (NOTE: meant for 5.004_57)Gurusamy Sarathy1998-01-131-28/+62
* [win32] add support for crypt() via user-supplied des_fcrypt() source or libr...Gurusamy Sarathy1997-12-241-9/+34
* [win32] makegcc.mk merged into makefile.mk, so makegcc.mk is gone.Gurusamy Sarathy1997-12-021-98/+174
* [win32] various hacks to get mingw32 to build. Sync Makefile with makefile.mk.Gurusamy Sarathy1997-12-021-17/+31
* Add files and tweak others to get 'native' Mingw32 gcc port asNick Ing-Simmons1997-11-271-1/+1
* [win32] Various changes to make it build cleanly and pass all tests:Gurusamy Sarathy1997-11-261-3/+3
* MYMALLOC for Win32:Nick Ing-Simmons1997-11-161-2/+4
* Fix various details in win32 makefiles and Config.pm setup.Gurusamy Sarathy1997-11-141-10/+13
* Egregious IOsubsystem code excised. Phew, what a relief! TwoGurusamy Sarathy1997-11-121-9/+1
* Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-111-2/+2
|\
| * Conditionalize english.t,Nick Ing-Simmons1997-11-091-2/+2
| * MakeMaker not in vofig noise fix for dmakeNick Ing-Simmons1997-11-091-0/+1
| * Add :base_thread to :default in Opcode.pmNick Ing-Simmons1997-11-081-2/+2
| * Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-2/+2
| * Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-2/+4
| * Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-17/+31
| * Improve internal threading API. Introduce win32/win32thread.[ch]Malcolm Beattie1997-10-241-5/+13