Skip to content

Commit

Permalink
make: include PDB files in output
Browse files Browse the repository at this point in the history
  • Loading branch information
dontech committed Feb 5, 2024
1 parent 9d730db commit 4b0a64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libusb/ddk_make/make.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ IF !ERRORLEVEL! NEQ 0 (
GOTO CMDERROR
)

IF EXIST !BUILD_DIR!*.pdb MOVE /Y !BUILD_DIR!*.pdb "!CMDVAR_OUTDIR!" >NUL
IF EXIST !BUILD_DIR!*.sys MOVE /Y !BUILD_DIR!*.sys "!CMDVAR_OUTDIR!" >NUL
IF EXIST !BUILD_DIR!*.dll MOVE /Y !BUILD_DIR!*.dll "!CMDVAR_OUTDIR!" >NUL
IF EXIST !BUILD_DIR!*.exe MOVE /Y !BUILD_DIR!*.exe "!CMDVAR_OUTDIR!" >NUL
Expand Down

0 comments on commit 4b0a64d

Please sign in to comment.