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
9fff718a
Commit
9fff718a
authored
Sep 01, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineclipsrv is no longer used, remove it.
parent
8bc2fdb3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
27 deletions
+2
-27
.cvsignore
dlls/x11drv/.cvsignore
+0
-1
Makefile.in
dlls/x11drv/Makefile.in
+0
-13
wineclipsrv.c
dlls/x11drv/wineclipsrv.c
+0
-0
PACKAGING
documentation/PACKAGING
+2
-7
config
documentation/samples/config
+0
-1
wine.man.in
documentation/wine.man.in
+0
-5
No files found.
dlls/x11drv/.cvsignore
View file @
9fff718a
Makefile
Makefile
wineclipsrv
x11drv.dll.dbg.c
x11drv.dll.dbg.c
x11drv.spec.def
x11drv.spec.def
dlls/x11drv/Makefile.in
View file @
9fff718a
EXTRADEFS
=
-DBINDIR
=
"
\"
$(bindir)
\"
"
TOPSRCDIR
=
@top_srcdir@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
...
@@ -44,20 +43,8 @@ C_SRCS = \
...
@@ -44,20 +43,8 @@ C_SRCS = \
xrender.c
\
xrender.c
\
xvidmode.c
xvidmode.c
PROGRAMS
=
wineclipsrv
@MAKE_DLL_RULES@
@MAKE_DLL_RULES@
all
:
$(PROGRAMS)
all
:
$(PROGRAMS)
wineclipsrv
:
wineclipsrv.c
$(CC)
$(ALLCFLAGS)
-o
wineclipsrv
$(SRCDIR)
/wineclipsrv.c
$(EXTRALIBS)
$(LDFLAGS)
$(LIBS)
install
::
$(PROGRAMS)
$(MKINSTALLDIRS)
$(bindir)
$(INSTALL_PROGRAM)
wineclipsrv
$(bindir)
/wineclipsrv
uninstall
::
$(RM)
$(bindir)
/wineclipsrv
### Dependencies:
### Dependencies:
dlls/x11drv/wineclipsrv.c
deleted
100644 → 0
View file @
8bc2fdb3
This diff is collapsed.
Click to expand it.
documentation/PACKAGING
View file @
9fff718a
...
@@ -178,8 +178,6 @@ WINE COMPONENTS
...
@@ -178,8 +178,6 @@ WINE COMPONENTS
- winebuild : Winebuild is a tool used for building Winelib applications
- winebuild : Winebuild is a tool used for building Winelib applications
(and by Wine itself) to allow a developer to compile a .spec file
(and by Wine itself) to allow a developer to compile a .spec file
into a .spec.c file.
into a .spec.c file.
- wineclipserv : The Wine Clipboard Server is a standalone XLib application
whose purpose is to manage the X selection when Wine exits.
- wineconsole : Render the output of CUI programs.
- wineconsole : Render the output of CUI programs.
- winedbg : A application making use of the debugging API to allow
- winedbg : A application making use of the debugging API to allow
debugging of Wine or Winelib applications as well as Wine itself
debugging of Wine or Winelib applications as well as Wine itself
...
@@ -462,9 +460,6 @@ Example (split this into %build and %install section for rpm:
...
@@ -462,9 +460,6 @@ Example (split this into %build and %install section for rpm:
install -d $BR/usr/X11R6/lib/wine
install -d $BR/usr/X11R6/lib/wine
mv $BR/usr/X11R6/lib/lib* $BR/usr/X11R6/lib/wine/
mv $BR/usr/X11R6/lib/lib* $BR/usr/X11R6/lib/wine/
# the clipboard server is started on demand.
install -m 755 dlls/x11drv/wineclipsrv $BR/usr/X11R6/bin/
# The Wine server is needed.
# The Wine server is needed.
install -m 755 server/wineserver $BR/usr/X11R6/bin/
install -m 755 server/wineserver $BR/usr/X11R6/bin/
...
@@ -477,9 +472,9 @@ separate library directory should be used.
...
@@ -477,9 +472,9 @@ separate library directory should be used.
You will need to package the files:
You will need to package the files:
$prefix/bin/wine, $prefix/
bin/dosmod, $prefix/
lib/wine/*
$prefix/bin/wine, $prefix/lib/wine/*
$prefix/man/man1/wine.1, $prefix/include/wine/*,
$prefix/man/man1/wine.1, $prefix/include/wine/*,
$prefix/bin/wineserver
, $prefix/bin/wineclipsrv
$prefix/bin/wineserver
%config /etc/wine/*
%config /etc/wine/*
%doc ... choose from the toplevel directory and documentation/
%doc ... choose from the toplevel directory and documentation/
...
...
documentation/samples/config
View file @
9fff718a
...
@@ -159,7 +159,6 @@ WINE REGISTRY Version 2
...
@@ -159,7 +159,6 @@ WINE REGISTRY Version 2
[Clipboard]
[Clipboard]
"ClearAllSelections" = "0"
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
"UsePrimary" = "0"
"UsePrimary" = "0"
; List of all directories directly contain .AFM files
; List of all directories directly contain .AFM files
...
...
documentation/wine.man.in
View file @
9fff718a
...
@@ -233,11 +233,6 @@ The
...
@@ -233,11 +233,6 @@ The
.B wine
.B wine
debugger
debugger
.TP
.TP
.I @bindir@/wineclipsrv
The
.B wine
clipboard server
.TP
.I @dlldir@
.I @dlldir@
Directory containing
Directory containing
.B wine's
.B wine's
...
...
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