jdk/make/sun/jkernel/Makefile
changeset 5474 04f6601f2474
parent 4665 d14dc3d9e1fa
child 5506 202f599c92aa
--- a/jdk/make/sun/jkernel/Makefile	Tue May 11 14:36:10 2010 -0700
+++ b/jdk/make/sun/jkernel/Makefile	Wed May 19 09:45:05 2010 -0700
@@ -52,6 +52,11 @@
 
 ifeq ($(PLATFORM), windows)
 
+# If this is the VS Express compiler it will lack vc/atlmfc/
+ATL_MFC_DIR :=$(call DirExists,$(COMPILER_PATH)/../atlmfc,,)
+
+ifneq ($(ATL_MFC_DIR),)
+
 include FILES_c_windows.gmk
 
 vpath %.cpp   $(PLATFORM_SRC)/native/sun/jkernel
@@ -67,6 +72,8 @@
 
 endif
 
+endif
+
 #
 # Resources
 #