This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add files and tweak others to get 'native' Mingw32 gcc port as
authorNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 27 Nov 1997 17:46:30 +0000 (17:46 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 27 Nov 1997 17:46:30 +0000 (17:46 +0000)
commita835ef8a5ef2441baebe4910667c49a7be441c88
tree16ffce3090d1f147fe5cc67a52c0eae38c037e1b
parentc6af95f61decbba4d08b75e0ff2fadd33009bd72
Add files and tweak others to get 'native' Mingw32 gcc port as
far as building miniperl and perl.dll (but not import lib yet)
Seems to lack popen()/pclose() and fcloseall() and fflushall().
Also only CRTDLL not MCRTDLL so threading is probably not
possible yet.
Had to mess with win32iop.h's placement as we need __attribute__
to get STDCALL, and #define of printf messes up proto.h

p4raw-id: //depot/ansiperl@325
13 files changed:
dosish.h
perl.h
win32/config.gc [new file with mode: 0644]
win32/config_H.gc [new file with mode: 0644]
win32/dl_win32.xs
win32/include/sys/socket.h
win32/makefile.mk
win32/makegcc.mk [new file with mode: 0644]
win32/runperl.c
win32/win32.c
win32/win32.h
win32/win32iop.h
win32/win32sck.c