summaryrefslogtreecommitdiffhomepage
path: root/LanguageSettings.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-10 21:15:30 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-10 21:15:30 +0200
commita7e016c2c633667b561a0f26ebde88cb26571d1c (patch)
tree7c66727de7022d5d962448be365dd059bb0ecac1 /LanguageSettings.h
parentbfdb4e9d2cfc7890c5f194e670039fa76c391330 (diff)
Build static and dynamic libs
Diffstat (limited to 'LanguageSettings.h')
-rw-r--r--LanguageSettings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LanguageSettings.h b/LanguageSettings.h
index 0b4701c..0378d81 100644
--- a/LanguageSettings.h
+++ b/LanguageSettings.h
@@ -11,6 +11,7 @@ public:
std::string getCompileCommand(const std::filesystem::path& target,
const std::filesystem::path &source,
+ const std::filesystem::path& build,
const std::vector<std::filesystem::path>& includepaths) const;
std::string getLinkCommand(const std::filesystem::path& target,
const std::vector<std::filesystem::path> &inputs,
@@ -24,5 +25,7 @@ private:
std::string LDFLAGS;
std::string LDLIBS;
std::string LIBS;
+
+ std::string AR;
};