cmcldeps: Suppress rc dummy output

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.
This commit is contained in:
Orgad Shaneh
2021-11-29 09:34:53 +02:00
parent f9a657ee5d
commit 1336a76380

View File

@@ -294,7 +294,8 @@ int main()
return exit_code;
// compile rc file with rc.exe
return process(srcfilename, "", objfile, prefix, binpath + " " + rest);
return process(srcfilename, "", objfile, prefix, binpath + " " + rest,
std::string(), true);
}
usage("Invalid language specified.");