From 10fa2b3bad8468d27d5ceb7a7164a160002e5eff Mon Sep 17 00:00:00 2001 From: Francisco Casas Date: Thu, 28 Nov 2024 17:31:23 +0000 Subject: [PATCH] Update Building a MinGW WoW64 Wine with a custom vkd3d build --- Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md b/Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md index 6964384..911b360 100644 --- a/Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md +++ b/Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md @@ -316,8 +316,7 @@ wine-9.22-48-g33c16a81253 # Updating your build -If you want to update either wine or vkd3d's source code, we can execute -the following commands in order. `ccache` should help reducing the +If you want to update wine and vkd3d's source code (modifying `wine-git` and `vkd3d-git`), we can execute the following commands in order. `ccache` should help reducing the compilations times. ``` sh @@ -339,3 +338,5 @@ make install cd $HOME/wine-dirs/wine32 make ``` + +Note that if you only want to update vkd3d, it might only be necessary to run `make` and `make install` in the `vkd3d32` and `vkd3d64` since this will update the DLLs in the prefixes, that wine will load. \ No newline at end of file