소스 검색

make sublime build work on Windows

Vladislav Folts 9 년 전
부모
커밋
d6398680f6
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Sublime Text/Oberon/Oberon.sublime-build

+ 3 - 1
Sublime Text/Oberon/Oberon.sublime-build

@@ -1,5 +1,7 @@
 {
 {
     "cmd": ["build.py", "--file=$file", "compile"],
     "cmd": ["build.py", "--file=$file", "compile"],
     "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
     "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
-    "selector": "source.oberon"
+    "selector": "source.oberon",
+    "working_dir": "${project_path:${folder}}",
+    "shell": true
 }
 }