gavanderhoorn / ktransw_py

A wrapper around Fanuc Robotics' ktrans that makes it work a little more like a modern compiler
Apache License 2.0
18 stars 8 forks source link

Support dependency generation and compilation in single invocation #10

Closed gavanderhoorn closed 8 years ago

gavanderhoorn commented 8 years ago

The current implementation does not support generating dependency files (.d) and compilation in a single invocation (after writing out the dependency information, ktransw exits).

gcc does support both in a single invocation, and so should ktransw.

gavanderhoorn commented 8 years ago

Fixed in 5c03c241f5beb69ebf6ee2ed0b5d1b31c06a82ae: ktransw no longer unconditionally exits after generation of the dependency information.