diff options
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 8d0a71c6..e35378cb 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -10,6 +10,7 @@ <YourPerlPath>c:\mozilla-build\perl-5.20</YourPerlPath> <YourPython2Path>c:\mozilla-build\python-2.7</YourPython2Path> <YourPython3Path>c:\mozilla-build\python-3.4</YourPython3Path> + <YourWinSparklePath>c:\mozilla-build\WinSparkle</YourWinSparklePath> <!-- YOU SHOULDN'T TOUCH ANYTHING BELOW --> @@ -19,6 +20,7 @@ <DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot> <GendefPath>$(YourGendefPath)</GendefPath> <MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath> + <WinSparklePath>$(YourWinSparklePath)\$(PlatformName)</WinSparklePath> <PerlPath>$(YourPerlPath)\$(PlatformName)</PerlPath> <PerlLib>perl520</PerlLib> <Python2Path>$(YourPython2Path)\$(PlatformName)</Python2Path> |