mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: pkg_config support
git-svn-id: svn://ultimatepp.org/upp/trunk@13559 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d9441f86d0
commit
13ebef1bff
6 changed files with 30 additions and 10 deletions
|
|
@ -347,6 +347,7 @@ public:
|
|||
Array<OptItem> link;
|
||||
Array<OptItem> option;
|
||||
Array<OptItem> include;
|
||||
Array<OptItem> pkg_config;
|
||||
Array<File> file;
|
||||
Array<Config> config;
|
||||
Array<CustomStep> custom;
|
||||
|
|
@ -442,6 +443,8 @@ struct Builder {
|
|||
bool main_conf;
|
||||
bool allow_pch;
|
||||
FileTime start_time;
|
||||
|
||||
Index<String> pkg_config; // names of packages for pkg-config
|
||||
|
||||
String CmdX(const char *s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue