From cc8953a695edc33b100378a3334738a94d1aa9f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 15 Dec 2007 11:20:59 +0000 Subject: [PATCH] fixed generating of makefiles that don't include common.bkl and so didn't have IS_MSVC_PRJ defined git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 4 ---- build/bakefiles/config.bkl | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index a70688ad31..410524ddb6 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -25,10 +25,6 @@ 0 - - $(FORMAT in ['msvc6prj','msevc4prj','msvs2003prj','msvs2005prj']) - - diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 6d42642937..8c6f6eecc6 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -3,6 +3,10 @@ + + $(FORMAT in ['msvc6prj','msevc4prj','msvs2003prj','msvs2005prj']) + + 0 -- 2.45.2