You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
659 B

  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. cd $TM_PROJECT_DIRECTORY
  12. make -s -j2 2&gt;&amp;1 | pre
  13. rescan_project</string>
  14. <key>input</key>
  15. <string>none</string>
  16. <key>name</key>
  17. <string>Build Python</string>
  18. <key>output</key>
  19. <string>showAsHTML</string>
  20. <key>uuid</key>
  21. <string>B545BB1B-A8E1-426C-B50A-426E78B96D38</string>
  22. </dict>
  23. </plist>