Question:
How to generate a makefile from a VisualDSP++ project?
Answer:
There is no command line switch to generate a makefile from a VisualDSP++ project. However, there are ways this can be achieved through the VisualDSP++ Automation Interface. The makefile generation is done through the ADspProject object's "ExportToMakefile" method, export the makefile using a script.
For more information, see the documentation at 'Help: Contents: Automation: Automation: API Reference: ADspProject:ExportToMakefile'.
This document was generated from the following discussion: Command line VDSP - export makefile