| 123456789101112131415161718192021222324252627282930313233 |
- ##########################################################################
- # Application Independent Definitions
- # This file is auto-generated by the SimSH simulator.
- # Do not change this file manually;
- # make the changes in the project file instead.
- ##########################################################################
- ##########################################################################
- # Application
- # File name of *.pva, *.abs, *.dbg files
- TARGET=hexagon
- # PV Application Title (displayed in PV menu)
- TITLE="hexagon"
- # Program version (ex 0100 -> 1.00)
- VERSION=0100
- # Application sources
- FILE0=draw_states
- FILE1=init_states
- FILE2=MonochromeLib
- FILE3=states
- FILE4=syscall
- FILE5=update_states
- FILE6=ECode
- FILE7=hexagon
- FILE8=wall
- FILE9=fixed
- FILE10=pattern
- ##########################################################################
|