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
61b99343
Commit
61b99343
authored
Jan 22, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sfc: We need to import sfc_os for the forwards to work properly.
parent
cbf9fde4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
.gitignore
.gitignore
+1
-0
Makefile.in
dlls/Makefile.in
+4
-0
Makefile.in
dlls/sfc/Makefile.in
+1
-1
Makefile.in
dlls/sfc_os/Makefile.in
+1
-0
No files found.
.gitignore
View file @
61b99343
...
...
@@ -438,6 +438,7 @@ dlls/setupapi/tests/setupapi_crosstest.exe
dlls/setupapi/tests/testlist.c
dlls/setupx.dll16
dlls/sfc/libsfc.def
dlls/sfc_os/libsfc_os.def
dlls/shdoclc/rsrc.res
dlls/shdocvw/libshdocvw.def
dlls/shdocvw/shdocvw.res
...
...
dlls/Makefile.in
View file @
61b99343
...
...
@@ -535,6 +535,7 @@ IMPORT_LIBS = \
serialui/libserialui.
$(IMPLIBEXT)
\
setupapi/libsetupapi.
$(IMPLIBEXT)
\
sfc/libsfc.
$(IMPLIBEXT)
\
sfc_os/libsfc_os.
$(IMPLIBEXT)
\
shdocvw/libshdocvw.
$(IMPLIBEXT)
\
shell32/libshell32.
$(IMPLIBEXT)
\
shfolder/libshfolder.
$(IMPLIBEXT)
\
...
...
@@ -839,6 +840,9 @@ setupapi/libsetupapi.$(IMPLIBEXT): setupapi/setupapi.spec $(WINEBUILD)
sfc/libsfc.$(IMPLIBEXT)
:
sfc/sfc.spec $(WINEBUILD)
@
cd
sfc
&&
$(MAKE)
libsfc.
$(IMPLIBEXT)
sfc_os/libsfc_os.$(IMPLIBEXT)
:
sfc_os/sfc_os.spec $(WINEBUILD)
@
cd
sfc_os
&&
$(MAKE)
libsfc_os.
$(IMPLIBEXT)
shdocvw/libshdocvw.$(IMPLIBEXT)
:
shdocvw/shdocvw.spec $(WINEBUILD)
@
cd
shdocvw
&&
$(MAKE)
libshdocvw.
$(IMPLIBEXT)
...
...
dlls/sfc/Makefile.in
View file @
61b99343
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
sfc.dll
IMPORTLIB
=
libsfc.
$(IMPLIBEXT)
IMPORTS
=
kernel32
IMPORTS
=
sfc_os
kernel32
C_SRCS
=
sfc_main.c
...
...
dlls/sfc_os/Makefile.in
View file @
61b99343
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
sfc_os.dll
IMPORTLIB
=
libsfc_os.
$(IMPLIBEXT)
IMPORTS
=
kernel32
C_SRCS
=
sfc_os.c
...
...
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