fixed bug #1670741 - NSIS Menu can't be built on linux due to .rc & .cpp -> .o
added automatic code that changes the target name of resource files to something slightly unique git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4960 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
695fddbc32
commit
9cbba1c7ba
2 changed files with 8 additions and 7 deletions
|
@ -25,4 +25,4 @@ docs = Split("""
|
|||
|
||||
Import('BuildPlugin')
|
||||
|
||||
BuildPlugin(target, files, libs, examples, docs, res = resources, res_target = 'StartMenuRC')
|
||||
BuildPlugin(target, files, libs, examples, docs, res = resources)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue