config.ce: Use ~cc~, not ~CC~
authorBrian Fraser <fraserbn@gmail.com>
Wed, 18 Dec 2013 19:45:52 +0000 (16:45 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 18 Dec 2013 23:14:55 +0000 (20:14 -0300)
This was preventing several things from working properly,
like Errno_pm.PL, which tried to use $Config{cppstdin},
which was not set properly.

win32/config.ce

index 3e70a81..c20e1bf 100644 (file)
@@ -41,7 +41,7 @@ byteorder='1234'
 c=''
 castflags='0'
 cat='type'
-cc='~CC~'
+cc='~cc~'
 cccdlflags=' '
 ccdlflags=' '
 ccflags='-DWIN32'
@@ -59,14 +59,14 @@ compress=''
 contains='grep'
 cp='copy'
 cpio=''
-cpp='~CC~ -nologo -E'
+cpp='~cc~ -nologo -E'
 cpp_stuff='42'
 cppccsymbols=''
 cppflags='-DWIN32'
 cpplast=''
 cppminus=''
-cpprun='~CC~ -nologo -E'
-cppstdin='~CC~ -nologo -E'
+cpprun='~cc~ -nologo -E'
+cppstdin='~cc~ -nologo -E'
 cppsymbols=''
 crosscompile='undef'
 crypt_r_proto='0'