From cbd0a26e50379ab93e4c46b18514a12bbc7e08aa Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 24 Oct 2001 07:08:59 +0000 Subject: [PATCH] blah blah --- NEWS | 1 + configure.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2d8a802a..d54d01f1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ Assembly under mingw32 now works. Invulnerable robots bug fixed! Build process much faster. +network support now compiles on mingw, dunno if it works... --- Version 0.1.0 --- Builds with SDL/OpenGL, even on Windows (MingW32) diff --git a/configure.in b/configure.in index 9af2b32d..1e4f1126 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ CFLAGS="$CFLAGS -O2 -Wall" dnl Enable editor build? AC_ARG_ENABLE(editor, - [ --enable-editor Build editor? ],,) + [ --enable-editor Build editor? (not functional)],,) if test x$enable_editor = xyes; then AC_DEFINE(EDITOR) fi @@ -48,7 +48,7 @@ AM_CONDITIONAL(EDITOR, test x$enable_editor = xyes) dnl Enable cross-platform bitmap/palette loader? AC_ARG_ENABLE(xploader, - [ --enable-xploader Enable xp bitmap/palette loader ],,) + [ --enable-xploader Enable cross-platform bitmap/palette loader ],,) if test x$enable_xploader = xyes; then AC_DEFINE(PORTABLE_LOADER) fi -- 2.39.2