# HG changeset patch # User Dan # Date 1249348364 14400 # Node ID 4b8e729b72fc41c1829ff92654c2546e9b86bc69 # Parent feec5a7d3f7d7a8ce633b5cdd28b13ba5562a351 Made XPUI.nsh add the Plugin and Include directories relative to XPUI_SYSDIR to make detached installations work better. diff -r feec5a7d3f7d -r 4b8e729b72fc Contrib/ExperienceUI/XPUI.nsh --- a/Contrib/ExperienceUI/XPUI.nsh Mon Aug 03 19:54:04 2009 -0400 +++ b/Contrib/ExperienceUI/XPUI.nsh Mon Aug 03 21:12:44 2009 -0400 @@ -39,6 +39,10 @@ !define XPUI_SYSDIR "${NSISDIR}\Contrib\ExperienceUI" !endif +; Add include and plugin directories +!addincludedir "${XPUI_SYSDIR}\..\..\Include" +!addplugindir "${XPUI_SYSDIR}\..\..\Plugins" + ; Do some pretty stuff !verbose 4