File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 <NodeVersion Condition =" '$(NodeVersion)' == '' " >0.0.0.0</NodeVersion >
1414 </PropertyGroup >
1515 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
16- <OutputPath >..\..\$(Configuration)\</OutputPath >
16+ <OutputPath >..\..\..\ $(Configuration)\</OutputPath >
1717 <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
1818 <DefineConstants >Debug;ProductVersion=$(NodeVersion)</DefineConstants >
1919 </PropertyGroup >
2020 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
21- <OutputPath >..\..\$(Configuration)\</OutputPath >
21+ <OutputPath >..\..\..\ $(Configuration)\</OutputPath >
2222 <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
2323 <DefineConstants >Debug;ProductVersion=$(NodeVersion)</DefineConstants >
2424 </PropertyGroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
33
4- <?define sourcedir =" $(var.ProjectDir)..\..\$(var.Configuration)\" ?>
4+ <?define sourcedir =" $(var.ProjectDir)..\..\..\ $(var.Configuration)\" ?>
55
66 <Product Id =" cc6c176e-e26c-48ec-8970-f58bd1d046cf"
77 Name =" node.js"
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ if errorlevel 1 goto exit
7575:msi
7676@ rem Skip msi generation if not requested
7777if not defined msi goto run
78- python " %~dp0 tools\msi\getnodeversion.py" < " %~dp0 src\node_version.h" > " %temp% \node_version.txt"
78+ python " %~dp0 tools\msvs\ msi\getnodeversion.py" < " %~dp0 src\node_version.h" > " %temp% \node_version.txt"
7979if not errorlevel 0 echo Cannot determine current version of node.js & goto exit
8080for /F " tokens=*" %%i in (%temp% \node_version.txt) do set NODE_VERSION = %%i
81- msbuild " %~dp0 tools\msi\nodemsi.sln" /t:Clean,Build /p:Configuration=%config% /p:NodeVersion=%NODE_VERSION% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo
81+ msbuild " %~dp0 tools\msvs\ msi\nodemsi.sln" /t:Clean,Build /p:Configuration=%config% /p:NodeVersion=%NODE_VERSION% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo
8282if errorlevel 1 goto exit
8383
8484:run
You can’t perform that action at this time.
0 commit comments