diff make/windows/makefiles/vm.make @ 12039:3cce976666d9

Merge hs25-b46
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 10 Oct 2013 14:20:04 +0200
parents 6b0fd0964b87 31f3b1e1c5e5
children cefad50507d8
line wrap: on
line diff
--- a/make/windows/makefiles/vm.make	Thu Oct 10 13:44:59 2013 +0200
+++ b/make/windows/makefiles/vm.make	Thu Oct 10 14:20:04 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