From c8813e3f8f60d87f01841d1087aa641baf5da6da Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 19 Jun 2021 15:20:14 +0100 Subject: [PATCH] makeAppleWin: remove HookFilter.pdb --- bin/makeAppleWin.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/makeAppleWin.bat b/bin/makeAppleWin.bat index f199980e..daa5f86b 100644 --- a/bin/makeAppleWin.bat +++ b/bin/makeAppleWin.bat @@ -14,8 +14,7 @@ @COPY /Y "%APPLEWIN_ROOT%\Release v141_xp\AppleWin.exe" "%~1" CD "%~1" "C:\Program Files (x86)\7-Zip\7z.exe" a ..\AppleWin"%~1".zip * -@REM Even though LINK has /PDB: outputting to HookFilter.pdb, it ends up being called vc141.pdb! (and remaining in the HookFilter folder) -"C:\Program Files (x86)\7-Zip\7z.exe" a ..\AppleWin"%~1"-PDB.zip "%APPLEWIN_ROOT%\Release v141_xp\AppleWin.pdb" "%APPLEWIN_ROOT%\HookFilter\Release v141_xp\vc141.pdb" +"C:\Program Files (x86)\7-Zip\7z.exe" a ..\AppleWin"%~1"-PDB.zip "%APPLEWIN_ROOT%\Release v141_xp\AppleWin.pdb" CD .. @GOTO end