From 71d0ec460349aae6e9701685c5960d5e6ab65519 Mon Sep 17 00:00:00 2001 From: Freeman Date: Sat, 20 Jun 2020 18:25:50 +0300 Subject: [PATCH] How to automate compiling KolibriOS applications from IDE --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index b470576..ce297bc 100644 --- a/readme.md +++ b/readme.md @@ -34,6 +34,12 @@ Open program in the IDE, press `Ctrl+F9`. Compiled `.exe` file will appear in `B convert hello.exe ```` +To automate this process, you can add `Build` item to Delphi `Tools` menu: + +![How to add Build item to Delphi Tools menu](http://forum.cantorsys.com/misc.php?action=pun_attachment&item=38&download=0) + +For your projects, please ensure if you have correct `build.bat` script. + ## Compiling from command line To compile an example, use `build.bat` script included to its directory. If RTL not built yet, it will build automatically. Build script automates all compling and converting operations, so `Bin` directory will contain KolibriOS executable immediately after the run.