premake/tests/actions
Jason Perkins 2ee4d7aca7 Replace customVar() and customList() with per-rule property setters.
Example:
rule "MyCustomRule"
   -- (definition of rule)

project "MyProject"
   myCustomRuleVars {
      MyStringProperty = "Value",
      MyListProperty = { "Value", "Value" }
   }
2014-10-20 18:45:05 -04:00
..
make Rework oven to use new container APIs; can now bake rules as well 2014-10-16 16:17:59 -04:00
vs2012 Modernizing pass over VS'10 file generation 2014-06-11 16:05:25 -04:00
vs2013 Disable VS 2013 duplicated file warnings 2014-05-22 10:26:16 -04:00
vstudio Replace customVar() and customList() with per-rule property setters. 2014-10-20 18:45:05 -04:00