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
fd47c8a6
Commit
fd47c8a6
authored
Sep 27, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the
.drv extension.
parent
1cd884eb
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
21 deletions
+21
-21
Makefile.in
dlls/Makefile.in
+7
-7
.cvsignore
dlls/kernel/.cvsignore
+1
-1
Makefile.in
dlls/kernel/Makefile.in
+2
-2
comm.drv.spec
dlls/kernel/comm.drv.spec
+0
-0
.cvsignore
dlls/user/.cvsignore
+3
-3
Makefile.in
dlls/user/Makefile.in
+8
-8
display.drv.spec
dlls/user/display.drv.spec
+0
-0
keyboard.drv.spec
dlls/user/keyboard.drv.spec
+0
-0
mouse.drv.spec
dlls/user/mouse.drv.spec
+0
-0
No files found.
dlls/Makefile.in
View file @
fd47c8a6
...
...
@@ -148,21 +148,21 @@ INSTALLSUBDIRS = $(BUILDSUBDIRS)
WIN16_FILES
=
\
avifile.dll
$(DLLEXT)
\
comm.d
ll
$(DLLEXT)
\
comm.d
rv
$(DLLEXT)
\
commdlg.dll
$(DLLEXT)
\
compobj.dll
$(DLLEXT)
\
ctl3d.dll
$(DLLEXT)
\
ctl3dv2.dll
$(DLLEXT)
\
ddeml.dll
$(DLLEXT)
\
dispdib.dll
$(DLLEXT)
\
display.d
ll
$(DLLEXT)
\
display.d
rv
$(DLLEXT)
\
gdi.exe
$(DLLEXT)
\
imm.dll
$(DLLEXT)
\
keyboard.d
ll
$(DLLEXT)
\
keyboard.d
rv
$(DLLEXT)
\
krnl386.exe
$(DLLEXT)
\
lzexpand.dll
$(DLLEXT)
\
mmsystem.dll
$(DLLEXT)
\
mouse.d
ll
$(DLLEXT)
\
mouse.d
rv
$(DLLEXT)
\
msacm.dll
$(DLLEXT)
\
msvideo.dll
$(DLLEXT)
\
ole2.dll
$(DLLEXT)
\
...
...
@@ -439,7 +439,7 @@ iphlpapi.dll$(DLLEXT): iphlpapi/iphlpapi.dll$(DLLEXT)
joystick.drv$(DLLEXT)
:
winmm/joystick/joystick.drv$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
winmm/joystick/joystick.drv
$(DLLEXT)
$@
kernel32.dll$(DLLEXT)
comm.d
ll
$(DLLEXT)
krnl386.exe$(DLLEXT)
\
kernel32.dll$(DLLEXT)
comm.d
rv
$(DLLEXT)
krnl386.exe$(DLLEXT)
\
stress.dll$(DLLEXT)
system.drv$(DLLEXT)
toolhelp.dll$(DLLEXT)
\
win87em.dll$(DLLEXT) windebug.dll$(DLLEXT)
:
kernel/kernel32.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
kernel/kernel32.dll
$(DLLEXT)
$@
...
...
@@ -611,8 +611,8 @@ url.dll$(DLLEXT): url/url.dll$(DLLEXT)
urlmon.dll$(DLLEXT)
:
urlmon/urlmon.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
urlmon/urlmon.dll
$(DLLEXT)
$@
user32.dll$(DLLEXT)
ddeml.dll$(DLLEXT)
display.d
ll
$(DLLEXT)
\
keyboard.d
ll$(DLLEXT) mouse.dll
$(DLLEXT) user.exe$(DLLEXT)
:
user/user32.dll$(DLLEXT)
user32.dll$(DLLEXT)
ddeml.dll$(DLLEXT)
display.d
rv
$(DLLEXT)
\
keyboard.d
rv$(DLLEXT) mouse.drv
$(DLLEXT) user.exe$(DLLEXT)
:
user/user32.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
user/user32.dll
$(DLLEXT)
$@
version.dll$(DLLEXT) ver.dll$(DLLEXT)
:
version/version.dll$(DLLEXT)
...
...
dlls/kernel/.cvsignore
View file @
fd47c8a6
Makefile
comm.spec.c
comm.
drv.
spec.c
kernel.res
kernel32.dll.dbg.c
kernel32.spec.c
...
...
dlls/kernel/Makefile.in
View file @
fd47c8a6
...
...
@@ -5,13 +5,13 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
kernel32.dll
IMPORTS
=
ntdll
ALTNAMES
=
krnl386.exe comm.d
ll
stress.dll system.drv toolhelp.dll windebug.dll win87em.dll
ALTNAMES
=
krnl386.exe comm.d
rv
stress.dll system.drv toolhelp.dll windebug.dll win87em.dll
LDIMPORTS
=
ntdll.dll
EXTRALIBS
=
$(LIBUNICODE)
DLLMAIN
=
MAIN_KernelInit
SPEC_SRCS16
=
\
comm.spec
\
comm.
drv.
spec
\
krnl386.exe.spec
\
stress.spec
\
system.drv.spec
\
...
...
dlls/kernel/comm.spec
→
dlls/kernel/comm.
drv.
spec
View file @
fd47c8a6
File moved
dlls/user/.cvsignore
View file @
fd47c8a6
Makefile
ddeml.spec.c
display.spec.c
keyboard.spec.c
mouse.spec.c
display.
drv.
spec.c
keyboard.
drv.
spec.c
mouse.
drv.
spec.c
user.exe.spec.c
user32.dll.dbg.c
user32.spec.c
...
...
dlls/user/Makefile.in
View file @
fd47c8a6
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
user32.dll
IMPORTS
=
gdi32 advapi32 kernel32 ntdll
ALTNAMES
=
user.exe
keyboard.dll ddeml.dll display.dll mouse.dll
ALTNAMES
=
user.exe
ddeml.dll display.drv keyboard.drv mouse.drv
EXTRALIBS
=
$(LIBUNICODE)
DLLMAIN
=
UserClientDllInitialize@12
...
...
@@ -14,9 +14,9 @@ SYMBOLFILE = $(MODULE).tmp.o
SPEC_SRCS16
=
\
ddeml.spec
\
display.spec
\
keyboard.spec
\
mouse.spec
\
display.
drv.
spec
\
keyboard.
drv.
spec
\
mouse.
drv.
spec
\
user.exe.spec
C_SRCS
=
\
...
...
@@ -113,11 +113,11 @@ EXTRASUBDIRS = \
user.exe.spec.c
:
user.exe.spec resources/version16.res
$(WINEBUILD)
$(DEFS)
$(DLLFLAGS)
-o
$@
--heap
65520
--main-module
$(MODULE)
--res
resources/version16.res
--spec
$(SRCDIR)
/user.exe.spec
display.
spec.c
:
display
.spec resources/display.res
$(WINEBUILD)
$(DEFS)
$(DLLFLAGS)
-o
$@
--main-module
$(MODULE)
--res
resources/display.res
--spec
$(SRCDIR)
/display.spec
display.
drv.spec.c
:
display.drv
.spec resources/display.res
$(WINEBUILD)
$(DEFS)
$(DLLFLAGS)
-o
$@
--main-module
$(MODULE)
--res
resources/display.res
--spec
$(SRCDIR)
/display.
drv.
spec
mouse.
spec.c
:
mouse
.spec resources/mouse.res
$(WINEBUILD)
$(DEFS)
$(DLLFLAGS)
-o
$@
--main-module
$(MODULE)
--res
resources/mouse.res
--spec
$(SRCDIR)
/mouse.spec
mouse.
drv.spec.c
:
mouse.drv
.spec resources/mouse.res
$(WINEBUILD)
$(DEFS)
$(DLLFLAGS)
-o
$@
--main-module
$(MODULE)
--res
resources/mouse.res
--spec
$(SRCDIR)
/mouse.
drv.
spec
resources/display.res
:
resources/display.rc
$(LDPATH)
$(RC16)
$(RC16FLAGS)
-fo
$@
$(SRCDIR)
/resources/display.rc
...
...
dlls/user/display.spec
→
dlls/user/display.
drv.
spec
View file @
fd47c8a6
File moved
dlls/user/keyboard.spec
→
dlls/user/keyboard.
drv.
spec
View file @
fd47c8a6
File moved
dlls/user/mouse.spec
→
dlls/user/mouse.
drv.
spec
View file @
fd47c8a6
File moved
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