toolserver(1) is a command line program to invoke ToolServer and to execute MPW tools. For example, thanks to toolserver(1), you can use PowerPC and 68K MPW C/C++ compilers with GNU Make or Xcode. You can also use GNU Make to compile native code of Newton packages, such as LPR Driver. What's New: Version 1.1: [CODEFIX] The status code is now properly parsed. For example, the following line will print foobar: toolserver -i -e ARMCpp foo.zozo || echo foobar if foo.zozo file doesn't exist (or if you don't have ARMCpp in ToolServer's path). [FEATURE] The binary is now generated with optimization for size and without debugging symbols. |