From 7d90c73ebc4723a2347da88b331fa10cd14ec90b Mon Sep 17 00:00:00 2001 From: casey langen Date: Mon, 10 Feb 2020 19:49:03 -0800 Subject: [PATCH] Also include lib file in build-win.bat. --- build-win.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-win.bat b/build-win.bat index f054c2f24..41b9a925b 100644 --- a/build-win.bat +++ b/build-win.bat @@ -12,6 +12,8 @@ MSBuild.exe musikcube.sln /m /nologo /verbosity:minimal /p:Configuration=Release MSBuild.exe musikcube.sln /m /nologo /verbosity:minimal /p:Configuration=Release-Con /p:Platform=Win64 MSBuild.exe musikcube.sln /m /nologo /verbosity:minimal /p:Configuration=Release-DLL /p:Platform=Win64 copy bin32\Release-DLL\musikcore.dll bin32\Release\musikcore.dll +copy bin32\Release-DLL\musikcore.lib bin32\Release\musikcore.lib copy bin32\Release-Con\musikcube.exe bin32\Release\musikcube-cmd.exe copy bin64\Release-DLL\musikcore.dll bin64\Release\musikcore.dll +copy bin64\Release-DLL\musikcore.lib bin64\Release\musikcore.lib copy bin64\Release-Con\musikcube.exe bin64\Release\musikcube-cmd.exe \ No newline at end of file