mirror of
https://github.com/cc65/cc65.git
synced 2026-04-21 09:17:52 +00:00
File no longer needed
git-svn-id: svn://svn.cc65.org/cc65/trunk@233 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user