diff options
Diffstat (limited to '3rdparty/genie/src/actions/make/make_csharp.lua')
-rw-r--r-- | 3rdparty/genie/src/actions/make/make_csharp.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/genie/src/actions/make/make_csharp.lua b/3rdparty/genie/src/actions/make/make_csharp.lua index ea6a0fcf410..fcfac790d25 100644 --- a/3rdparty/genie/src/actions/make/make_csharp.lua +++ b/3rdparty/genie/src/actions/make/make_csharp.lua @@ -86,6 +86,9 @@ _p('# %s project makefile autogenerated by GENie', premake.action.current().shortname) _p('') + _p('.SUFFIXES:') -- Delete the default suffix rules. + _p('') + _p('ifndef config') _p(' config=%s', _MAKE.esc(prj.configurations[1]:lower())) _p('endif') |