summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-06-16 19:20:45 -0500
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-06-16 19:20:45 -0500
commit4f1782ef750fb171eb90a1d97b14e2ed3a8a165d (patch)
tree0d3eda64b171d78951017178fd5b075b42c7d158 /tools
parentc047127410b96c705ffe8d9990fb4751b4ea1eaf (diff)
parente22ea56647bb72602a0c2d4494a997a4d913bf72 (diff)
downloadandroid-node-v8-4f1782ef750fb171eb90a1d97b14e2ed3a8a165d.tar.gz
android-node-v8-4f1782ef750fb171eb90a1d97b14e2ed3a8a165d.tar.bz2
android-node-v8-4f1782ef750fb171eb90a1d97b14e2ed3a8a165d.zip
Merge remote-tracking branch 'upstream-rw/v0.10'
Diffstat (limited to 'tools')
-rw-r--r--tools/msvs/msi/nodemsi.wixproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/msvs/msi/nodemsi.wixproj b/tools/msvs/msi/nodemsi.wixproj
index 891291d196..1059bccb22 100644
--- a/tools/msvs/msi/nodemsi.wixproj
+++ b/tools/msvs/msi/nodemsi.wixproj
@@ -58,11 +58,11 @@
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<Target Name="BeforeBuild">
- <HeatDirectory ToolPath="$(WixToolPath)" Directory="..\..\..\deps\npm" PreprocessorVariable="var.NpmSourceDir" DirectoryRefId="NodeModulesFolder" ComponentGroupName="NpmSourceFiles" GenerateGuidsNow="true" SuppressFragments="false" OutputFile="..\..\..\npm.wxs">
+ <HeatDirectory ToolPath="$(WixToolPath)" Directory="..\..\..\deps\npm" PreprocessorVariable="var.NpmSourceDir" DirectoryRefId="NodeModulesFolder" ComponentGroupName="NpmSourceFiles" GenerateGuidsNow="true" SuppressFragments="false" OutputFile="..\..\..\npm.wxs" RunAsSeparateProcess="true">
</HeatDirectory>
</Target>
<PropertyGroup>
<PostBuildEvent>move "!(TargetPath)" "$(TargetDir)\$(TargetFileName)"
move "!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)"</PostBuildEvent>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>