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
4714c4fa
Commit
4714c4fa
authored
Dec 04, 2007
by
Roy Shea
Committed by
Alexandre Julliard
Dec 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
svchost: Implementation of svchost.
parent
dfc05649
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
0 deletions
+23
-0
.gitignore
.gitignore
+1
-0
Makefile.in
Makefile.in
+2
-0
configure
configure
+3
-0
configure.ac
configure.ac
+1
-0
Makefile.in
programs/Makefile.in
+2
-0
Makefile.in
programs/svchost/Makefile.in
+14
-0
svchost.c
programs/svchost/svchost.c
+0
-0
No files found.
.gitignore
View file @
4714c4fa
...
...
@@ -676,6 +676,7 @@ programs/rundll32/rundll32
programs/spoolsv/spoolsv
programs/start/rsrc.res
programs/start/start
programs/svchost/svchost
programs/taskmgr/taskmgr
programs/taskmgr/taskmgr.res
programs/uninstaller/rsrc.res
...
...
Makefile.in
View file @
4714c4fa
...
...
@@ -491,6 +491,7 @@ ALL_MAKEFILES = \
programs/rundll32/Makefile
\
programs/spoolsv/Makefile
\
programs/start/Makefile
\
programs/svchost/Makefile
\
programs/taskmgr/Makefile
\
programs/uninstaller/Makefile
\
programs/view/Makefile
\
...
...
@@ -871,6 +872,7 @@ programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules
programs/rundll32/Makefile
:
programs/rundll32/Makefile.in programs/Makeprog.rules
programs/spoolsv/Makefile
:
programs/spoolsv/Makefile.in programs/Makeprog.rules
programs/start/Makefile
:
programs/start/Makefile.in programs/Makeprog.rules
programs/svchost/Makefile
:
programs/svchost/Makefile.in programs/Makeprog.rules
programs/taskmgr/Makefile
:
programs/taskmgr/Makefile.in programs/Makeprog.rules
programs/uninstaller/Makefile
:
programs/uninstaller/Makefile.in programs/Makeprog.rules
programs/view/Makefile
:
programs/view/Makefile.in programs/Makeprog.rules
...
...
configure
View file @
4714c4fa
...
...
@@ -21191,6 +21191,8 @@ ac_config_files="$ac_config_files programs/spoolsv/Makefile"
ac_config_files
=
"
$ac_config_files
programs/start/Makefile"
ac_config_files
=
"
$ac_config_files
programs/svchost/Makefile"
ac_config_files
=
"
$ac_config_files
programs/taskmgr/Makefile"
ac_config_files
=
"
$ac_config_files
programs/uninstaller/Makefile"
...
...
@@ -22154,6 +22156,7 @@ do
"programs/rundll32/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/rundll32/Makefile" ;;
"programs/spoolsv/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/spoolsv/Makefile" ;;
"programs/start/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/start/Makefile" ;;
"programs/svchost/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/svchost/Makefile" ;;
"programs/taskmgr/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/taskmgr/Makefile" ;;
"programs/uninstaller/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/uninstaller/Makefile" ;;
"programs/view/Makefile") CONFIG_FILES="
$CONFIG_FILES
programs/view/Makefile" ;;
...
...
configure.ac
View file @
4714c4fa
...
...
@@ -1912,6 +1912,7 @@ AC_CONFIG_FILES([programs/rpcss/Makefile])
AC_CONFIG_FILES([programs/rundll32/Makefile])
AC_CONFIG_FILES([programs/spoolsv/Makefile])
AC_CONFIG_FILES([programs/start/Makefile])
AC_CONFIG_FILES([programs/svchost/Makefile])
AC_CONFIG_FILES([programs/taskmgr/Makefile])
AC_CONFIG_FILES([programs/uninstaller/Makefile])
AC_CONFIG_FILES([programs/view/Makefile])
...
...
programs/Makefile.in
View file @
4714c4fa
...
...
@@ -27,6 +27,7 @@ SUBDIRS = \
rundll32
\
spoolsv
\
start
\
svchost
\
taskmgr
\
uninstaller
\
view
\
...
...
@@ -70,6 +71,7 @@ INSTALLSUBDIRS = \
rundll32
\
spoolsv
\
start
\
svchost
\
taskmgr
\
uninstaller
\
wineboot
\
...
...
programs/svchost/Makefile.in
0 → 100644
View file @
4714c4fa
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
svchost.exe
APPMODE
=
-municode
IMPORTS
=
advapi32 kernel32
C_SRCS
=
\
svchost.c
@MAKE_PROG_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
programs/svchost/svchost.c
0 → 100644
View file @
4714c4fa
This diff is collapsed.
Click to expand it.
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