Skip to content

Commit

Permalink
build: fix build of Debug_NoSign
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Benditovich <[email protected]>
  • Loading branch information
ybendito committed Feb 27, 2020
1 parent 3b80562 commit 84752c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildAll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if !ERRORLEVEL! NEQ 0 exit /B 1
popd

This comment has been minimized.

Copy link
@adelino7

adelino7 Aug 5, 2024

POPD


pushd Install_Debug
call :maketmf Debug
call :maketmf %DEBUG_CFG%
if !ERRORLEVEL! NEQ 0 exit /B 1
popd

Expand Down

1 comment on commit 84752c3

@adelino7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for %%z in (win32, x64) do (
  call tools\vs_run.bat UsbDk.sln /Rebuild "%%x %%y|%%z" /Out 

Please sign in to comment.