From 97657b1dcf3c6ba2acd2d2e2e8542acc54cd7c28 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 14 Nov 2003 21:12:03 +0000 Subject: [PATCH] Get rid of the msdos/ directory. --- DEVELOPERS-HINTS | 1 - configure | 5 ----- configure.ac | 1 - tools/winapi/msvcmaker | 2 +- tools/winapi_check/modules.dat | 3 --- 5 files changed, 1 insertion(+), 11 deletions(-) diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS index f8967312416..98ec02ab636 100644 --- a/DEVELOPERS-HINTS +++ b/DEVELOPERS-HINTS @@ -182,7 +182,6 @@ respective dlls. files/ - KERNEL file I/O misc/ - KERNEL shell, registry, winsock, etc. - msdos/ - KERNEL DOS support graphics/ - GDI graphics drivers objects/ - GDI logical objects diff --git a/configure b/configure index 75ead91598e..f65f50499de 100755 --- a/configure +++ b/configure @@ -17098,8 +17098,6 @@ esac ac_config_commands="$ac_config_commands misc" - ac_config_commands="$ac_config_commands msdos" - ac_config_commands="$ac_config_commands objects" ac_config_commands="$ac_config_commands programs/regapi/tests" @@ -17871,7 +17869,6 @@ do "graphics/x11drv" ) CONFIG_COMMANDS="$CONFIG_COMMANDS graphics/x11drv" ;; "include/wine" ) CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;; "misc" ) CONFIG_COMMANDS="$CONFIG_COMMANDS misc" ;; - "msdos" ) CONFIG_COMMANDS="$CONFIG_COMMANDS msdos" ;; "objects" ) CONFIG_COMMANDS="$CONFIG_COMMANDS objects" ;; "programs/regapi/tests" ) CONFIG_COMMANDS="$CONFIG_COMMANDS programs/regapi/tests" ;; "programs/regedit/tests" ) CONFIG_COMMANDS="$CONFIG_COMMANDS programs/regedit/tests" ;; @@ -18599,8 +18596,6 @@ echo "$as_me: creating graphics/x11drv" >&6;} && mkdir "graphics/x11drv") ;; echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;; misc ) test -d "misc" || ({ echo "$as_me:$LINENO: creating misc" >&5 echo "$as_me: creating misc" >&6;} && mkdir "misc") ;; - msdos ) test -d "msdos" || ({ echo "$as_me:$LINENO: creating msdos" >&5 -echo "$as_me: creating msdos" >&6;} && mkdir "msdos") ;; objects ) test -d "objects" || ({ echo "$as_me:$LINENO: creating objects" >&5 echo "$as_me: creating objects" >&6;} && mkdir "objects") ;; programs/regapi/tests ) test -d "programs/regapi/tests" || ({ echo "$as_me:$LINENO: creating programs/regapi/tests" >&5 diff --git a/configure.ac b/configure.ac index ee3652190f0..02132f03196 100644 --- a/configure.ac +++ b/configure.ac @@ -1416,7 +1416,6 @@ WINE_CONFIG_EXTRA_DIR(graphics) WINE_CONFIG_EXTRA_DIR(graphics/x11drv) WINE_CONFIG_EXTRA_DIR(include/wine) WINE_CONFIG_EXTRA_DIR(misc) -WINE_CONFIG_EXTRA_DIR(msdos) WINE_CONFIG_EXTRA_DIR(objects) WINE_CONFIG_EXTRA_DIR(programs/regapi/tests) WINE_CONFIG_EXTRA_DIR(programs/regedit/tests) diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker index 657caada1fe..d030545f409 100755 --- a/tools/winapi/msvcmaker +++ b/tools/winapi/msvcmaker @@ -88,7 +88,7 @@ sub read_spec_file { } my @gdi32_dirs = qw(dlls/gdi/enhmfdrv dlls/gdi/mfdrv graphics objects); -my @ntdll_dirs = qw(files misc msdos); +my @ntdll_dirs = qw(files misc); my @user32_dirs = qw(controls dlls/user/dde windows); push @makefile_in_files, "tools/winebuild/Makefile.in"; diff --git a/tools/winapi_check/modules.dat b/tools/winapi_check/modules.dat index c90f415b908..e9feb5c0c1c 100644 --- a/tools/winapi_check/modules.dat +++ b/tools/winapi_check/modules.dat @@ -199,13 +199,11 @@ dlls/iphlpapi dlls/kernel files misc -msdos % dlls/kernel/kernel32.spec dlls/kernel files -msdos misc % dlls/mapi32/mapi32.spec @@ -661,7 +659,6 @@ dlls/wsock32 % dlls/winedos/wprocs.spec dlls/winedos -msdos % dlls/winspool/winspool.drv.spec