Commit ad44edeb authored by Alexandre Julliard's avatar Alexandre Julliard

makedep: Add dependency on locale.nls for rc files.

wrc will load locale.nls if the rc file uses a non-English language. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 701ed259
......@@ -2650,6 +2650,7 @@ static void output_source_rc( struct makefile *make, struct incl_file *source, c
}
output( "%s.res: %s", obj_dir_path( make, obj ), source->filename );
output_filename( tools_path( make, "wrc" ));
if (make->src_dir) output_filename( "nls/locale.nls" );
output_filenames( source->dependencies );
output( "\n" );
output( "\t%s%s -u -o $@", cmd_prefix( "WRC" ), tools_path( make, "wrc" ) );
......
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