diff make/windows/makefiles/shared.make @ 4891:719f7007c8e8

7141242: build-infra merge: Rename CPP->CXX and LINK->LD Summary: Cleaned up make variables for compilers and linker to consistently use CXX for C++ compiler, CC for C compiler and LD for linker. Reviewed-by: dholmes, ohrstrom
author erikj
date Mon, 06 Feb 2012 09:14:22 +0100
parents c18cbe5936b8
children 0d8e265ba727
line wrap: on
line diff
--- a/make/windows/makefiles/shared.make	Tue Jan 31 13:12:39 2012 +0100
+++ b/make/windows/makefiles/shared.make	Mon Feb 06 09:14:22 2012 +0100
@@ -30,8 +30,8 @@
 DIR=.
 !endif
 
-!ifndef CPP
-CPP=cl.exe
+!ifndef CXX
+CXX=cl.exe
 !endif