Skip to content
Snippets Groups Projects
Commit 978f29db authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard
Browse files

Don't attempt to compile .res files.

parent a50bd811
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment