Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12 from steveoh/master
Browse files Browse the repository at this point in the history
windows build.
  • Loading branch information
Scott Davis committed Sep 26, 2013
2 parents 63622bb + f7dae81 commit 87e2e48
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pel.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@
],
"path": "/"
}],
"build_systems": [
{
"name": "AGRC Build",
"build_systems": [{
"name": "AGRC Build",
"working_dir": "$project_path",
"osx": {
"cmd": ["bash ./build.sh"],
"working_dir": "$project_path",
"shell": true
},
"windows": {
"cmd": ["build.bat"],
"path": "C:\\Program Files (x86)\\Java\\jre7\\bin\\;C:\\Program Files (x86)\\Git\\bin;" //install http://msysgit.github.io/
}
]
}]
}

0 comments on commit 87e2e48

Please sign in to comment.