Remove MS-DOS source files.
Last work on the MS-DOS files was 10 years ago and it's not a viable platform in 2015 any more.
This commit is contained in:
committed by
Tobias Taschner
parent
e77c48331b
commit
26a0a24f38
17
configure.in
17
configure.in
@@ -274,13 +274,6 @@ case "${host}" in
|
||||
DEFAULT_DEFAULT_wxUSE_MSW=1
|
||||
;;
|
||||
|
||||
*-pc-msdosdjgpp )
|
||||
USE_UNIX=0
|
||||
USE_DOS=1
|
||||
AC_DEFINE(__DOS__)
|
||||
PROGRAM_EXT=".exe"
|
||||
;;
|
||||
|
||||
arm-apple-darwin*)
|
||||
dnl iPhone
|
||||
USE_BSD=1
|
||||
@@ -3564,16 +3557,6 @@ fi
|
||||
|
||||
dnl --- the marker for quick search, leave it here: SHARED_LIB_SETUP ---
|
||||
|
||||
if test "$wxUSE_SHARED" = "yes"; then
|
||||
case "${host}" in
|
||||
*-pc-msdosdjgpp )
|
||||
dnl only static for now
|
||||
wxUSE_SHARED=no
|
||||
AC_MSG_WARN([Host system doesn't support shared libraries, disabling])
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
if test "$wxUSE_SHARED" = "yes"; then
|
||||
|
||||
dnl use versioned symbols if available on the platform
|
||||
|
Reference in New Issue
Block a user