Include .inc files in generated project files.

This commit is contained in:
gibbed 2016-06-24 00:06:40 -05:00
parent 33662737ac
commit 367742ee54
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ local function match_platform_files(base_path, base_match)
base_path.."/"..base_match..".c", base_path.."/"..base_match..".c",
base_path.."/"..base_match..".cc", base_path.."/"..base_match..".cc",
base_path.."/"..base_match..".cpp", base_path.."/"..base_match..".cpp",
base_path.."/"..base_match..".inc",
}) })
removefiles({base_path.."/".."**_main.cc"}) removefiles({base_path.."/".."**_main.cc"})
removefiles({base_path.."/".."**_test.cc"}) removefiles({base_path.."/".."**_test.cc"})