Skip to content

Commit

Permalink
Only copy dll, lib and pdb files for SWORD library
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Oct 11, 2020
1 parent 68616c3 commit 15dce76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_sword.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ cmake -B build\sword -G "Visual Studio %VS%" -A Win32 ^

devenv build\sword\libsword.sln /Build Debug /Project sword
dir build\sword\Debug\
copy build\sword\Debug\* %2\
copy build\sword\Debug\sword.dll %2\
copy build\sword\Debug\sword.lib %2\
copy build\sword\Debug\sword.pdb %2\

0 comments on commit 15dce76

Please sign in to comment.