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
7999469e
Commit
7999469e
authored
Nov 13, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved memory/environ.c, memory/virtual.c and misc/cpu.c to
dlls/kernel. Get rid of the memory/ directory.
parent
0b2f7a81
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
6 additions
and
19 deletions
+6
-19
DEVELOPERS-HINTS
DEVELOPERS-HINTS
+0
-1
configure
configure
+1
-6
configure.ac
configure.ac
+1
-2
Makefile.in
dlls/kernel/Makefile.in
+3
-4
cpu.c
dlls/kernel/cpu.c
+0
-0
environ.c
dlls/kernel/environ.c
+0
-0
virtual.c
dlls/kernel/virtual.c
+0
-0
msvcmaker
tools/winapi/msvcmaker
+1
-1
modules.dat
tools/winapi_check/modules.dat
+0
-5
No files found.
DEVELOPERS-HINTS
View file @
7999469e
...
...
@@ -181,7 +181,6 @@ Note: these directories will ultimately get moved into their
respective dlls.
files/ - KERNEL file I/O
memory/ - KERNEL memory management
misc/ - KERNEL shell, registry, winsock, etc.
msdos/ - KERNEL DOS support
...
...
configure
View file @
7999469e
...
...
@@ -13292,7 +13292,7 @@ then
cat
>>
confdefs.h
<<
_ACEOF
#define SONAME_LIBFONTCONFIG "
$ac_cv_lib_soname_fontconfig
"
_ACEOF
fi
;
fi
echo
"
$as_me
:
$LINENO
: checking for -lssl soname"
>
&5
echo
$ECHO_N
"checking for -lssl soname...
$ECHO_C
"
>
&6
...
...
@@ -17096,8 +17096,6 @@ esac
ac_config_commands
=
"
$ac_config_commands
include/wine"
ac_config_commands
=
"
$ac_config_commands
memory"
ac_config_commands
=
"
$ac_config_commands
misc"
ac_config_commands
=
"
$ac_config_commands
msdos"
...
...
@@ -17871,7 +17869,6 @@ do
"graphics" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
graphics" ;;
"graphics/x11drv" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
graphics/x11drv" ;;
"include/wine" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
include/wine" ;;
"memory" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
memory" ;;
"misc" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
misc" ;;
"msdos" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
msdos" ;;
"objects" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
objects" ;;
...
...
@@ -18599,8 +18596,6 @@ echo "$as_me: creating graphics" >&6;} && mkdir "graphics") ;;
echo "
$as_me
: creating graphics/x11drv" >&6;} && mkdir "graphics/x11drv") ;;
include/wine ) test -d "include/wine" || ({ echo "
$as_me
:
$LINENO
: creating include/wine" >&5
echo "
$as_me
: creating include/wine" >&6;} && mkdir "include/wine") ;;
memory ) test -d "memory" || ({ echo "
$as_me
:
$LINENO
: creating memory" >&5
echo "
$as_me
: creating memory" >&6;} && mkdir "memory") ;;
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
...
...
configure.ac
View file @
7999469e
...
...
@@ -959,7 +959,7 @@ then
WINE_GET_SONAME(GL,glXQueryExtension,[$X_LIBS $X_EXTRA_LIBS])
WINE_GET_SONAME(cups,cupsGetDefault)
WINE_GET_SONAME(jack,jack_client_new)
WINE_GET_SONAME(fontconfig,
FcInit);
WINE_GET_SONAME(fontconfig,
FcInit)
WINE_GET_SONAME(ssl,SSL_library_init)
WINE_GET_SONAME(crypto,BIO_new_socket)
WINE_GET_SONAME(ncurses,waddch)
...
...
@@ -1415,7 +1415,6 @@ WINE_CONFIG_EXTRA_DIR(files)
WINE_CONFIG_EXTRA_DIR(graphics)
WINE_CONFIG_EXTRA_DIR(graphics/x11drv)
WINE_CONFIG_EXTRA_DIR(include/wine)
WINE_CONFIG_EXTRA_DIR(memory)
WINE_CONFIG_EXTRA_DIR(misc)
WINE_CONFIG_EXTRA_DIR(msdos)
WINE_CONFIG_EXTRA_DIR(objects)
...
...
dlls/kernel/Makefile.in
View file @
7999469e
...
...
@@ -23,9 +23,6 @@ C_SRCS = \
$(TOPOBJDIR)
/files/drive.c
\
$(TOPOBJDIR)
/files/file.c
\
$(TOPOBJDIR)
/files/smb.c
\
$(TOPOBJDIR)
/memory/environ.c
\
$(TOPOBJDIR)
/memory/virtual.c
\
$(TOPOBJDIR)
/misc/cpu.c
\
$(TOPOBJDIR)
/misc/options.c
\
$(TOPOBJDIR)
/misc/registry.c
\
$(TOPOBJDIR)
/msdos/dpmi.c
\
...
...
@@ -35,10 +32,12 @@ C_SRCS = \
comm.c
\
computername.c
\
console.c
\
cpu.c
\
debugger.c
\
device.c
\
dosmem.c
\
editline.c
\
environ.c
\
except.c
\
fiber.c
\
file.c
\
...
...
@@ -76,6 +75,7 @@ C_SRCS = \
toolhelp.c
\
utthunk.c
\
version.c
\
virtual.c
\
vxd.c
\
win87em.c
\
windebug.c
\
...
...
@@ -99,7 +99,6 @@ EXTRA_OBJS = $(ASM_SRCS:.s=.o)
SUBDIRS
=
tests
EXTRASUBDIRS
=
\
$(TOPOBJDIR)
/files
\
$(TOPOBJDIR)
/memory
\
$(TOPOBJDIR)
/misc
\
$(TOPOBJDIR)
/msdos
\
messages
\
...
...
misc
/cpu.c
→
dlls/kernel
/cpu.c
View file @
7999469e
File moved
memory
/environ.c
→
dlls/kernel
/environ.c
View file @
7999469e
File moved
memory
/virtual.c
→
dlls/kernel
/virtual.c
View file @
7999469e
File moved
tools/winapi/msvcmaker
View file @
7999469e
...
...
@@ -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 m
emory m
isc msdos)
;
my
@ntdll_dirs
=
qw(files misc msdos)
;
my
@user32_dirs
=
qw(controls dlls/user/dde windows)
;
push
@makefile_in_files
,
"tools/winebuild/Makefile.in"
;
...
...
tools/winapi_check/modules.dat
View file @
7999469e
% dlls/advapi32/advapi32.spec
dlls/advapi32
memory
misc
% dlls/avicap32/avicap32.spec
...
...
@@ -199,7 +198,6 @@ dlls/iphlpapi
dlls/kernel
files
memory
misc
msdos
...
...
@@ -207,7 +205,6 @@ msdos
dlls/kernel
files
memory
msdos
misc
...
...
@@ -249,13 +246,11 @@ dlls/kernel
% dlls/kernel/system.drv.spec
memory
misc
% dlls/kernel/toolhelp.spec
dlls/kernel
memory
% dlls/kernel/win87em.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