Include dirs (${NSISDIR}\Inclue is automatically one of them, use !AddIncludeDir to add more). Fixed a bug with SetStaticBkColor (-1)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1958 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-12-15 20:54:17 +00:00
parent 92029c8558
commit 6896e04c79
5 changed files with 50 additions and 3 deletions

View file

@ -194,6 +194,8 @@ class CEXEBuild {
db_comp_save_u, db_full_size_u;
int build_sections_req,build_sections_div;
StringList include_dirs;
StringList ns_func, ns_label; // function and label namespaces
int build_cursection_isfunc;