Alexandre Julliard : dxguid: Move to the libs directory.

Alexandre Julliard julliard at winehq.org
Mon Oct 11 15:41:35 CDT 2021


Module: wine
Branch: master
Commit: 3f1e7ac5b6158c62f418a1f6d57633125f036184
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3f1e7ac5b6158c62f418a1f6d57633125f036184

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Oct 11 11:31:34 2021 +0200

dxguid: Move to the libs directory.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                         | 4 ++--
 configure.ac                      | 2 +-
 {dlls => libs}/dxguid/Makefile.in | 0
 {dlls => libs}/dxguid/dx10guid.c  | 0
 {dlls => libs}/dxguid/dx8guid.c   | 0
 {dlls => libs}/dxguid/dx9guid.c   | 0
 {dlls => libs}/dxguid/dxguid.c    | 0
 7 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 72bde82e1a7..eb6fe85b0b3 100755
--- a/configure
+++ b/configure
@@ -1301,7 +1301,6 @@ enable_dwrite
 enable_dx8vb
 enable_dxdiagn
 enable_dxgi
-enable_dxguid
 enable_dxtrans
 enable_dxva2
 enable_esent
@@ -1786,6 +1785,7 @@ enable_adsiid
 enable_dmoguids
 enable_dxerr8
 enable_dxerr9
+enable_dxguid
 enable_wine
 enable_loader
 enable_nls
@@ -20214,7 +20214,6 @@ wine_fn_config_makefile dlls/dxdiagn enable_dxdiagn
 wine_fn_config_makefile dlls/dxdiagn/tests enable_tests
 wine_fn_config_makefile dlls/dxgi enable_dxgi
 wine_fn_config_makefile dlls/dxgi/tests enable_tests
-wine_fn_config_makefile dlls/dxguid enable_dxguid
 wine_fn_config_makefile dlls/dxtrans enable_dxtrans
 wine_fn_config_makefile dlls/dxva2 enable_dxva2
 wine_fn_config_makefile dlls/dxva2/tests enable_tests
@@ -20922,6 +20921,7 @@ wine_fn_config_makefile libs/adsiid enable_adsiid
 wine_fn_config_makefile libs/dmoguids enable_dmoguids
 wine_fn_config_makefile libs/dxerr8 enable_dxerr8
 wine_fn_config_makefile libs/dxerr9 enable_dxerr9
+wine_fn_config_makefile libs/dxguid enable_dxguid
 wine_fn_config_makefile libs/wine enable_wine
 wine_fn_config_makefile loader enable_loader
 wine_fn_config_makefile nls enable_nls
diff --git a/configure.ac b/configure.ac
index 63c87ef51c8..e9286ef7674 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3101,7 +3101,6 @@ WINE_CONFIG_MAKEFILE(dlls/dxdiagn)
 WINE_CONFIG_MAKEFILE(dlls/dxdiagn/tests)
 WINE_CONFIG_MAKEFILE(dlls/dxgi)
 WINE_CONFIG_MAKEFILE(dlls/dxgi/tests)
-WINE_CONFIG_MAKEFILE(dlls/dxguid)
 WINE_CONFIG_MAKEFILE(dlls/dxtrans)
 WINE_CONFIG_MAKEFILE(dlls/dxva2)
 WINE_CONFIG_MAKEFILE(dlls/dxva2/tests)
@@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(libs/adsiid)
 WINE_CONFIG_MAKEFILE(libs/dmoguids)
 WINE_CONFIG_MAKEFILE(libs/dxerr8)
 WINE_CONFIG_MAKEFILE(libs/dxerr9)
+WINE_CONFIG_MAKEFILE(libs/dxguid)
 WINE_CONFIG_MAKEFILE(libs/wine)
 WINE_CONFIG_MAKEFILE(loader)
 WINE_CONFIG_MAKEFILE(nls)
diff --git a/dlls/dxguid/Makefile.in b/libs/dxguid/Makefile.in
similarity index 100%
rename from dlls/dxguid/Makefile.in
rename to libs/dxguid/Makefile.in
diff --git a/dlls/dxguid/dx10guid.c b/libs/dxguid/dx10guid.c
similarity index 100%
rename from dlls/dxguid/dx10guid.c
rename to libs/dxguid/dx10guid.c
diff --git a/dlls/dxguid/dx8guid.c b/libs/dxguid/dx8guid.c
similarity index 100%
rename from dlls/dxguid/dx8guid.c
rename to libs/dxguid/dx8guid.c
diff --git a/dlls/dxguid/dx9guid.c b/libs/dxguid/dx9guid.c
similarity index 100%
rename from dlls/dxguid/dx9guid.c
rename to libs/dxguid/dx9guid.c
diff --git a/dlls/dxguid/dxguid.c b/libs/dxguid/dxguid.c
similarity index 100%
rename from dlls/dxguid/dxguid.c
rename to libs/dxguid/dxguid.c




More information about the wine-cvs mailing list