mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
c8215a37df
git-svn-id: svn://svn.cc65.org/cc65/trunk@155 b7a2c559-68d2-44c3-8de9-860c34a00d81
37 lines
603 B
Plaintext
37 lines
603 B
Plaintext
|
|
#
|
|
# This is an example of application resource file
|
|
#
|
|
#
|
|
|
|
# C= DOS name of the program
|
|
dosname="TestApp"
|
|
|
|
# C= DOS type, USR is preferred, but PRG/SEQ might be used here
|
|
dostype=USR
|
|
|
|
# GEOS file type, currently only APPLICATION
|
|
progtype=APPLICATION
|
|
|
|
# GEOS Class field
|
|
class="Class"
|
|
|
|
# GEOS Author field
|
|
author="Maciej Witkowiak"
|
|
|
|
# GEOS Note field
|
|
note="This is C prog compiled with cc65 and GEOSLib."
|
|
|
|
# GEOS version field
|
|
version="V1.0"
|
|
|
|
# GEOS screenmode - for 40/80 columns for GEOS 64/128
|
|
#screenmode=0
|
|
|
|
# if date is commented-out - current will be used
|
|
#day=9
|
|
#month=3
|
|
#year=0
|
|
#hour=5
|
|
#minute=55
|