diff --git a/Examples/Console/CharMap/build.bat b/Examples/Console/CharMap/build.bat index 34bf7c0..5596c48 100644 --- a/Examples/Console/CharMap/build.bat +++ b/Examples/Console/CharMap/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0CharMap" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0CharMap" \ No newline at end of file diff --git a/Examples/Console/ConsoleColors/build.bat b/Examples/Console/ConsoleColors/build.bat index b6ca1d7..d5385db 100644 --- a/Examples/Console/ConsoleColors/build.bat +++ b/Examples/Console/ConsoleColors/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0ConsoleColors" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0ConsoleColors" \ No newline at end of file diff --git a/Examples/Console/DateTime/build.bat b/Examples/Console/DateTime/build.bat index 42b0819..6662173 100644 --- a/Examples/Console/DateTime/build.bat +++ b/Examples/Console/DateTime/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0DateTime" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0DateTime" \ No newline at end of file diff --git a/Examples/Console/Echo/build.bat b/Examples/Console/Echo/build.bat index 53e83e5..9e17998 100644 --- a/Examples/Console/Echo/build.bat +++ b/Examples/Console/Echo/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0Echo" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0Echo" \ No newline at end of file diff --git a/Examples/Console/GetCurrentDir/build.bat b/Examples/Console/GetCurrentDir/build.bat index 0d7a520..7863ead 100644 --- a/Examples/Console/GetCurrentDir/build.bat +++ b/Examples/Console/GetCurrentDir/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0GetCurrentDir" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0GetCurrentDir" \ No newline at end of file diff --git a/Examples/Console/Hello/build.bat b/Examples/Console/Hello/build.bat index 6b0f177..00bcacb 100644 --- a/Examples/Console/Hello/build.bat +++ b/Examples/Console/Hello/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0Hello" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0Hello" \ No newline at end of file diff --git a/Examples/Console/LoadFile/build.bat b/Examples/Console/LoadFile/build.bat index 75205c3..ecd22f9 100644 --- a/Examples/Console/LoadFile/build.bat +++ b/Examples/Console/LoadFile/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0LoadFile" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0LoadFile" \ No newline at end of file diff --git a/Examples/Console/ReadFolder/build.bat b/Examples/Console/ReadFolder/build.bat index 6c21b8b..4c09c77 100644 --- a/Examples/Console/ReadFolder/build.bat +++ b/Examples/Console/ReadFolder/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0ReadFolder" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0ReadFolder" \ No newline at end of file diff --git a/Examples/GUI/ColorButtons/build.bat b/Examples/GUI/ColorButtons/build.bat index 4f9aa70..f599ab9 100644 --- a/Examples/GUI/ColorButtons/build.bat +++ b/Examples/GUI/ColorButtons/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0ColorButtons" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0ColorButtons" \ No newline at end of file diff --git a/Examples/GUI/DrawImage/build.bat b/Examples/GUI/DrawImage/build.bat index 957ba08..e248b86 100644 --- a/Examples/GUI/DrawImage/build.bat +++ b/Examples/GUI/DrawImage/build.bat @@ -1,3 +1,3 @@ @echo off -call "%~dp0..\..\..\Lib\build.bat" "%~dp0DrawImage" +call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawImage" copy "%~dp0*.tga" "%~dp0..\..\..\Bin" >nul \ No newline at end of file diff --git a/Examples/GUI/DrawImageEx/build.bat b/Examples/GUI/DrawImageEx/build.bat index 5e93d3b..b4c781f 100644 --- a/Examples/GUI/DrawImageEx/build.bat +++ b/Examples/GUI/DrawImageEx/build.bat @@ -1,3 +1,3 @@ @echo off -call "%~dp0..\..\..\Lib\build.bat" "%~dp0DrawImageEx" +call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawImageEx" copy "%~dp0*.bmp" "%~dp0..\..\..\Bin" >nul \ No newline at end of file diff --git a/Examples/GUI/DrawText/build.bat b/Examples/GUI/DrawText/build.bat index 13eb841..9a51f7e 100644 --- a/Examples/GUI/DrawText/build.bat +++ b/Examples/GUI/DrawText/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0DrawText" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawText" \ No newline at end of file diff --git a/Examples/GUI/GetPixel/build.bat b/Examples/GUI/GetPixel/build.bat index d31f020..8ecc105 100644 --- a/Examples/GUI/GetPixel/build.bat +++ b/Examples/GUI/GetPixel/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0GetPixel" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0GetPixel" \ No newline at end of file diff --git a/Examples/GUI/GetPointOwner/build.bat b/Examples/GUI/GetPointOwner/build.bat index 12862df..3f85b91 100644 --- a/Examples/GUI/GetPointOwner/build.bat +++ b/Examples/GUI/GetPointOwner/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0GetPointOwner" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0GetPointOwner" \ No newline at end of file diff --git a/Examples/GUI/Hello/build.bat b/Examples/GUI/Hello/build.bat index f3b854f..f33ccdb 100644 --- a/Examples/GUI/Hello/build.bat +++ b/Examples/GUI/Hello/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0HelloGUI" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0HelloGUI" \ No newline at end of file diff --git a/Examples/GUI/Screenshot/build.bat b/Examples/GUI/Screenshot/build.bat index 2e44746..3c699cf 100644 --- a/Examples/GUI/Screenshot/build.bat +++ b/Examples/GUI/Screenshot/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0Screenshot" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0Screenshot" \ No newline at end of file diff --git a/Examples/GUI/SetCursor/build.bat b/Examples/GUI/SetCursor/build.bat index 38c71fc..39003c7 100644 --- a/Examples/GUI/SetCursor/build.bat +++ b/Examples/GUI/SetCursor/build.bat @@ -1,3 +1,3 @@ @echo off -call "%~dp0..\..\..\Lib\build.bat" "%~dp0SetCursor" +call "%~dp0..\..\..\Tools\build.bat" "%~dp0SetCursor" copy "%~dp0*.bmp" "%~dp0..\..\..\Bin" >nul \ No newline at end of file diff --git a/Examples/GUI/SetPixel/build.bat b/Examples/GUI/SetPixel/build.bat index 504fb81..7906a13 100644 --- a/Examples/GUI/SetPixel/build.bat +++ b/Examples/GUI/SetPixel/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0SetPixel" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0SetPixel" \ No newline at end of file diff --git a/Examples/GUI/SetWindowPos/build.bat b/Examples/GUI/SetWindowPos/build.bat index 441047a..a8af1b4 100644 --- a/Examples/GUI/SetWindowPos/build.bat +++ b/Examples/GUI/SetWindowPos/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\..\Lib\build.bat" "%~dp0SetWindowPos" \ No newline at end of file +@call "%~dp0..\..\..\Tools\build.bat" "%~dp0SetWindowPos" \ No newline at end of file diff --git a/My/MyConsole/build.bat b/My/MyConsole/build.bat index 9cd660c..0099dbe 100644 --- a/My/MyConsole/build.bat +++ b/My/MyConsole/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\Lib\build.bat" "%~dp0MyConsole" \ No newline at end of file +@call "%~dp0..\..\Tools\build.bat" "%~dp0MyConsole" \ No newline at end of file diff --git a/My/MyGUI/build.bat b/My/MyGUI/build.bat index e2786d4..fe154f0 100644 --- a/My/MyGUI/build.bat +++ b/My/MyGUI/build.bat @@ -1 +1 @@ -@call "%~dp0..\..\Lib\build.bat" "%~dp0MyGUI" \ No newline at end of file +@call "%~dp0..\..\Tools\build.bat" "%~dp0MyGUI" \ No newline at end of file diff --git a/Lib/build.bat b/Tools/build.bat similarity index 90% rename from Lib/build.bat rename to Tools/build.bat index dcfddd9..4b67229 100644 --- a/Lib/build.bat +++ b/Tools/build.bat @@ -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 ) diff --git a/Lib/convert.bat b/Tools/convert.bat similarity index 100% rename from Lib/convert.bat rename to Tools/convert.bat