diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2018-03-10 13:42:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-10 13:42:25 +0000 |
| commit | 52f60c706aa41ec068698599adefa9189f4a02e3 (patch) | |
| tree | f44a218ba1bace9a5c269ef3efde4d42a2b872fd /src/build_settings.cpp | |
| parent | fff4ead96ab7cab8091f990e6a947a08a23fd3a4 (diff) | |
| parent | 3574341b6b954879dd1274e10bbdf4b1b51765a4 (diff) | |
Merge pull request #199 from ThisDrunkDane/resource
Resource Compiler calling
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 11f52d258..f01b6a3ad 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -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; |