LIBCORE is on per default now
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 16 Jan 2006 10:10:00 +0000 (10:10 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 16 Jan 2006 10:10:00 +0000 (10:10 +0000)
[r7249]

win32/config.h
win32/firm_config.h

index 5cd3803..3158b43 100644 (file)
@@ -81,7 +81,7 @@
 #define DEBUG_libfirm 1
 
 /* define to 1 to use the libcore */
-#undef WITH_LIBCORE
+#define WITH_LIBCORE
 
 /* define to 1 to have wchar_t support for identifiers */
 #define FIRM_ENABLE_WCHAR
index a36893a..6ff6081 100644 (file)
@@ -33,7 +33,9 @@
 #endif
 
 /* define to 1 to use the libcore */
-/* #undef WITH_LIBCORE */
+#ifndef WITH_LIBCORE
+#define WITH_LIBCORE 1
+#endif
 
 /* Define to disable assertion checking.  */
 /* #undef NDEBUG */