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
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-06-06 12:40:35 +0300
committerbubnikv <bubnikv@gmail.com>2019-06-06 12:40:35 +0300
commitc9a847a6a609d405d6798e702eaaeabb62f1e539 (patch)
treec5ce7e9b93db2261982a9aed9df8d933439582c3 /Build.PL
parent7a5d3de1c4497efb2d0efa3b6abea6bfdcbac198 (diff)
Support for Visual Studio 2019 Community
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index ef17ec046..1c3b0e3a7 100644
--- a/Build.PL
+++ b/Build.PL
@@ -16,6 +16,8 @@ my %prereqs = qw(
ExtUtils::MakeMaker 6.80
ExtUtils::ParseXS 3.22
ExtUtils::XSpp 0
+ ExtUtils::XSpp::Cmd 0
+ ExtUtils::CppGuess 0
ExtUtils::Typemaps 0
ExtUtils::Typemaps::Basic 0
File::Basename 0