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
ea0fd4d5
Commit
ea0fd4d5
authored
Sep 23, 1999
by
Noel Borthwick
Committed by
Alexandre Julliard
Sep 23, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added clipboard server.
parent
37fd2d1c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
0 deletions
+10
-0
Makefile.in
Makefile.in
+2
-0
.cvsignore
windows/x11drv/.cvsignore
+1
-0
Makefile.in
windows/x11drv/Makefile.in
+7
-0
wineclipsrv.c
windows/x11drv/wineclipsrv.c
+0
-0
No files found.
Makefile.in
View file @
ea0fd4d5
...
...
@@ -258,6 +258,8 @@ install_lib: dummy
$(INSTALL_DATA)
$(LIB_TARGET)
$(libdir)
;
\
if
[
$(LIB_TARGET)
=
libwine.so.1.0
]
;
then
$(LDCONFIG)
;
fi
\
fi
[
-d
$(bindir)
]
||
$(MKDIR)
$(bindir)
$(INSTALL_PROGRAM)
windows/x11drv/wineclipsrv
$(bindir)
/wineclipsrv
uninstall_lib
:
dummy
cd
$(libdir)
;
$(RM)
$(LIB_TARGET)
libwine.a libwine.so wine.sym
...
...
windows/x11drv/.cvsignore
View file @
ea0fd4d5
Makefile
wineclipsrv
windows/x11drv/Makefile.in
View file @
ea0fd4d5
...
...
@@ -16,6 +16,13 @@ C_SRCS = \
mouse.c
\
wnd.c
PROGRAMS
=
wineclipsrv
all
:
$(MODULE).o $(PROGRAMS)
wineclipsrv
:
wineclipsrv.c
$(CC)
$(ALLCFLAGS)
-o
wineclipsrv
$(SRCDIR)
/wineclipsrv.c
$(X_LIBS)
$(XLIB)
$(LIBS)
all
:
$(MODULE).o
@MAKE_RULES@
...
...
windows/x11drv/wineclipsrv.c
0 → 100644
View file @
ea0fd4d5
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