mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
|
|
||
|
; this is resource file for hello1.c, a GEOS application example
|
||
|
|
||
|
HEADER APPLICATION "conio" "ConIO" "V0.1" {
|
||
|
dostype USR
|
||
|
author "Maciej Witkowiak"
|
||
|
info "This is an example for a conio app."
|
||
|
}
|