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:
kichik 2007-03-01 21:05:43 +00:00
parent 695fddbc32
commit 9cbba1c7ba
2 changed files with 8 additions and 7 deletions

View file

@ -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)