Page 1 of 1

[Tool] Autohotkey project builder

Posted: 17 Aug 2019, 14:50
by dani0854
Basically, I needed some kind of tool which can be used to automate project building. So I created a repository and quickly done a very raw version of that builder. Most likely it contains a lot of bugs, and lack functionality for now. But I just needed something that kind of works. It uses a modified version of Ahk2Exe (originally made by fincs) to compile. The idea was to have simple to read and edit script build.ahkb at the root of the project. In that script, it specifies how the project should be built. It works in command line mode only. I am not sure if it will be useful to someone but in case someone needs it.

Here is the link https://github.com/dani0854/AhkBuilder.

I made it in a couple of hours, so yes it is a mess. As I said earlier I just needed something that works, and I am planning to update it slowly until it becomes fully functional and stable. All information on how to use it could be found in README in the repository.