From 015688f506c50f753abf715ac36b684d7c621cff Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 17 Dec 2015 02:43:23 +0200 Subject: Compile Windows resources. Closes #333. --- compilers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilers.py') diff --git a/compilers.py b/compilers.py index 0567764e9..00b2ecfcf 100644 --- a/compilers.py +++ b/compilers.py @@ -27,7 +27,7 @@ header_suffixes = ['h', 'hh', 'hpp', 'hxx', 'H', 'moc', 'vapi'] cpp_suffixes = ['cc', 'cpp', 'cxx', 'h', 'hh', 'hpp', 'hxx', 'c++'] c_suffixes = ['c'] clike_suffixes = c_suffixes + cpp_suffixes -obj_suffixes = ['o', 'obj'] +obj_suffixes = ['o', 'obj', 'res'] def is_header(fname): if hasattr(fname, 'fname'): -- cgit v1.2.1