From 38e35cefc7fa90f17fd2e2f8b7b0ea18c0406bac Mon Sep 17 00:00:00 2001 From: bubnikv Date: Wed, 30 Aug 2017 10:03:32 +0200 Subject: Removed the Perl Build.PL for the XS module. This has been replaced by the CMake based build system. --- slic3r.sublime-project | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'slic3r.sublime-project') diff --git a/slic3r.sublime-project b/slic3r.sublime-project index bd3b41d17..64c511d75 100644 --- a/slic3r.sublime-project +++ b/slic3r.sublime-project @@ -20,12 +20,12 @@ }, { "name": "xs", - "working_dir": "$project_path/xs", + "working_dir": "$project_path/build", // for Visual Studio: "file_regex": "^(..[^:]*)\\(([0-9]+)\\)(.*)$", // For GCC: // "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", - "shell_cmd": "chdir & perl Build install", + "shell_cmd": "chdir & ninja", "env": { // "PATH": "C:\\Program Files (x86)\\MSBuild\\12.0\\bin\\amd64;C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\BIN\\amd64;C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE;C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\Tools;%PATH%;c:\\wperl64d\\site\\bin;c:\\wperl64d\\bin", // "PERL_CPANM_HOME": "c:\\wperl64d\\cpanm", @@ -38,9 +38,9 @@ }, { "name": "xs & run", - "working_dir": "$project_path/xs", + "working_dir": "$project_path/build", "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", - "shell_cmd": "chdir & perl Build install & cd .. & perl slic3r.pl --gui \"..\\Slic3r-tests\\star3-big2.stl\"" + "shell_cmd": "chdir & ninja & cd .. & perl slic3r.pl --gui \"..\\Slic3r-tests\\star3-big2.stl\"" } ], "folders": -- cgit v1.2.3