Added experimental Target and CPU attributes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6664 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5e4e293df7
commit
f88888388a
5 changed files with 69 additions and 41 deletions
|
@ -76,6 +76,8 @@ enum
|
|||
TOK_VI_SETPRODUCTVERSION,
|
||||
TOK_VI_SETFILEVERSION,
|
||||
#ifdef _UNICODE
|
||||
TOK_TARGET,
|
||||
TOK_TARGETCPU,
|
||||
TOK_TARGETUNICODE,
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue