This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

source: ps/trunk/build/premake/premake5/src/_modules.lua

Last change on this file was 22021, checked in by Itms, 6 years ago

Upgrade premake5 from alpha12 to alpha13, refs #3729.

Fixes an issue on macOS Mojave that was patched in rP21941.

The list of changes can be found under build/premake/premake5/CHANGES.txt.

File size: 227 bytes
Line 
1--
2-- _modules.lua
3-- The list of core modules to preload on startup
4-- Copyright (c) 2015 Jason Perkins and the Premake project
5--
6
7 return {
8 "gmake",
9 "vstudio",
10 "xcode",
11 "codelite",
12 "gmake2",
13 "d",
14 "android",
15 }
Note: See TracBrowser for help on using the repository browser.