Remove release, add build script

This commit is contained in:
Ahrimdon 2024-02-25 14:04:06 -05:00
parent d1bcdaa4e3
commit 4ed6074e9c
2 changed files with 5 additions and 0 deletions

5
build.bat Normal file
View File

@ -0,0 +1,5 @@
@echo off
"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" hook_lib.sln /p:Configuration=Release /p:Platform=x64
pause

Binary file not shown.