symbian-qemu-0.9.1-12/python-2.6.1/Misc/TextMate/Python-Dev.tmbundle/Commands/Build.tmCommand
equal
deleted
inserted
replaced
|
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> |