Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-05-02 13:27:46 +0300
committerVojtech Kral <vojtech@kral.hk>2018-05-02 13:49:48 +0300
commit97a948fa522bab8c9ac0a8b4de62c3fe21e1e396 (patch)
treeb5951123acd1de91008bac7abd9c4559be67e8b7 /cmake
parent3cd7987af4b6cbb6910eb612fa96775b34c11a0b (diff)
Fix Perl path MSVC props file #857
Diffstat (limited to 'cmake')
-rw-r--r--cmake/msvc/xs.wperl64d.props.in (renamed from cmake/msvc/xs.wperl64d.props)10
1 files changed, 7 insertions, 3 deletions
diff --git a/cmake/msvc/xs.wperl64d.props b/cmake/msvc/xs.wperl64d.props.in
index b604a56e2..5c7461dc7 100644
--- a/cmake/msvc/xs.wperl64d.props
+++ b/cmake/msvc/xs.wperl64d.props.in
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ This file is autogenerated by CMake
+ Note: In the .in template file, the $ {}-style variables are interpreted by CMake while the $()-style variables belong to MSVC
+-->
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets">
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
- <ExecutablePath>$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(FxCopDir);$(PATH);c:\wperl64d\bin\;</ExecutablePath>
+ <ExecutablePath>$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(FxCopDir);$(PATH);${PROPS_PERL_BIN_PATH}\;</ExecutablePath>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup />
<PropertyGroup>
- <LocalDebuggerCommand>C:\wperl64d\bin\perl.exe</LocalDebuggerCommand>
+ <LocalDebuggerCommand>${PROPS_PERL_EXECUTABLE}</LocalDebuggerCommand>
<LocalDebuggerCommandArguments>slic3r.pl</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
- <LocalDebuggerWorkingDirectory>..\..</LocalDebuggerWorkingDirectory>
+ <LocalDebuggerWorkingDirectory>${PROPS_CMAKE_SOURCE_DIR}</LocalDebuggerWorkingDirectory>
</PropertyGroup>
</Project>