From a01f452eba29f99d319050999c50bbb2512820f5 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:25:10 -0700 Subject: [PATCH] fix build script --- src/spice2x/build_all.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/spice2x/build_all.sh b/src/spice2x/build_all.sh index 0ff92c8..13e39ec 100755 --- a/src/spice2x/build_all.sh +++ b/src/spice2x/build_all.sh @@ -205,8 +205,7 @@ then ${BUILDDIR_WINXP_64}/spicetools/64/spice64.exe windows_dll_compat_checker -s PREMADE/winxp_x86_64_32bit_dlls.ini \ ${BUILDDIR_WINXP_32}/spicetools/spicecfg.exe \ - ${BUILDDIR_WINXP_32}/spicetools/32/spice.exe \ - ${BUILDDIR_WINXP_32}/spicetools/32/spice_laa.exe + ${BUILDDIR_WINXP_32}/spicetools/32/spice.exe fi fi @@ -266,6 +265,10 @@ rm -rf ${OUTDIR_EXTRAS} mkdir -p ${OUTDIR_EXTRAS} mkdir -p ${OUTDIR_EXTRAS}/largeaddressaware mkdir -p ${OUTDIR_EXTRAS}/linux +if ((BUILD_XP > 0)) +then +mkdir -p ${OUTDIR_EXTRAS}/winxp +fi if false # ((DEBUG > 0)) then