• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>beforeRunningCommand</key>
6	<string>nop</string>
7	<key>command</key>
8	<string># XXX TODO
9# - Highlight any compiler warnings for Python code.
10# - Point out if compile failed.
11
12cd $TM_PROJECT_DIRECTORY
13make -s -j2 2&gt;&amp;1 | pre
14
15rescan_project</string>
16	<key>input</key>
17	<string>none</string>
18	<key>name</key>
19	<string>Build Python</string>
20	<key>output</key>
21	<string>showAsHTML</string>
22	<key>uuid</key>
23	<string>B545BB1B-A8E1-426C-B50A-426E78B96D38</string>
24</dict>
25</plist>
26