mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 02:30:07 +02:00
Build scripts moved to Tools subdirectory
This commit is contained in:
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0CharMap"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0CharMap"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0ConsoleColors"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0ConsoleColors"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0DateTime"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0DateTime"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0Echo"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0Echo"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0GetCurrentDir"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0GetCurrentDir"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0Hello"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0Hello"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0LoadFile"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0LoadFile"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0ReadFolder"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0ReadFolder"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0ColorButtons"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0ColorButtons"
|
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
call "%~dp0..\..\..\Lib\build.bat" "%~dp0DrawImage"
|
||||
call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawImage"
|
||||
copy "%~dp0*.tga" "%~dp0..\..\..\Bin" >nul
|
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
call "%~dp0..\..\..\Lib\build.bat" "%~dp0DrawImageEx"
|
||||
call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawImageEx"
|
||||
copy "%~dp0*.bmp" "%~dp0..\..\..\Bin" >nul
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0DrawText"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawText"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0GetPixel"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0GetPixel"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0GetPointOwner"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0GetPointOwner"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0HelloGUI"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0HelloGUI"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0Screenshot"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0Screenshot"
|
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
call "%~dp0..\..\..\Lib\build.bat" "%~dp0SetCursor"
|
||||
call "%~dp0..\..\..\Tools\build.bat" "%~dp0SetCursor"
|
||||
copy "%~dp0*.bmp" "%~dp0..\..\..\Bin" >nul
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0SetPixel"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0SetPixel"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\..\Lib\build.bat" "%~dp0SetWindowPos"
|
||||
@call "%~dp0..\..\..\Tools\build.bat" "%~dp0SetWindowPos"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\Lib\build.bat" "%~dp0MyConsole"
|
||||
@call "%~dp0..\..\Tools\build.bat" "%~dp0MyConsole"
|
@@ -1 +1 @@
|
||||
@call "%~dp0..\..\Lib\build.bat" "%~dp0MyGUI"
|
||||
@call "%~dp0..\..\Tools\build.bat" "%~dp0MyGUI"
|
@@ -19,7 +19,7 @@ if not exist "%~dp0..\RTL\SysInit.dcu" call "%~dp0..\build-RTL.bat"
|
||||
if errorlevel 1 goto exit
|
||||
|
||||
if not exist "%Bin%\convert.bat" (
|
||||
echo @%%~dp0..\Lib\convert.bat %%* >"%Bin%\convert.bat"
|
||||
echo @%%~dp0..\Tools\convert.bat %%* >"%Bin%\convert.bat"
|
||||
if errorlevel 1 goto exit
|
||||
)
|
||||
|
Reference in New Issue
Block a user