Commit 0fc2f638 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Add install dependency for PE builtins.

parent 11065607
......@@ -2406,6 +2406,7 @@ static void output_install_rules( struct makefile *make, enum install_rules rule
const char *file = files.str[i];
switch (*files.str[i + 1])
{
case 'c': /* cross-compiled program */
case 'd': /* data file */
case 'p': /* program file */
case 's': /* script */
......
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