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
daed93ee
Commit
daed93ee
authored
Jul 25, 1999
by
Ulrich Weigand
Committed by
Alexandre Julliard
Jul 25, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved .spec files to corresponding dlls/ directory.
parent
c9a6d50c
Hide whitespace changes
Inline
Side-by-side
Showing
59 changed files
with
65 additions
and
43 deletions
+65
-43
.cvsignore
dlls/advapi32/.cvsignore
+1
-0
Makefile.in
dlls/advapi32/Makefile.in
+2
-0
advapi32.spec
dlls/advapi32/advapi32.spec
+0
-0
.cvsignore
dlls/avifil32/.cvsignore
+1
-0
Makefile.in
dlls/avifil32/Makefile.in
+2
-0
avifil32.spec
dlls/avifil32/avifil32.spec
+0
-0
.cvsignore
dlls/comctl32/.cvsignore
+1
-0
Makefile.in
dlls/comctl32/Makefile.in
+2
-0
comctl32.spec
dlls/comctl32/comctl32.spec
+0
-0
.cvsignore
dlls/commdlg/.cvsignore
+3
-0
Makefile.in
dlls/commdlg/Makefile.in
+3
-0
comdlg32.spec
dlls/commdlg/comdlg32.spec
+0
-0
commdlg.spec
dlls/commdlg/commdlg.spec
+0
-0
.cvsignore
dlls/imagehlp/.cvsignore
+1
-0
Makefile.in
dlls/imagehlp/Makefile.in
+2
-0
imagehlp.spec
dlls/imagehlp/imagehlp.spec
+0
-0
.cvsignore
dlls/msacm/.cvsignore
+2
-0
Makefile.in
dlls/msacm/Makefile.in
+3
-0
msacm.spec
dlls/msacm/msacm.spec
+0
-0
.cvsignore
dlls/msacm32/.cvsignore
+1
-0
Makefile.in
dlls/msacm32/Makefile.in
+2
-0
msacm32.spec
dlls/msacm32/msacm32.spec
+0
-0
.cvsignore
dlls/ntdll/.cvsignore
+1
-0
Makefile.in
dlls/ntdll/Makefile.in
+2
-0
ntdll.spec
dlls/ntdll/ntdll.spec
+0
-0
.cvsignore
dlls/psapi/.cvsignore
+1
-0
Makefile.in
dlls/psapi/Makefile.in
+2
-0
psapi.spec
dlls/psapi/psapi.spec
+0
-0
.cvsignore
dlls/rasapi32/.cvsignore
+1
-0
Makefile.in
dlls/rasapi32/Makefile.in
+2
-0
rasapi32.spec
dlls/rasapi32/rasapi32.spec
+0
-0
.cvsignore
dlls/shell32/.cvsignore
+1
-0
Makefile.in
dlls/shell32/Makefile.in
+2
-0
shell32.spec
dlls/shell32/shell32.spec
+0
-0
.cvsignore
dlls/tapi32/.cvsignore
+1
-0
Makefile.in
dlls/tapi32/Makefile.in
+2
-0
tapi32.spec
dlls/tapi32/tapi32.spec
+0
-0
.cvsignore
dlls/ver/.cvsignore
+2
-0
Makefile.in
dlls/ver/Makefile.in
+3
-0
ver.spec
dlls/ver/ver.spec
+0
-0
.cvsignore
dlls/version/.cvsignore
+1
-0
Makefile.in
dlls/version/Makefile.in
+2
-0
version.spec
dlls/version/version.spec
+0
-0
.cvsignore
dlls/win87em/.cvsignore
+2
-0
Makefile.in
dlls/win87em/Makefile.in
+3
-0
win87em.spec
dlls/win87em/win87em.spec
+0
-0
.cvsignore
dlls/winaspi/.cvsignore
+2
-0
Makefile.in
dlls/winaspi/Makefile.in
+3
-0
winaspi.spec
dlls/winaspi/winaspi.spec
+0
-0
.cvsignore
dlls/winspool/.cvsignore
+1
-0
Makefile.in
dlls/winspool/Makefile.in
+2
-0
winspool.spec
dlls/winspool/winspool.spec
+0
-0
.cvsignore
dlls/wnaspi32/.cvsignore
+1
-0
Makefile.in
dlls/wnaspi32/Makefile.in
+2
-0
wnaspi32.spec
dlls/wnaspi32/wnaspi32.spec
+0
-0
.cvsignore
if1632/.cvsignore
+0
-10
Makefile.in
if1632/Makefile.in
+0
-5
.cvsignore
relay32/.cvsignore
+0
-14
Makefile.in
relay32/Makefile.in
+0
-14
No files found.
dlls/advapi32/.cvsignore
View file @
daed93ee
Makefile
advapi32.spec.c
dlls/advapi32/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
advapi32
SPEC_SRCS
=
advapi32.spec
C_SRCS
=
\
advapi.c
\
crypt.c
\
...
...
relay
32/advapi32.spec
→
dlls/advapi
32/advapi32.spec
View file @
daed93ee
File moved
dlls/avifil32/.cvsignore
View file @
daed93ee
Makefile
avifil32.spec.c
dlls/avifil32/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
avifil32
SPEC_SRCS
=
avifil32.spec
C_SRCS
=
\
avifile.c
...
...
relay
32/avifil32.spec
→
dlls/avifil
32/avifil32.spec
View file @
daed93ee
File moved
dlls/comctl32/.cvsignore
View file @
daed93ee
Makefile
comctl32.spec.c
rsrc.s
dlls/comctl32/Makefile.in
View file @
daed93ee
...
...
@@ -6,6 +6,8 @@ VPATH = @srcdir@
MODULE
=
comctl32
WRCEXTRA
=
-s
-p
$(MODULE)
SPEC_SRCS
=
comctl32.spec
C_SRCS
=
\
animate.c
\
comboex.c
\
...
...
relay
32/comctl32.spec
→
dlls/comctl
32/comctl32.spec
View file @
daed93ee
File moved
dlls/commdlg/.cvsignore
View file @
daed93ee
Makefile
comdlg32.spec.c
commdlg.spec.c
commdlg.spec.glue.s
rsrc.s
dlls/commdlg/Makefile.in
View file @
daed93ee
...
...
@@ -6,6 +6,9 @@ VPATH = @srcdir@
MODULE
=
commdlg
WRCEXTRA
=
-s
-pcomdlg32
SPEC_SRCS
=
commdlg.spec comdlg32.spec
GLUE
=
commdlg.spec.c
C_SRCS
=
\
cdlg32.c
\
colordlg.c
\
...
...
relay32
/comdlg32.spec
→
dlls/commdlg
/comdlg32.spec
View file @
daed93ee
File moved
if1632
/commdlg.spec
→
dlls/commdlg
/commdlg.spec
View file @
daed93ee
File moved
dlls/imagehlp/.cvsignore
View file @
daed93ee
Makefile
imagehlp.spec.c
dlls/imagehlp/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
imagehlp
SPEC_SRCS
=
imagehlp.spec
C_SRCS
=
\
access.c
\
debug.c
\
...
...
relay32
/imagehlp.spec
→
dlls/imagehlp
/imagehlp.spec
View file @
daed93ee
File moved
dlls/msacm/.cvsignore
View file @
daed93ee
Makefile
msacm.spec.c
msacm.spec.glue.s
dlls/msacm/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,9 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
msacm
SPEC_SRCS
=
msacm.spec
GLUE
=
msacm.spec.c
C_SRCS
=
\
msacm_main.c
...
...
if1632
/msacm.spec
→
dlls/msacm
/msacm.spec
View file @
daed93ee
File moved
dlls/msacm32/.cvsignore
View file @
daed93ee
Makefile
msacm32.spec.c
dlls/msacm32/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
msacm32
SPEC_SRCS
=
msacm32.spec
C_SRCS
=
\
builtin.c
\
driver.c
\
...
...
relay
32/msacm32.spec
→
dlls/msacm
32/msacm32.spec
View file @
daed93ee
File moved
dlls/ntdll/.cvsignore
View file @
daed93ee
Makefile
ntdll.spec.c
dlls/ntdll/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
ntdll
SPEC_SRCS
=
ntdll.spec
C_SRCS
=
\
exception.c
\
file.c
\
...
...
relay32
/ntdll.spec
→
dlls/ntdll
/ntdll.spec
View file @
daed93ee
File moved
dlls/psapi/.cvsignore
View file @
daed93ee
Makefile
psapi.spec.c
dlls/psapi/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
psapi
SPEC_SRCS
=
psapi.spec
C_SRCS
=
\
psapi_main.c
...
...
relay32
/psapi.spec
→
dlls/psapi
/psapi.spec
View file @
daed93ee
File moved
dlls/rasapi32/.cvsignore
View file @
daed93ee
Makefile
rasapi32.spec.c
dlls/rasapi32/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
rasapi32
SPEC_SRCS
=
rasapi32.spec
C_SRCS
=
rasapi.c
all
:
$(MODULE).o
...
...
relay
32/rasapi32.spec
→
dlls/rasapi
32/rasapi32.spec
View file @
daed93ee
File moved
dlls/shell32/.cvsignore
View file @
daed93ee
Makefile
shell32.spec.c
shres.s
dlls/shell32/Makefile.in
View file @
daed93ee
...
...
@@ -6,6 +6,8 @@ VPATH = @srcdir@
MODULE
=
shell32
WRCEXTRA
=
-s
-p
$(MODULE)
SPEC_SRCS
=
shell32.spec
C_SRCS
=
\
brsfolder.c
\
classes.c
\
...
...
relay
32/shell32.spec
→
dlls/shell
32/shell32.spec
View file @
daed93ee
File moved
dlls/tapi32/.cvsignore
View file @
daed93ee
Makefile
tapi32.spec.c
dlls/tapi32/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
tapi32
SPEC_SRCS
=
tapi32.spec
C_SRCS
=
\
assisted.c
\
line.c
\
...
...
relay
32/tapi32.spec
→
dlls/tapi
32/tapi32.spec
View file @
daed93ee
File moved
dlls/ver/.cvsignore
View file @
daed93ee
Makefile
ver.spec.c
ver.spec.glue.s
dlls/ver/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,9 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
ver
SPEC_SRCS
=
ver.spec
GLUE
=
ver.spec.c
C_SRCS
=
\
ver16.c
...
...
if1632
/ver.spec
→
dlls/ver
/ver.spec
View file @
daed93ee
File moved
dlls/version/.cvsignore
View file @
daed93ee
Makefile
version.spec.c
dlls/version/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
version
SPEC_SRCS
=
version.spec
C_SRCS
=
\
info.c
\
install.c
\
...
...
relay32
/version.spec
→
dlls/version
/version.spec
View file @
daed93ee
File moved
dlls/win87em/.cvsignore
View file @
daed93ee
Makefile
win87em.spec.c
win87em.spec.glue.s
dlls/win87em/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,9 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
win87em
SPEC_SRCS
=
win87em.spec
GLUE
=
win87em.spec.c
C_SRCS
=
\
emulate.c
...
...
if1632
/win87em.spec
→
dlls/win87em
/win87em.spec
View file @
daed93ee
File moved
dlls/winaspi/.cvsignore
View file @
daed93ee
Makefile
winaspi.spec.c
winaspi.spec.glue.s
dlls/winaspi/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,9 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
winaspi
SPEC_SRCS
=
winaspi.spec
GLUE
=
winaspi.spec.c
C_SRCS
=
\
winaspi16.c
...
...
if1632
/winaspi.spec
→
dlls/winaspi
/winaspi.spec
View file @
daed93ee
File moved
dlls/winspool/.cvsignore
View file @
daed93ee
Makefile
winspool.spec.c
dlls/winspool/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
winspool
SPEC_SRCS
=
winspool.spec
C_SRCS
=
\
info.c
...
...
relay32
/winspool.spec
→
dlls/winspool
/winspool.spec
View file @
daed93ee
File moved
dlls/wnaspi32/.cvsignore
View file @
daed93ee
Makefile
wnaspi32.spec.c
dlls/wnaspi32/Makefile.in
View file @
daed93ee
...
...
@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
wnaspi32
SPEC_SRCS
=
wnaspi32.spec
C_SRCS
=
\
winaspi32.c
...
...
relay
32/wnaspi32.spec
→
dlls/wnaspi
32/wnaspi32.spec
View file @
daed93ee
File moved
if1632/.cvsignore
View file @
daed93ee
...
...
@@ -8,8 +8,6 @@ callto16.spec.c
callto16.spec.glue.s
comm.spec.c
comm.spec.glue.s
commdlg.spec.c
commdlg.spec.glue.s
compobj.spec.c
compobj.spec.glue.s
ddeml.spec.c
...
...
@@ -30,8 +28,6 @@ mmsystem.spec.c
mmsystem.spec.glue.s
mouse.spec.c
mouse.spec.glue.s
msacm.spec.c
msacm.spec.glue.s
msvideo.spec.c
msvideo.spec.glue.s
ole2.spec.c
...
...
@@ -69,16 +65,10 @@ typelib.spec.c
typelib.spec.glue.s
user.spec.c
user.spec.glue.s
ver.spec.c
ver.spec.glue.s
w32sys.spec.c
w32sys.spec.glue.s
win32s16.spec.c
win32s16.spec.glue.s
win87em.spec.c
win87em.spec.glue.s
winaspi.spec.c
winaspi.spec.glue.s
windebug.spec.c
windebug.spec.glue.s
wineps.spec.c
...
...
if1632/Makefile.in
View file @
daed93ee
...
...
@@ -8,7 +8,6 @@ MODULE = if1632
SPEC_SRCS
=
\
avifile.spec
\
comm.spec
\
commdlg.spec
\
compobj.spec
\
ddeml.spec
\
dispdib.spec
\
...
...
@@ -19,7 +18,6 @@ SPEC_SRCS = \
lzexpand.spec
\
mmsystem.spec
\
mouse.spec
\
msacm.spec
\
msvideo.spec
\
ole2.spec
\
ole2conv.spec
\
...
...
@@ -38,11 +36,8 @@ SPEC_SRCS = \
toolhelp.spec
\
typelib.spec
\
user.spec
\
ver.spec
\
w32sys.spec
\
win32s16.spec
\
win87em.spec
\
winaspi.spec
\
windebug.spec
\
wineps.spec
\
wing.spec
\
...
...
relay32/.cvsignore
View file @
daed93ee
Makefile
advapi32.spec.c
avifil32.spec.c
call32.s
comctl32.spec.c
comdlg32.spec.c
crtdll.spec.c
dciman32.spec.c
ddraw.spec.c
...
...
@@ -12,7 +8,6 @@ dplay.spec.c
dplayx.spec.c
dsound.spec.c
gdi32.spec.c
imagehlp.spec.c
imm32.spec.c
kernel32.spec.c
lz32.spec.c
...
...
@@ -22,24 +17,15 @@ mcicda.spec.c
mciseq.spec.c
mciwave.spec.c
mpr.spec.c
msacm32.spec.c
msnet32.spec.c
msvfw32.spec.c
ntdll.spec.c
ole32.spec.c
oleaut32.spec.c
olecli32.spec.c
oledlg.spec.c
olesvr32.spec.c
psapi.spec.c
rasapi32.spec.c
shell32.spec.c
tapi32.spec.c
user32.spec.c
version.spec.c
w32skrnl.spec.c
winmm.spec.c
winspool.spec.c
wnaspi32.spec.c
wow32.spec.c
wsock32.spec.c
relay32/Makefile.in
View file @
daed93ee
...
...
@@ -6,10 +6,6 @@ VPATH = @srcdir@
MODULE
=
relay32
SPEC_SRCS
=
\
advapi32.spec
\
avifil32.spec
\
comctl32.spec
\
comdlg32.spec
\
crtdll.spec
\
dciman32.spec
\
ddraw.spec
\
...
...
@@ -18,7 +14,6 @@ SPEC_SRCS = \
dplayx.spec
\
dsound.spec
\
gdi32.spec
\
imagehlp.spec
\
imm32.spec
\
kernel32.spec
\
lz32.spec
\
...
...
@@ -28,25 +23,16 @@ SPEC_SRCS = \
mcicda.spec
\
mciseq.spec
\
mciwave.spec
\
msacm32.spec
\
msnet32.spec
\
msvfw32.spec
\
ntdll.spec
\
ole32.spec
\
oleaut32.spec
\
olecli32.spec
\
oledlg.spec
\
olesvr32.spec
\
psapi.spec
\
rasapi32.spec
\
shell32.spec
\
tapi32.spec
\
user32.spec
\
version.spec
\
w32skrnl.spec
\
winmm.spec
\
winspool.spec
\
wnaspi32.spec
\
wow32.spec
\
wsock32.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