- removed obsolete configure option --with-win32-vcpp. The shortcut script

.conf.win32-vcpp already prepares the sources correctly for MSVC.
This commit is contained in:
Volker Ruppert 2005-03-28 10:26:14 +00:00
parent f21a0a0c19
commit ed0669458c
3 changed files with 6 additions and 33 deletions

View File

@ -5,11 +5,6 @@ set echo
#export CC=cl
#export CXX=cl
#./configure --with-win32-vcpp --enable-port-e9-hack
#./configure --with-win32-vcpp --enable-debugger --enable-disasm --enable-instrumentation="instrument/example0"
#./configure --with-win32-vcpp --enable-debugger --enable-disasm
#./configure --with-win32-vcpp --enable-disasm
./configure --target=pentium-windows \
--enable-cdrom \
--enable-sb16 \

View File

@ -2,15 +2,15 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.275 2005-03-25 09:35:36 vruppert Exp $]])
AC_REVISION([[$Id: configure.in,v 1.276 2005-03-28 10:26:14 vruppert Exp $]])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h)
dnl // Put Bochs version information right here so that it gets substituted
dnl // into all the right places.
VERSION="2.2.pre2"
VER_STRING="2.2.pre2"
REL_STRING="Build from CVS snapshot on March 25, 2005"
VERSION="2.2.pre2.cvs"
VER_STRING="2.2.pre2.cvs"
REL_STRING="Build from CVS, after 2.2.pre2"
changequote(<<, >>)
changequote([, ])
@ -19,13 +19,6 @@ dnl Detect host and target
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
if test "$with_win32_vcpp"; then
echo "WARNING: The --with-win32-vcpp option will be treated as:"
echo " --with-win32 --target=i686-pc-windows"
target="i686-pc-windows"
with_win32=yes
fi
AC_MSG_CHECKING(if you are configuring for another platform)
if test "$target" = "$build"; then
AC_MSG_RESULT(no)
@ -1994,10 +1987,6 @@ AC_ARG_WITH(win32,
[ --with-win32 use Win32 GUI],
)
AC_ARG_WITH(win32-vcpp,
[ --with-win32-vcpp use Win32 GUI/Visual C++ environment],
)
AC_ARG_WITH(macos,
[ --with-macos use Macintosh/CodeWarrior environment],
)

View File

@ -1,7 +1,7 @@
<!--
================================================================
doc/docbook/user/user.dbk
$Id: user.dbk,v 1.167 2005-03-27 14:50:38 vruppert Exp $
$Id: user.dbk,v 1.168 2005-03-28 10:26:14 vruppert Exp $
This is the top level file for the Bochs Users Manual.
================================================================
@ -1887,20 +1887,9 @@ In Bochs 1.3 and before, the X11 GUI was always the default.
Bochs will use X windows by default.
</entry>
</row>
<row>
<entry>--with-win32-vcpp</entry>
<entry>Use Win32 GUI/Visual C++ environment. This is for running
configure on a platform which supports running configure, so
that you may then transfer the configured code over to
an MS Win32/Visual C++ environment. See
<xref linkend="compiling-win32"> for details.
</entry>
</row>
<row>
<entry>--with-win32</entry>
<entry>Use Win32 GUI, but compile with a Win32/gcc
environment such as Cygwin. For Cygwin, see .conf.win32-cygwin
for the correct compile options.
<entry>Use the native Win32 GUI. This is the default on win32 platforms.
</entry>
</row>
<row>