Derived C file

Discussion of issues related to writing ZBasic applications for targets other than ZX devices, i.e. generic targets.
Post Reply
stevech
Posts: 715
Joined: 22 February 2006, 20:56 PM

Derived C file

Post by stevech »

How does one view the Derived C file
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Derived C file

Post by dkinzer »

stevech wrote:How does one view the Derived C file
Add --keep-files to your project. The generated .c files will be in the subdirectory "zxTempDir/<proj-name>" relative to the directory containing the project file, where <proj-name> is the base part of the project file name (i.e. without path or extension).
- Don Kinzer
stevech
Posts: 715
Joined: 22 February 2006, 20:56 PM

Post by stevech »

many thanks.
Post Reply