tweak win32 config templates for cpp
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 28 Jun 1998 14:34:06 +0000 (14:34 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 28 Jun 1998 14:34:06 +0000 (14:34 +0000)
p4raw-id: //depot/perl@1221

win32/config.bc
win32/config.gc
win32/config.vc

index 0c62fc5..78b6f19 100644 (file)
@@ -52,13 +52,13 @@ compress=''
 contains='grep'
 cp='copy'
 cpio=''
-cpp='cpp32'
+cpp='cpp32 -oCON'
 cpp_stuff='42'
 cppflags='-DWIN32'
 cpplast=''
 cppminus=''
-cpprun=''
-cppstdin=''
+cpprun='cpp32 -oCON'
+cppstdin='cpp32 -oCON'
 cryptlib=''
 csh='undef'
 d_Gconvert='gcvt((x),(n),(b))'
index 5b8fb2e..720b511 100644 (file)
@@ -52,7 +52,7 @@ compress=''
 contains='grep'
 cp='copy'
 cpio=''
-cpp='cpp'
+cpp='gcc -E'
 cpp_stuff='42'
 cppflags='-DWIN32'
 cpplast=''
index 823532a..b515fd7 100644 (file)
@@ -52,13 +52,13 @@ compress=''
 contains='grep'
 cp='copy'
 cpio=''
-cpp='cpp'
+cpp='cl -nologo -E'
 cpp_stuff='42'
 cppflags='-DWIN32'
 cpplast=''
 cppminus=''
-cpprun='cl -E'
-cppstdin='cl -E'
+cpprun='cl -nologo -E'
+cppstdin='cl -nologo -E'
 cryptlib=''
 csh='undef'
 d_Gconvert='sprintf((b),"%.*g",(n),(x))'