Commit 978f29db authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Don't attempt to compile .res files.

parent a50bd811
......@@ -140,6 +140,7 @@ char *get_obj_file(char **argv, int n)
if (strendswith(argv[n], ".o")) return argv[n];
if (strendswith(argv[n], ".a")) return argv[n];
if (strendswith(argv[n], ".res")) return argv[n];
tmpobj = get_temp_file(".o");
compargv = malloc(sizeof(char*) * (n + 10));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment