add a geos resource file to the "ascii" sample, removes the linker warnings (and makes the program actually work in GEOS)

This commit is contained in:
mrdudz
2025-07-15 17:56:45 +02:00
parent 4cbdb55fbc
commit 3ea8cae0ee
2 changed files with 32 additions and 2 deletions

7
samples/asciires.grc Normal file
View File

@@ -0,0 +1,7 @@
; this is the resource file for ascii.c, a GEOS application example
HEADER APPLICATION "ascii" "ascii" "V0.1" {
dostype USR
author "cc65 team"
info "This is a cc65 sample."
}