comparison 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
comparison
equal deleted inserted replaced
4890:c77d473e71f7 4891:719f7007c8e8
28 28
29 !ifndef DIR 29 !ifndef DIR
30 DIR=. 30 DIR=.
31 !endif 31 !endif
32 32
33 !ifndef CPP 33 !ifndef CXX
34 CPP=cl.exe 34 CXX=cl.exe
35 !endif 35 !endif
36 36
37 37
38 !ifdef SUBDIRS 38 !ifdef SUBDIRS
39 $(SUBDIRS): FORCE 39 $(SUBDIRS): FORCE