From 1f3d08dadfb461cb6598ad0d7a5b868733cdb829 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 21 Feb 2005 12:10:51 +0000 Subject: [PATCH] added WITH_LIBCORE define [r5193] --- win32/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win32/config.h b/win32/config.h index 3bbdcbc3d..c6f390e3c 100644 --- a/win32/config.h +++ b/win32/config.h @@ -77,6 +77,9 @@ /* define to enable debugging stuff. */ #define DEBUG_libfirm 1 +/* define to 1 to use the libcore */ +#undef WITH_LIBCORE + /* Define to disable assertion checking. */ /* #undef NDEBUG */ -- 2.20.1