Don't lock $PluginsDir with SetOutPath even if it is just an example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6956 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9229c5df18
commit
7cdc656628
1 changed files with 1 additions and 2 deletions
|
@ -566,8 +566,7 @@ end:
|
|||
</pre></blockquote>
|
||||
<blockquote><pre>
|
||||
InitPluginsDir
|
||||
SetOutPath $PLUGINSDIR
|
||||
File MyDLL.dll
|
||||
File "/oname=$PLUGINSDIR\MyDLL.dll" MyDLL.dll
|
||||
System::<b>Call</b> "MyDLL::MyFunc(i 5) ? u"
|
||||
Delete $PLUGINSDIR\MyDLL.dll
|
||||
</pre></blockquote>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue