The if1632 directory no longer exists.
This commit is contained in:
parent
6aca040f86
commit
4e874ee0d7
|
@ -160,7 +160,6 @@ Note: these directories will ultimately get moved into their
|
||||||
respective dlls.
|
respective dlls.
|
||||||
|
|
||||||
files/ - KERNEL file I/O
|
files/ - KERNEL file I/O
|
||||||
if1632/ - KERNEL relay code
|
|
||||||
loader/ - KERNEL loader code
|
loader/ - KERNEL loader code
|
||||||
memory/ - KERNEL memory management
|
memory/ - KERNEL memory management
|
||||||
misc/ - KERNEL shell, registry, winsock, etc.
|
misc/ - KERNEL shell, registry, winsock, etc.
|
||||||
|
|
|
@ -16554,8 +16554,6 @@ esac
|
||||||
|
|
||||||
ac_config_commands="$ac_config_commands graphics/x11drv"
|
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 include/wine"
|
||||||
|
|
||||||
ac_config_commands="$ac_config_commands loader"
|
ac_config_commands="$ac_config_commands loader"
|
||||||
|
@ -17337,7 +17335,6 @@ do
|
||||||
"files" ) CONFIG_COMMANDS="$CONFIG_COMMANDS files" ;;
|
"files" ) CONFIG_COMMANDS="$CONFIG_COMMANDS files" ;;
|
||||||
"graphics" ) CONFIG_COMMANDS="$CONFIG_COMMANDS graphics" ;;
|
"graphics" ) CONFIG_COMMANDS="$CONFIG_COMMANDS graphics" ;;
|
||||||
"graphics/x11drv" ) CONFIG_COMMANDS="$CONFIG_COMMANDS graphics/x11drv" ;;
|
"graphics/x11drv" ) CONFIG_COMMANDS="$CONFIG_COMMANDS graphics/x11drv" ;;
|
||||||
"if1632" ) CONFIG_COMMANDS="$CONFIG_COMMANDS if1632" ;;
|
|
||||||
"include/wine" ) CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
|
"include/wine" ) CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
|
||||||
"loader" ) CONFIG_COMMANDS="$CONFIG_COMMANDS loader" ;;
|
"loader" ) CONFIG_COMMANDS="$CONFIG_COMMANDS loader" ;;
|
||||||
"loader/ne" ) CONFIG_COMMANDS="$CONFIG_COMMANDS loader/ne" ;;
|
"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") ;;
|
echo "$as_me: creating graphics" >&6;} && mkdir "graphics") ;;
|
||||||
graphics/x11drv ) test -d "graphics/x11drv" || ({ echo "$as_me:$LINENO: creating graphics/x11drv" >&5
|
graphics/x11drv ) test -d "graphics/x11drv" || ({ echo "$as_me:$LINENO: creating graphics/x11drv" >&5
|
||||||
echo "$as_me: creating graphics/x11drv" >&6;} && mkdir "graphics/x11drv") ;;
|
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
|
include/wine ) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
|
||||||
echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
|
echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
|
||||||
loader ) test -d "loader" || ({ echo "$as_me:$LINENO: creating loader" >&5
|
loader ) test -d "loader" || ({ echo "$as_me:$LINENO: creating loader" >&5
|
||||||
|
|
|
@ -1358,7 +1358,6 @@ WINE_CONFIG_EXTRA_DIR(dlls/wineps/data)
|
||||||
WINE_CONFIG_EXTRA_DIR(files)
|
WINE_CONFIG_EXTRA_DIR(files)
|
||||||
WINE_CONFIG_EXTRA_DIR(graphics)
|
WINE_CONFIG_EXTRA_DIR(graphics)
|
||||||
WINE_CONFIG_EXTRA_DIR(graphics/x11drv)
|
WINE_CONFIG_EXTRA_DIR(graphics/x11drv)
|
||||||
WINE_CONFIG_EXTRA_DIR(if1632)
|
|
||||||
WINE_CONFIG_EXTRA_DIR(include/wine)
|
WINE_CONFIG_EXTRA_DIR(include/wine)
|
||||||
WINE_CONFIG_EXTRA_DIR(loader)
|
WINE_CONFIG_EXTRA_DIR(loader)
|
||||||
WINE_CONFIG_EXTRA_DIR(loader/ne)
|
WINE_CONFIG_EXTRA_DIR(loader/ne)
|
||||||
|
|
|
@ -88,7 +88,7 @@ sub read_spec_file {
|
||||||
}
|
}
|
||||||
|
|
||||||
my @gdi32_dirs = qw(dlls/gdi/enhmfdrv dlls/gdi/mfdrv graphics objects);
|
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);
|
my @user32_dirs = qw(controls dlls/user/dde windows);
|
||||||
|
|
||||||
push @makefile_in_files, "tools/winebuild/Makefile.in";
|
push @makefile_in_files, "tools/winebuild/Makefile.in";
|
||||||
|
|
|
@ -211,7 +211,6 @@ win32
|
||||||
|
|
||||||
dlls/kernel
|
dlls/kernel
|
||||||
files
|
files
|
||||||
if1632
|
|
||||||
loader/ne
|
loader/ne
|
||||||
loader
|
loader
|
||||||
memory
|
memory
|
||||||
|
|
Loading…
Reference in New Issue