Build scripts moved to Tools subdirectory

This commit is contained in:
2020-06-28 21:32:30 +03:00
parent 7f456bc7ea
commit 6eabb2141b
23 changed files with 22 additions and 22 deletions

View File

@@ -1,3 +1,3 @@
@echo off
call "%~dp0..\..\..\Lib\build.bat" "%~dp0DrawImageEx"
call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawImageEx"
copy "%~dp0*.bmp" "%~dp0..\..\..\Bin" >nul