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>2017-08-30 11:03:32 +0300
committerbubnikv <bubnikv@gmail.com>2017-08-30 11:03:32 +0300
commit38e35cefc7fa90f17fd2e2f8b7b0ea18c0406bac (patch)
treef97713e70da4f13b4eb9e2a54b46bdc6aceecc68 /slic3r.sublime-project
parent4bd694e205bb785fd37eb0bce8187dbd57b99845 (diff)
Removed the Perl Build.PL for the XS module. This has been replaced
by the CMake based build system.
Diffstat (limited to 'slic3r.sublime-project')
-rw-r--r--slic3r.sublime-project8
1 files changed, 4 insertions, 4 deletions
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":