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
4fa272b0
Commit
4fa272b0
authored
Oct 11, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uuid: Move to the libs directory.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
23900753
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.ac
configure.ac
+1
-1
Makefile.in
libs/uuid/Makefile.in
+0
-0
d2d.c
libs/uuid/d2d.c
+0
-0
uuid.c
libs/uuid/uuid.c
+0
-0
No files found.
configure
View file @
4fa272b0
...
...
@@ -1644,7 +1644,6 @@ enable_user32
enable_userenv
enable_usp10
enable_utildll
enable_uuid
enable_uxtheme
enable_vbscript
enable_vcomp
...
...
@@ -1786,6 +1785,7 @@ enable_dxerr9
enable_dxguid
enable_mfuuid
enable_strmiids
enable_uuid
enable_wine
enable_loader
enable_nls
...
...
@@ -20721,7 +20721,6 @@ wine_fn_config_makefile dlls/userenv/tests enable_tests
wine_fn_config_makefile dlls/usp10 enable_usp10
wine_fn_config_makefile dlls/usp10/tests enable_tests
wine_fn_config_makefile dlls/utildll enable_utildll
wine_fn_config_makefile dlls/uuid enable_uuid
wine_fn_config_makefile dlls/uxtheme enable_uxtheme
wine_fn_config_makefile dlls/uxtheme/tests enable_tests
wine_fn_config_makefile dlls/vbscript enable_vbscript
...
...
@@ -20922,6 +20921,7 @@ wine_fn_config_makefile libs/dxerr9 enable_dxerr9
wine_fn_config_makefile libs/dxguid enable_dxguid
wine_fn_config_makefile libs/mfuuid enable_mfuuid
wine_fn_config_makefile libs/strmiids enable_strmiids
wine_fn_config_makefile libs/uuid enable_uuid
wine_fn_config_makefile libs/wine enable_wine
wine_fn_config_makefile loader enable_loader
wine_fn_config_makefile nls enable_nls
...
...
configure.ac
View file @
4fa272b0
...
...
@@ -3608,7 +3608,6 @@ WINE_CONFIG_MAKEFILE(dlls/userenv/tests)
WINE_CONFIG_MAKEFILE(dlls/usp10)
WINE_CONFIG_MAKEFILE(dlls/usp10/tests)
WINE_CONFIG_MAKEFILE(dlls/utildll)
WINE_CONFIG_MAKEFILE(dlls/uuid)
WINE_CONFIG_MAKEFILE(dlls/uxtheme)
WINE_CONFIG_MAKEFILE(dlls/uxtheme/tests)
WINE_CONFIG_MAKEFILE(dlls/vbscript)
...
...
@@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(libs/dxerr9)
WINE_CONFIG_MAKEFILE(libs/dxguid)
WINE_CONFIG_MAKEFILE(libs/mfuuid)
WINE_CONFIG_MAKEFILE(libs/strmiids)
WINE_CONFIG_MAKEFILE(libs/uuid)
WINE_CONFIG_MAKEFILE(libs/wine)
WINE_CONFIG_MAKEFILE(loader)
WINE_CONFIG_MAKEFILE(nls)
...
...
dll
s/uuid/Makefile.in
→
lib
s/uuid/Makefile.in
View file @
4fa272b0
File moved
dll
s/uuid/d2d.c
→
lib
s/uuid/d2d.c
View file @
4fa272b0
File moved
dll
s/uuid/uuid.c
→
lib
s/uuid/uuid.c
View file @
4fa272b0
File moved
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