The if1632 directory no longer exists.

This commit is contained in:
Alexandre Julliard 2003-08-26 02:31:43 +00:00
parent 6aca040f86
commit 4e874ee0d7
5 changed files with 1 additions and 9 deletions

View File

@ -160,7 +160,6 @@ Note: these directories will ultimately get moved into their
respective dlls.
files/ - KERNEL file I/O
if1632/ - KERNEL relay code
loader/ - KERNEL loader code
memory/ - KERNEL memory management
misc/ - KERNEL shell, registry, winsock, etc.

5
configure vendored
View File

@ -16554,8 +16554,6 @@ esac
ac_config_commands="$ac_config_commands graphics/x11drv"
ac_config_commands="$ac_config_commands if1632"
ac_config_commands="$ac_config_commands include/wine"
ac_config_commands="$ac_config_commands loader"
@ -17337,7 +17335,6 @@ do
"files" ) CONFIG_COMMANDS="$CONFIG_COMMANDS files" ;;
"graphics" ) CONFIG_COMMANDS="$CONFIG_COMMANDS graphics" ;;
"graphics/x11drv" ) CONFIG_COMMANDS="$CONFIG_COMMANDS graphics/x11drv" ;;
"if1632" ) CONFIG_COMMANDS="$CONFIG_COMMANDS if1632" ;;
"include/wine" ) CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
"loader" ) CONFIG_COMMANDS="$CONFIG_COMMANDS loader" ;;
"loader/ne" ) CONFIG_COMMANDS="$CONFIG_COMMANDS loader/ne" ;;
@ -18066,8 +18063,6 @@ echo "$as_me: creating files" >&6;} && mkdir "files") ;;
echo "$as_me: creating graphics" >&6;} && mkdir "graphics") ;;
graphics/x11drv ) test -d "graphics/x11drv" || ({ echo "$as_me:$LINENO: creating graphics/x11drv" >&5
echo "$as_me: creating graphics/x11drv" >&6;} && mkdir "graphics/x11drv") ;;
if1632 ) test -d "if1632" || ({ echo "$as_me:$LINENO: creating if1632" >&5
echo "$as_me: creating if1632" >&6;} && mkdir "if1632") ;;
include/wine ) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
loader ) test -d "loader" || ({ echo "$as_me:$LINENO: creating loader" >&5

View File

@ -1358,7 +1358,6 @@ WINE_CONFIG_EXTRA_DIR(dlls/wineps/data)
WINE_CONFIG_EXTRA_DIR(files)
WINE_CONFIG_EXTRA_DIR(graphics)
WINE_CONFIG_EXTRA_DIR(graphics/x11drv)
WINE_CONFIG_EXTRA_DIR(if1632)
WINE_CONFIG_EXTRA_DIR(include/wine)
WINE_CONFIG_EXTRA_DIR(loader)
WINE_CONFIG_EXTRA_DIR(loader/ne)

View File

@ -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 if1632 loader/ne loader memory misc msdos relay32 scheduler win32);
my @ntdll_dirs = qw(files loader/ne loader memory misc msdos relay32 scheduler win32);
my @user32_dirs = qw(controls dlls/user/dde windows);
push @makefile_in_files, "tools/winebuild/Makefile.in";

View File

@ -211,7 +211,6 @@ win32
dlls/kernel
files
if1632
loader/ne
loader
memory