a bit more support for non-Windows platforms
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4598 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2ca8151f8a
commit
fa2fc9037c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ The macros are stored in the header file Library.nsh, which should be included i
|
|||
|
||||
\c !include Library.nsh
|
||||
|
||||
Note that you can only compile scripts using this system on Windows systems. It is not possible to compile on Linux etc.
|
||||
Note that the library macros are limited on non-Windows platforms. Type libraries are supported only when compiling on Windows platforms and DLL version information is required when compiling on non-Windows platforms.
|
||||
|
||||
|
||||
\H{library_install} Library Installation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue