Hi Paul, Regarding the error when you are trying to run the script: I suspect that you have another name for your build target then TARGET_TARGETNAME. This is only a variable name that I use for my build target names. Yours is probably something completely different. Check your what the first variable in ADD_EXECUTABLE or ADD_LIBRARY in your CMake script and use that variable instead of TARGET_TARGETNAME.
Regarding your second question: The script is complete, when you are amending manifests to DLL files you need to change the characters #1 to #2 in the script. I have updated my gist comment to reflect this: https://gist.github.com/bjornblissing/6fc452fe7ec1fdfe3419#gistcomment-1317136 Hope that solves your issues. Regards Björn ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=67132#67132 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

