Last change
on this file was 2, checked in by Yuri Dario, 15 years ago |
Initial import for vendor code.
|
-
Property svn:eol-style
set to
native
|
File size:
659 bytes
|
Line | |
---|
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 |
|
---|
12 | cd $TM_PROJECT_DIRECTORY
|
---|
13 | make -s -j2 2>&1 | pre
|
---|
14 |
|
---|
15 | rescan_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>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.