SickheadGames / Torsion

The TorqueScript IDE for Torque engine games and mods.
http://www.sickheadgames.com
Other
37 stars 37 forks source link

Refactor Build Script #4

Open tomspilman opened 8 years ago

tomspilman commented 8 years ago

We need to rewrite the existing build script for compiling and packaging Torsion for release on Windows.

Ideally this script is MSBuild based and doesn't require installation of Python or any other such garbage.

dottools commented 8 years ago

Probably go the CMake route that way it's the same across all three platforms (Windows, Linux, and OS X).

tomspilman commented 8 years ago

As much as a loathe CMake that might not be a bad idea thinking beyond just Windows.

Is there anything else out there that is more modern and lightweight? Is Premake still actively developed (https://premake.github.io/)?

tomspilman commented 8 years ago

Hah... I got confused after you mentioned CMake which is both a project generator and a build scripting system. Premake is just a project generator really... so it isn't a solution for this.

We are really just looking for build scripting and would really like to leave project generation out of it. We should be able to manage the 3 projects we need all on our own.

JeffProgrammer commented 8 years ago

@tomspilman there's a fork of premake that is actively maintained called GENie. https://github.com/bkaradzic/GENie