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 +1 @@
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0ColorButtons"
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0ColorButtons"

View File

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

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

View File

@@ -1 +1 @@
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0DrawText"
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawText"

View File

@@ -1 +1 @@
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0GetPixel"
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0GetPixel"

View File

@@ -1 +1 @@
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0GetPointOwner"
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0GetPointOwner"

View File

@@ -1 +1 @@
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0HelloGUI"
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0HelloGUI"

View File

@@ -1 +1 @@
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0Screenshot"
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0Screenshot"

View File

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

View File

@@ -1 +1 @@
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0SetPixel"
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0SetPixel"

View File

@@ -1 +1 @@
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0SetWindowPos"
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0SetWindowPos"