Commit 6d659d7e authored by Alexandre Julliard's avatar Alexandre Julliard

makedep: Add dependencies for the msg.pot file.

parent 945ccf52
......@@ -858,7 +858,7 @@ static int output_src( FILE *file, INCL_FILE *pFile, int *column )
}
else if (!strcmp( ext, "mc" )) /* message file */
{
*column += fprintf( file, "%s.res: %s", obj, pFile->filename );
*column += fprintf( file, "msg.pot %s.res: %s", obj, pFile->filename );
}
else if (!strcmp( ext, "idl" )) /* IDL file */
{
......
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