Calls rc.exe if -resource specified

This commit is contained in:
Mikkel Hjortshoej
2018-03-05 11:46:50 +01:00
parent 9274f29ca9
commit cbabc80d92
2 changed files with 61 additions and 13 deletions

View File

@@ -16,6 +16,8 @@ struct BuildContext {
String command;
String out_filepath;
String resource_filepath;
bool has_resource;
String opt_flags;
String llc_flags;
String link_flags;