Don't attempt to compile .res files.

This commit is contained in:
Dimitrie O. Paun 2003-03-24 19:29:05 +00:00 committed by Alexandre Julliard
parent a50bd8117f
commit 978f29db41
1 changed files with 1 additions and 0 deletions

View File

@ -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));