diff make/windows/makefiles/vm.make @ 12044:6aef5b6bbdd8

Merge.
author Doug Simon <doug.simon@oracle.com>
date Thu, 10 Oct 2013 18:26:09 +0200
parents 3cce976666d9
children cefad50507d8
line wrap: on
line diff
--- a/make/windows/makefiles/vm.make	Thu Oct 10 18:12:30 2013 +0200
+++ b/make/windows/makefiles/vm.make	Thu Oct 10 18:26:09 2013 +0200
@@ -36,10 +36,6 @@
 CXX_FLAGS=$(CXX_FLAGS) /D "ASSERT"
 !endif
 
-!if "$(Variant)" == "core"
-# No need to define anything, CORE is defined as !COMPILER1 && !COMPILER2
-!endif
-
 !if "$(Variant)" == "compiler1"
 CXX_FLAGS=$(CXX_FLAGS) /D "COMPILER1"
 !endif