make/windows/makefiles/shared.make

Print this page

        

@@ -28,12 +28,12 @@
 
 !ifndef DIR
 DIR=.
 !endif
 
-!ifndef CPP
-CPP=cl.exe
+!ifndef CXX
+CXX=cl.exe
 !endif
 
 
 !ifdef SUBDIRS
 $(SUBDIRS): FORCE