mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-16 05:35:36 +00:00
b856281197
Directly taken from https://premake.github.io/. Refs #3729. This was SVN commit r20366.
10 lines
122 B
Lua
10 lines
122 B
Lua
require ("d")
|
|
|
|
return {
|
|
"test_visualstudio.lua",
|
|
"test_gmake.lua",
|
|
"test_dmd.lua",
|
|
"test_gdc.lua",
|
|
"test_ldc.lua",
|
|
}
|