Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
97657b1d
Commit
97657b1d
authored
Nov 14, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of the msdos/ directory.
parent
40443725
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
11 deletions
+1
-11
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
-3
No files found.
DEVELOPERS-HINTS
View file @
97657b1d
...
...
@@ -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
...
...
configure
View file @
97657b1d
...
...
@@ -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
...
...
configure.ac
View file @
97657b1d
...
...
@@ -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)
...
...
tools/winapi/msvcmaker
View file @
97657b1d
...
...
@@ -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"
;
...
...
tools/winapi_check/modules.dat
View file @
97657b1d
...
...
@@ -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
...
...
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