mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-19 15:56:49 +00:00
b856281197
Directly taken from https://premake.github.io/. Refs #3729. This was SVN commit r20366.
10 lines
138 B
Lua
10 lines
138 B
Lua
return {
|
|
"_preload.lua",
|
|
"d.lua",
|
|
"actions/gmake.lua",
|
|
"actions/vstudio.lua",
|
|
"tools/dmd.lua",
|
|
"tools/gdc.lua",
|
|
"tools/ldc.lua",
|
|
}
|