[differences between cumulative patch application and perl5.004_01]
[p5sagit/p5-mst-13.2.git] / win32 / config.bc
similarity index 96%
rename from win32/config.w32
rename to win32/config.bc
index b40efee..4b148de 100644 (file)
@@ -7,8 +7,8 @@
 
 archlibexp='~INST_TOP~\lib'
 archname='MSWin32'
-cc='cl'
-ccflags='-MD -DWIN32'
+cc='bcc32'
+ccflags='-DWIN32'
 cppflags='-DWIN32'
 dlsrc='dl_win32.xs'
 dynamic_ext='Fcntl IO Opcode SDBM_File Socket'
@@ -45,7 +45,7 @@ State=''
 afs='false'
 alignbytes='8'
 aphostname=''
-ar='ar'
+ar='tlib /P128'
 archlib='~INST_TOP~\lib'
 archobjs=''
 awk='awk'
@@ -73,12 +73,12 @@ compress=''
 contains='grep'
 cp='cp'
 cpio=''
-cpp='cpp'
+cpp='cpp32'
 cpp_stuff='42'
 cpplast=''
 cppminus=''
-cpprun='cl -E'
-cppstdin='cl -E'
+cpprun=''
+cppstdin=''
 cryptlib=''
 csh='undef'
 d_Gconvert='sprintf((b),"%.*g",(n),(x))'
@@ -360,12 +360,12 @@ intsize='4'
 known_extensions='DB_File Fcntl GDBM_File NDBM_File ODBM_File Opcode POSIX SDBM_File Socket'
 ksh=''
 large=''
-ld='link'
-lddlflags='-dll'
-ldflags='-nologo -subsystem:windows'
+ld='tlink32'
+lddlflags='-Tpd'
+ldflags=''
 less='less'
 lib_ext='.lib'
-libc='msvcrt.lib'
+libc='cw32mti.lib'
 libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
 line='line'
 lint=''
@@ -381,7 +381,7 @@ ls='ls'
 lseektype='off_t'
 mail=''
 mailx=''
-make='nmake'
+make='dmake'
 mallocobj='malloc.o'
 mallocsrc='malloc.c'
 malloctype='void *'
@@ -464,10 +464,10 @@ split=''
 ssizetype='int'
 startperl='#perl'
 stdchar='unsigned char'
-stdio_base='((fp)->_base)'
-stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)'
-stdio_cnt='((fp)->_cnt)'
-stdio_ptr='((fp)->_ptr)'
+stdio_base='((fp)->buffer)'
+stdio_bufsiz='((fp)->level + (fp)->curp - (fp)->buffer)'
+stdio_cnt='((fp)->level)'
+stdio_ptr='((fp)->curp)'
 strings='/usr/include/string.h'
 submit=''
 sysman='/usr/man/man1'