(still not a very good show).
p4raw-id: //depot/perlio@16341
perl_free
perl_parse
perl_run
-# Oddities
+# Oddities from PerlIO
+PerlIO_open
PerlIO_binmode
PerlIO_getpos
PerlIO_init
PerlIO_perlio
PerlIO_setpos
PerlIO_sprintf
+PerlIO_printf
PerlIO_sv_dup
PerlIO_tmpfile
PerlIO_vsprintf
USE_IMP_SYS *= define
#
-# uncomment to enable the experimental PerlIO I/O subsystem.
+# Comment to disable I/O subsystem and use compiler's stdio for IO
USE_PERLIO = define
#
.\win32sck.c \
.\win32thread.c
-.IF "$(USE_PERLIO)" == "define"
+# We need this for miniperl build unless we override canned
+# config.h #define building mini\*
+#.IF "$(USE_PERLIO)" == "define"
WIN32_SRC += .\win32io.c
-.ENDIF
+#.ENDIF
.IF "$(CRYPT_SRC)" != ""
WIN32_SRC += .\$(CRYPT_SRC)