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
8336cc9e
Commit
8336cc9e
authored
Aug 15, 1999
by
Ulrich Weigand
Committed by
Alexandre Julliard
Aug 15, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapted to glue code generation changes.
parent
c50a1d05
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
6 additions
and
66 deletions
+6
-66
Make.rules.in
Make.rules.in
+4
-4
.cvsignore
dlls/avifil32/.cvsignore
+0
-1
Makefile.in
dlls/avifil32/Makefile.in
+0
-1
.cvsignore
dlls/commdlg/.cvsignore
+0
-1
Makefile.in
dlls/commdlg/Makefile.in
+0
-1
.cvsignore
dlls/lzexpand/.cvsignore
+0
-1
Makefile.in
dlls/lzexpand/Makefile.in
+0
-1
.cvsignore
dlls/msacm/.cvsignore
+0
-1
Makefile.in
dlls/msacm/Makefile.in
+0
-1
.cvsignore
dlls/msvideo/.cvsignore
+0
-1
Makefile.in
dlls/msvideo/Makefile.in
+0
-1
.cvsignore
dlls/rasapi32/.cvsignore
+0
-1
Makefile.in
dlls/rasapi32/Makefile.in
+0
-1
.cvsignore
dlls/shell32/.cvsignore
+0
-1
Makefile.in
dlls/shell32/Makefile.in
+0
-1
.cvsignore
dlls/sound/.cvsignore
+0
-1
Makefile.in
dlls/sound/Makefile.in
+0
-1
.cvsignore
dlls/stress/.cvsignore
+0
-1
Makefile.in
dlls/stress/Makefile.in
+0
-1
.cvsignore
dlls/ver/.cvsignore
+0
-1
Makefile.in
dlls/ver/Makefile.in
+0
-1
.cvsignore
dlls/win32s/.cvsignore
+0
-2
Makefile.in
dlls/win32s/Makefile.in
+0
-1
.cvsignore
dlls/win87em/.cvsignore
+0
-1
Makefile.in
dlls/win87em/Makefile.in
+0
-1
.cvsignore
dlls/winaspi/.cvsignore
+0
-1
Makefile.in
dlls/winaspi/Makefile.in
+0
-1
.cvsignore
dlls/windebug/.cvsignore
+0
-1
Makefile.in
dlls/windebug/Makefile.in
+0
-1
.cvsignore
dlls/wing/.cvsignore
+0
-1
Makefile.in
dlls/wing/Makefile.in
+0
-1
.cvsignore
if1632/.cvsignore
+1
-29
Makefile.in
if1632/Makefile.in
+1
-2
No files found.
Make.rules.in
View file @
8336cc9e
...
@@ -82,7 +82,7 @@ LINTS = $(C_SRCS:.c=.ln)
...
@@ -82,7 +82,7 @@ LINTS = $(C_SRCS:.c=.ln)
# Implicit rules
# Implicit rules
.SUFFIXES:
.SUFFIXES:
.SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.
s
$(SUFFIXES)
.SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.
c
$(SUFFIXES)
.c.o:
.c.o:
$(CC) -c $(ALLCFLAGS) -o $*.o $<
$(CC) -c $(ALLCFLAGS) -o $*.o $<
...
@@ -114,7 +114,7 @@ LINTS = $(C_SRCS:.c=.ln)
...
@@ -114,7 +114,7 @@ LINTS = $(C_SRCS:.c=.ln)
.spec.spec.c:
.spec.spec.c:
$(BUILD) @BUILDFLAGS@ -o $@ -spec $<
$(BUILD) @BUILDFLAGS@ -o $@ -spec $<
.c.glue.
s
:
.c.glue.
c
:
$(BUILD) @BUILDFLAGS@ -o $@ -glue $<
$(BUILD) @BUILDFLAGS@ -o $@ -glue $<
.c.ln:
.c.ln:
...
@@ -176,13 +176,13 @@ lint:: $(MODULE).ln
...
@@ -176,13 +176,13 @@ lint:: $(MODULE).ln
$(SPEC_SRCS:.spec=.spec.c): $(BUILD) $(TOPSRCDIR)/include/builtin16.h $(TOPSRCDIR)/include/builtin32.h
$(SPEC_SRCS:.spec=.spec.c): $(BUILD) $(TOPSRCDIR)/include/builtin16.h $(TOPSRCDIR)/include/builtin32.h
$(GLUE:.c=.glue.
s): $(BUILD)
$(GLUE:.c=.glue.
c): $(BUILD) $(TOPSRCDIR)/include/builtin16.h $(TOPSRCDIR)/include/builtin32.h
depend:: $(MAKEDEP) $(C_SRCS) $(RC_SRCS) $(EXTRA_SRCS)
depend:: $(MAKEDEP) $(C_SRCS) $(RC_SRCS) $(EXTRA_SRCS)
$(MAKEDEP) $(DIVINCL) -C$(SRCDIR) $(C_SRCS) $(RC_SRCS) $(EXTRA_SRCS)
$(MAKEDEP) $(DIVINCL) -C$(SRCDIR) $(C_SRCS) $(RC_SRCS) $(EXTRA_SRCS)
clean::
clean::
$(RM) *.o *.ln \#*\# *~ *% .#* *.bak *.orig *.rej *.flc y.tab.c y.tab.h lex.yy.c core $(GEN_ASM_SRCS) $(RC_SRCS:.rc=.s) $(RC_SRCS:.rc=.h) $(SPEC_SRCS:.spec=.spec.c) $(GLUE:.c=.glue.
s
) $(PROGRAMS)
$(RM) *.o *.ln \#*\# *~ *% .#* *.bak *.orig *.rej *.flc y.tab.c y.tab.h lex.yy.c core $(GEN_ASM_SRCS) $(RC_SRCS:.rc=.s) $(RC_SRCS:.rc=.h) $(SPEC_SRCS:.spec=.spec.c) $(GLUE:.c=.glue.
c
) $(PROGRAMS)
dummy:
dummy:
...
...
dlls/avifil32/.cvsignore
View file @
8336cc9e
Makefile
Makefile
avifil32.spec.c
avifil32.spec.c
avifile.spec.c
avifile.spec.c
avifile.spec.glue.s
dlls/avifil32/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
avifil32
MODULE
=
avifil32
SPEC_SRCS
=
avifil32.spec avifile.spec
SPEC_SRCS
=
avifil32.spec avifile.spec
GLUE
=
avifile.spec.c
C_SRCS
=
\
C_SRCS
=
\
avifile.c
avifile.c
...
...
dlls/commdlg/.cvsignore
View file @
8336cc9e
Makefile
Makefile
comdlg32.spec.c
comdlg32.spec.c
commdlg.spec.c
commdlg.spec.c
commdlg.spec.glue.s
rsrc.s
rsrc.s
dlls/commdlg/Makefile.in
View file @
8336cc9e
...
@@ -7,7 +7,6 @@ MODULE = commdlg
...
@@ -7,7 +7,6 @@ MODULE = commdlg
WRCEXTRA
=
-s
-pcomdlg32
WRCEXTRA
=
-s
-pcomdlg32
SPEC_SRCS
=
commdlg.spec comdlg32.spec
SPEC_SRCS
=
commdlg.spec comdlg32.spec
GLUE
=
commdlg.spec.c
C_SRCS
=
\
C_SRCS
=
\
cdlg32.c
\
cdlg32.c
\
...
...
dlls/lzexpand/.cvsignore
View file @
8336cc9e
Makefile
Makefile
lz32.spec.c
lz32.spec.c
lzexpand.spec.c
lzexpand.spec.c
lzexpand.spec.glue.s
dlls/lzexpand/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
lzexpand
MODULE
=
lzexpand
SPEC_SRCS
=
lz32.spec lzexpand.spec
SPEC_SRCS
=
lz32.spec lzexpand.spec
GLUE
=
lzexpand.spec.c
C_SRCS
=
\
C_SRCS
=
\
lzexpand_main.c
lzexpand_main.c
...
...
dlls/msacm/.cvsignore
View file @
8336cc9e
Makefile
Makefile
msacm.spec.c
msacm.spec.c
msacm.spec.glue.s
dlls/msacm/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
msacm
MODULE
=
msacm
SPEC_SRCS
=
msacm.spec
SPEC_SRCS
=
msacm.spec
GLUE
=
msacm.spec.c
C_SRCS
=
\
C_SRCS
=
\
msacm_main.c
msacm_main.c
...
...
dlls/msvideo/.cvsignore
View file @
8336cc9e
Makefile
Makefile
msvfw32.spec.c
msvfw32.spec.c
msvideo.spec.c
msvideo.spec.c
msvideo.spec.glue.s
dlls/msvideo/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
msvideo
MODULE
=
msvideo
SPEC_SRCS
=
msvfw32.spec msvideo.spec
SPEC_SRCS
=
msvfw32.spec msvideo.spec
GLUE
=
msvideo.spec.c
C_SRCS
=
\
C_SRCS
=
\
msvideo_main.c
msvideo_main.c
...
...
dlls/rasapi32/.cvsignore
View file @
8336cc9e
Makefile
Makefile
rasapi32.spec.c
rasapi32.spec.c
rasapi16.spec.c
rasapi16.spec.c
rasapi16.spec.glue.s
dlls/rasapi32/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
rasapi32
MODULE
=
rasapi32
SPEC_SRCS
=
rasapi32.spec rasapi16.spec
SPEC_SRCS
=
rasapi32.spec rasapi16.spec
GLUE
=
rasapi16.spec.c
C_SRCS
=
rasapi.c
C_SRCS
=
rasapi.c
...
...
dlls/shell32/.cvsignore
View file @
8336cc9e
Makefile
Makefile
shell32.spec.c
shell32.spec.c
shell.spec.c
shell.spec.c
shell.spec.glue.s
shres.s
shres.s
dlls/shell32/Makefile.in
View file @
8336cc9e
...
@@ -7,7 +7,6 @@ MODULE = shell32
...
@@ -7,7 +7,6 @@ MODULE = shell32
WRCEXTRA
=
-s
-p
$(MODULE)
WRCEXTRA
=
-s
-p
$(MODULE)
SPEC_SRCS
=
shell32.spec shell.spec
SPEC_SRCS
=
shell32.spec shell.spec
GLUE
=
shell.spec.c
C_SRCS
=
\
C_SRCS
=
\
brsfolder.c
\
brsfolder.c
\
...
...
dlls/sound/.cvsignore
View file @
8336cc9e
Makefile
Makefile
sound.spec.c
sound.spec.c
sound.spec.glue.s
dlls/sound/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
sound
MODULE
=
sound
SPEC_SRCS
=
sound.spec
SPEC_SRCS
=
sound.spec
GLUE
=
sound.spec.c
C_SRCS
=
\
C_SRCS
=
\
sound_main.c
sound_main.c
...
...
dlls/stress/.cvsignore
View file @
8336cc9e
Makefile
Makefile
stress.spec.c
stress.spec.c
stress.spec.glue.s
dlls/stress/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
stress
MODULE
=
stress
SPEC_SRCS
=
stress.spec
SPEC_SRCS
=
stress.spec
GLUE
=
stress.spec.c
C_SRCS
=
\
C_SRCS
=
\
stress_main.c
stress_main.c
...
...
dlls/ver/.cvsignore
View file @
8336cc9e
Makefile
Makefile
ver.spec.c
ver.spec.c
ver.spec.glue.s
dlls/ver/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
ver
MODULE
=
ver
SPEC_SRCS
=
ver.spec
SPEC_SRCS
=
ver.spec
GLUE
=
ver.spec.c
C_SRCS
=
\
C_SRCS
=
\
ver16.c
ver16.c
...
...
dlls/win32s/.cvsignore
View file @
8336cc9e
Makefile
Makefile
w32skrnl.spec.c
w32skrnl.spec.c
w32sys.spec.c
w32sys.spec.c
w32sys.spec.glue.s
win32s16.spec.c
win32s16.spec.c
win32s16.spec.glue.s
dlls/win32s/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
win32s
MODULE
=
win32s
SPEC_SRCS
=
w32sys.spec win32s16.spec w32skrnl.spec
SPEC_SRCS
=
w32sys.spec win32s16.spec w32skrnl.spec
GLUE
=
w32sys.spec.c win32s16.spec.c
C_SRCS
=
\
C_SRCS
=
\
w32skrnl.c
\
w32skrnl.c
\
...
...
dlls/win87em/.cvsignore
View file @
8336cc9e
Makefile
Makefile
win87em.spec.c
win87em.spec.c
win87em.spec.glue.s
dlls/win87em/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
win87em
MODULE
=
win87em
SPEC_SRCS
=
win87em.spec
SPEC_SRCS
=
win87em.spec
GLUE
=
win87em.spec.c
C_SRCS
=
\
C_SRCS
=
\
emulate.c
emulate.c
...
...
dlls/winaspi/.cvsignore
View file @
8336cc9e
Makefile
Makefile
winaspi.spec.c
winaspi.spec.c
winaspi.spec.glue.s
dlls/winaspi/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
winaspi
MODULE
=
winaspi
SPEC_SRCS
=
winaspi.spec
SPEC_SRCS
=
winaspi.spec
GLUE
=
winaspi.spec.c
C_SRCS
=
\
C_SRCS
=
\
winaspi16.c
winaspi16.c
...
...
dlls/windebug/.cvsignore
View file @
8336cc9e
Makefile
Makefile
windebug.spec.c
windebug.spec.c
windebug.spec.glue.s
dlls/windebug/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
windebug
MODULE
=
windebug
SPEC_SRCS
=
windebug.spec
SPEC_SRCS
=
windebug.spec
GLUE
=
windebug.spec.c
C_SRCS
=
\
C_SRCS
=
\
windebug_main.c
windebug_main.c
...
...
dlls/wing/.cvsignore
View file @
8336cc9e
Makefile
Makefile
wing.spec.c
wing.spec.c
wing.spec.glue.s
dlls/wing/Makefile.in
View file @
8336cc9e
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
wing
MODULE
=
wing
SPEC_SRCS
=
wing.spec
SPEC_SRCS
=
wing.spec
GLUE
=
wing.spec.c
C_SRCS
=
\
C_SRCS
=
\
wing_main.c
wing_main.c
...
...
if1632/.cvsignore
View file @
8336cc9e
Makefile
Makefile
call16.s
call16.s
callfrom16.spec.c
callfrom16.spec.c
callfrom16.spec.glue.s
callto16.spec.c
callto16.spec.c
callto16.spec.glue.s
comm.spec.c
comm.spec.c
comm.spec.glue.s
compobj.spec.c
compobj.spec.c
compobj.spec.glue.s
ddeml.spec.c
ddeml.spec.c
ddeml.spec.glue.s
dispdib.spec.c
dispdib.spec.c
dispdib.spec.glue.s
display.spec.c
display.spec.c
display.spec.glue.s
gdi.spec.c
gdi.spec.c
gdi.spec.glue.s
kernel.spec.c
kernel.spec.c
kernel.spec.glue.s
keyboard.spec.c
keyboard.spec.c
keyboard.spec.glue.s
mmsystem.spec.c
mmsystem.spec.c
mmsystem.spec.glue.s
mouse.spec.c
mouse.spec.c
mouse.spec.glue.s
ole2.spec.c
ole2.spec.c
ole2.spec.glue.s
ole2conv.spec.c
ole2conv.spec.c
ole2conv.spec.glue.s
ole2disp.spec.c
ole2disp.spec.c
ole2disp.spec.glue.s
ole2nls.spec.c
ole2nls.spec.c
ole2nls.spec.glue.s
ole2prox.spec.c
ole2prox.spec.c
ole2prox.spec.glue.s
ole2thk.spec.c
ole2thk.spec.c
ole2thk.spec.glue.s
olecli.spec.c
olecli.spec.c
olecli.spec.glue.s
olesvr.spec.c
olesvr.spec.c
olesvr.spec.glue.s
storage.spec.c
storage.spec.c
storage.spec.glue.s
system.spec.c
system.spec.c
system.spec.glue.s
thunk.glue.c
thunk.glue.s
toolhelp.spec.c
toolhelp.spec.c
toolhelp.spec.glue.s
typelib.spec.c
typelib.spec.c
typelib.spec.glue.s
user.spec.c
user.spec.c
user.spec.glue.s
wineps.spec.c
wineps.spec.c
wineps.spec.glue.s
winsock.spec.c
winsock.spec.c
winsock.spec.glue.s
wprocs.spec.c
wprocs.spec.c
wprocs.spec.glue.s
if1632/Makefile.in
View file @
8336cc9e
...
@@ -43,8 +43,7 @@ C_SRCS = \
...
@@ -43,8 +43,7 @@ C_SRCS = \
GEN_ASM_SRCS
=
\
GEN_ASM_SRCS
=
\
call16.s
call16.s
GLUE
=
$
(
SPEC_SRCS:.spec
=
.spec.c
)
\
GLUE
=
thunk.c
thunk.c
all
:
$(MODULE).o
all
:
$(MODULE).o
...
...
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