1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00
cc65/samples/geos/sampleresource.res
cuz c8215a37df Added more sample programs from Maciek
git-svn-id: svn://svn.cc65.org/cc65/trunk@155 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-07-16 17:36:41 +00:00

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