1
0
Fork 0

Doing Stuff some people don't seem to care about.

Added Directserial to makefile (else it will not be in the source archive and thus not in the builds)
Enabled it on win32 hosts.
Made it only compilable for win32 target hosts.
dosbox.cpp:
Added help for the configfile for directserial! (Users don't read the source.)
ifdef some more stuff
enable MPU-intelligent-mode by default.
disable Directserial by default.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1897
This commit is contained in:
Peter Veenstra 2004-07-30 01:41:10 +00:00
parent 9deb278528
commit 83d6b619ca
5 changed files with 43 additions and 11 deletions

View file

@ -182,6 +182,7 @@ case "$target" in
*-*-cygwin* | *-*-mingw32*)
LIBS="$LIBS -lwinmm"
AC_CHECK_HEADERS(ddraw.h)
AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32 only).])
;;
*-*-darwin*)
dnl We have a problem here: both MacOS X and Darwin report