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
c4d11767
Commit
c4d11767
authored
Dec 27, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed libuuid.a to libwine_uuid.a
parent
2e8e2334
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Make.rules.in
Make.rules.in
+1
-1
Makefile.in
Makefile.in
+5
-5
Makefile.in
ole/Makefile.in
+5
-5
winemaker
tools/winemaker
+1
-1
No files found.
Make.rules.in
View file @
c4d11767
...
...
@@ -67,7 +67,7 @@ DLLDIR = $(TOPOBJDIR)/dlls
LIBWINE = -L$(TOPOBJDIR)/library -lwine
LIBTSX11 = -L$(TOPOBJDIR)/tsx11 -lwine_tsx11
LIBUNICODE= -L$(TOPOBJDIR)/unicode -lwine_unicode
LIBUUID = -L$(TOPOBJDIR)/ole -luuid
LIBUUID = -L$(TOPOBJDIR)/ole -l
wine_
uuid
@SET_MAKE@
...
...
Makefile.in
View file @
c4d11767
...
...
@@ -33,16 +33,16 @@ LIBPROGRAMS = \
# Libraries (not dlls) to build
LIBRARIES
=
\
library/libwine.
$(LIBEXT)
\
ole/libuuid.a
\
ole/lib
wine_
uuid.a
\
tsx11/libwine_tsx11.
$(LIBEXT)
\
unicode/libwine_unicode.
$(LIBEXT)
# Libraries symlinks to create at the top level
LIBSYMLINKS
=
\
libuuid.a
\
libwine.
$(LIBEXT)
\
libwine_tsx11.
$(LIBEXT)
\
libwine_unicode.
$(LIBEXT)
libwine_unicode.
$(LIBEXT)
\
libwine_uuid.a
# Sub-directories to run make depend/clean into
SUBDIRS
=
\
...
...
@@ -104,8 +104,8 @@ libwine_tsx11.$(LIBEXT): tsx11/libwine_tsx11.$(LIBEXT)
libwine_unicode.$(LIBEXT)
:
unicode/libwine_unicode.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
unicode/libwine_unicode.
$(LIBEXT)
$@
lib
uuid.a
:
ole/lib
uuid.a
$(RM)
$@
&&
$(LN_S)
ole/libuuid.a
$@
lib
wine_uuid.a
:
ole/libwine_
uuid.a
$(RM)
$@
&&
$(LN_S)
ole/lib
wine_
uuid.a
$@
# Dependencies between directories
...
...
ole/Makefile.in
View file @
c4d11767
...
...
@@ -9,23 +9,23 @@ C_SRCS = \
ole2nls.c
\
uuid.c
all
:
$(MODULE).o libuuid.a
all
:
$(MODULE).o lib
wine_
uuid.a
@MAKE_RULES@
$(MODULE).o
:
ole2nls.o Makefile.in $(TOPSRCDIR)/Make.rules.in
$(LDCOMBINE)
ole2nls.o
-o
$@
libuuid.a
:
uuid.o
lib
wine_
uuid.a
:
uuid.o
$(RM)
$@
$(AR)
$@
uuid.o
$(RANLIB)
$@
install
:
libuuid.a
install
:
lib
wine_
uuid.a
[
-d
$(libdir)
]
||
$(MKDIR)
$(libdir)
$(INSTALL_DATA)
lib
uuid.a
$(libdir)
/lib
uuid.a
$(INSTALL_DATA)
lib
wine_uuid.a
$(libdir)
/libwine_
uuid.a
uninstall
::
cd
$(libdir)
&&
$(RM)
libuuid.a
cd
$(libdir)
&&
$(RM)
lib
wine_
uuid.a
### Dependencies:
tools/winemaker
View file @
c4d11767
...
...
@@ -2249,7 +2249,7 @@ then
fi
CFLAGS="$CFLAGS -fPIC"
DLL_LINK="\$(WINE_LIBRARY_PATH) \$(LIBRARY_PATH) \$(LIBRARIES:%=-l%) -lwine -lwine_unicode -luuid"
DLL_LINK="\$(WINE_LIBRARY_PATH) \$(LIBRARY_PATH) \$(LIBRARIES:%=-l%) -lwine -lwine_unicode -l
wine_
uuid"
AC_SUBST(DLL_LINK)
AC_SUBST(LDSHARED)
...
...
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