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
a05e448d
Commit
a05e448d
authored
Mar 26, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed some 16-bit spec files to match the dll name.
parent
1c9733c9
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
17 additions
and
16 deletions
+17
-16
Makedll.rules.in
dlls/Makedll.rules.in
+2
-1
Makefile.in
dlls/Makefile.in
+6
-6
.cvsignore
dlls/gdi/.cvsignore
+1
-1
Makefile.in
dlls/gdi/Makefile.in
+2
-2
gdi.exe.spec
dlls/gdi/gdi.exe.spec
+0
-0
.cvsignore
dlls/kernel/.cvsignore
+1
-1
Makefile.in
dlls/kernel/Makefile.in
+2
-2
krnl386.exe.spec
dlls/kernel/krnl386.exe.spec
+0
-0
.cvsignore
dlls/user/.cvsignore
+1
-1
Makefile.in
dlls/user/Makefile.in
+2
-2
user.exe.spec
dlls/user/user.exe.spec
+0
-0
No files found.
dlls/Makedll.rules.in
View file @
a05e448d
...
...
@@ -11,7 +11,8 @@
DEFS = @DLLFLAGS@ -D__WINE__ $(EXTRADEFS)
DLLEXT = @DLLEXT@
SPEC_SRCS = $(ALTNAMES:.dll=.spec)
ALTSPECS = $(ALTNAMES:%.dll=%)
SPEC_SRCS = $(ALTSPECS:%=%.spec)
ALL_OBJS = $(MODULE:%.dll=%).spec.o $(OBJS)
ALL_LIBS = $(LIBWINE) $(EXTRALIBS) $(LIBS)
...
...
dlls/Makefile.in
View file @
a05e448d
...
...
@@ -125,7 +125,7 @@ all: \
dplay.dll$(DLLEXT)
\
dplayx.dll$(DLLEXT)
\
dsound.dll$(DLLEXT)
\
gdi.
dll
$(DLLEXT)
\
gdi.
exe
$(DLLEXT)
\
gdi32.dll$(DLLEXT)
\
icmp.dll$(DLLEXT)
\
imaadp32.acm$(DLLEXT)
\
...
...
@@ -133,9 +133,9 @@ all: \
imm.dll$(DLLEXT)
\
imm32.dll$(DLLEXT)
\
joystick.drv$(DLLEXT)
\
kernel.dll$(DLLEXT)
\
kernel32.dll$(DLLEXT)
\
keyboard.dll$(DLLEXT)
\
krnl386.exe$(DLLEXT)
\
lz32.dll$(DLLEXT)
\
lzexpand.dll$(DLLEXT)
\
mapi32.dll$(DLLEXT)
\
...
...
@@ -204,7 +204,7 @@ all: \
typelib.dll$(DLLEXT)
\
url.dll$(DLLEXT)
\
urlmon.dll$(DLLEXT)
\
user.
dll
$(DLLEXT)
\
user.
exe
$(DLLEXT)
\
user32.dll$(DLLEXT)
\
ver.dll$(DLLEXT)
\
version.dll$(DLLEXT)
\
...
...
@@ -277,7 +277,7 @@ dplayx.dll$(DLLEXT): dplayx/dplayx.dll$(DLLEXT)
dsound.dll$(DLLEXT)
:
dsound/dsound.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
dsound/dsound.dll
$(DLLEXT)
$@
gdi32.dll$(DLLEXT)
dispdib.dll$(DLLEXT)
gdi.
dll
$(DLLEXT)
\
gdi32.dll$(DLLEXT)
dispdib.dll$(DLLEXT)
gdi.
exe
$(DLLEXT)
\
wing.dll$(DLLEXT)
:
gdi/gdi32.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
gdi/gdi32.dll
$(DLLEXT)
$@
...
...
@@ -299,7 +299,7 @@ imm32.dll$(DLLEXT) imm.dll$(DLLEXT): imm32/imm32.dll$(DLLEXT)
joystick.drv$(DLLEXT)
:
winmm/joystick/joystick.drv$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
winmm/joystick/joystick.drv
$(DLLEXT)
$@
kernel32.dll$(DLLEXT)
comm.dll$(DLLEXT)
k
ernel.dll
$(DLLEXT)
\
kernel32.dll$(DLLEXT)
comm.dll$(DLLEXT)
k
rnl386.exe
$(DLLEXT)
\
stress.dll$(DLLEXT)
system.dll$(DLLEXT)
toolhelp.dll$(DLLEXT)
\
win87em.dll$(DLLEXT) windebug.dll$(DLLEXT) wprocs.dll$(DLLEXT)
:
kernel/kernel32.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
kernel/kernel32.dll
$(DLLEXT)
$@
...
...
@@ -448,7 +448,7 @@ urlmon.dll$(DLLEXT): urlmon/urlmon.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
urlmon/urlmon.dll
$(DLLEXT)
$@
user32.dll$(DLLEXT)
ddeml.dll$(DLLEXT)
display.dll$(DLLEXT)
\
keyboard.dll$(DLLEXT) mouse.dll$(DLLEXT) user.
dll
$(DLLEXT)
:
user/user32.dll$(DLLEXT)
keyboard.dll$(DLLEXT) mouse.dll$(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/gdi/.cvsignore
View file @
a05e448d
Makefile
dispdib.spec.c
gdi.spec.c
gdi.
exe.
spec.c
gdi32.spec.c
printdrv.glue.c
version.res
...
...
dlls/gdi/Makefile.in
View file @
a05e448d
...
...
@@ -4,7 +4,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
gdi32.dll
ALTNAMES
=
gdi.
dll
dispdib.dll wing.dll
ALTNAMES
=
gdi.
exe
dispdib.dll wing.dll
IMPORTS
=
kernel32.dll ntdll.dll
EXTRALIBS
=
@FREETYPELIBS@
EXTRAINCL
=
@FREETYPEINCL@
...
...
@@ -49,7 +49,7 @@ $(EXTRA_OBJS): dummy
version16.res
:
version16.rc
$(LDPATH)
$(WRC)
$(DIVINCL)
-o
$@
-w16
-m
-r
$(SRCDIR)
/version16.rc
gdi.spec.c
:
version16.res
gdi.
exe.
spec.c
:
version16.res
install
::
install_libdir
uninstall
::
uninstall_libdir
...
...
dlls/gdi/gdi.spec
→
dlls/gdi/gdi.
exe.
spec
View file @
a05e448d
File moved
dlls/kernel/.cvsignore
View file @
a05e448d
Makefile
comm.spec.c
kernel.res
kernel.spec.c
kernel32.spec.c
krnl386.exe.spec.c
stress.spec.c
system.spec.c
toolhelp.spec.c
...
...
dlls/kernel/Makefile.in
View file @
a05e448d
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
kernel32.dll
ALTNAMES
=
comm.dll kernel
.dll stress.dll system.dll toolhelp.dll windebug.dll win87em.dll wprocs.dll
ALTNAMES
=
krnl386.exe comm
.dll stress.dll system.dll toolhelp.dll windebug.dll win87em.dll wprocs.dll
IMPORTS
=
ntdll.dll
C_SRCS
=
\
...
...
@@ -54,7 +54,7 @@ kernel.res: $(MC_SRCS:.mc=.mc.rc)
version16.res
:
version16.rc
$(LDPATH)
$(WRC)
$(DIVINCL)
-o
$@
-w16
-m
-r
$(SRCDIR)
/version16.rc
k
ernel
.spec.c
:
version16.res
k
rnl386.exe
.spec.c
:
version16.res
install
::
install_libdir
uninstall
::
uninstall_libdir
...
...
dlls/kernel/k
ernel
.spec
→
dlls/kernel/k
rnl386.exe
.spec
View file @
a05e448d
File moved
dlls/user/.cvsignore
View file @
a05e448d
...
...
@@ -5,6 +5,6 @@ keyboard.spec.c
mouse.spec.c
property.glue.c
text.glue.c
user.spec.c
user.
exe.
spec.c
user32.spec.c
wnd16.glue.c
dlls/user/Makefile.in
View file @
a05e448d
...
...
@@ -4,7 +4,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
user32.dll
ALTNAMES
=
user.
dll
keyboard.dll ddeml.dll display.dll mouse.dll
ALTNAMES
=
user.
exe
keyboard.dll ddeml.dll display.dll mouse.dll
IMPORTS
=
gdi32.dll kernel32.dll ntdll.dll
C_SRCS
=
\
...
...
@@ -81,7 +81,7 @@ display.spec.c: resources/display.res
mouse.spec.c
:
resources/mouse.res
user.spec.c
:
resources/version16.res
user.
exe.
spec.c
:
resources/version16.res
install
::
install_libdir
uninstall
::
uninstall_libdir
...
...
dlls/user/user.spec
→
dlls/user/user.
exe.
spec
View file @
a05e448d
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