Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4e874ee0
Commit
4e874ee0
authored
Aug 26, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The if1632 directory no longer exists.
parent
6aca040f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
9 deletions
+1
-9
DEVELOPERS-HINTS
DEVELOPERS-HINTS
+0
-1
configure
configure
+0
-5
configure.ac
configure.ac
+0
-1
msvcmaker
tools/winapi/msvcmaker
+1
-1
modules.dat
tools/winapi_check/modules.dat
+0
-1
No files found.
DEVELOPERS-HINTS
View file @
4e874ee0
...
...
@@ -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.
...
...
configure
View file @
4e874ee0
...
...
@@ -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
...
...
configure.ac
View file @
4e874ee0
...
...
@@ -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)
...
...
tools/winapi/msvcmaker
View file @
4e874ee0
...
...
@@ -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"
;
...
...
tools/winapi_check/modules.dat
View file @
4e874ee0
...
...
@@ -211,7 +211,6 @@ win32
dlls/kernel
files
if1632
loader/ne
loader
memory
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment