Unified GEOS sample resource file names.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5326 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
|
||||
; this is resource file for filesel.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "filesel" "FileSel" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
; this is resource file for hello1.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "hello1" "Hello 1" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
; this is resource file for hello2.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "hello2" "Hello 2" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
; this is resource file for rmvprot.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "rmvprot" "RmvProt" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
;info "This is C prog compiled with cc65 and GEOSLib."
|
||||
info "This will remove write protection from your bootdisk."
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
; this is resource file for yesno.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "vectordemo" "VectorDemo" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
; this is resource file for yesno.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "yesno" "YesNo" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
8
samples/geos/fileselres.grc
Normal file
8
samples/geos/fileselres.grc
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
; this is the resource file for filesel.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "filesel" "FileSel" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is a C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
8
samples/geos/hello1res.grc
Normal file
8
samples/geos/hello1res.grc
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
; this is the resource file for hello1.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "hello1" "Hello 1" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is a C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
8
samples/geos/hello2res.grc
Normal file
8
samples/geos/hello2res.grc
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
; this is the resource file for hello2.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "hello2" "Hello 2" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is a C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
8
samples/geos/rmvprotres.grc
Normal file
8
samples/geos/rmvprotres.grc
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
; this is the resource file for rmvprot.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "rmvprot" "RmvProt" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This will remove the write protection from your bootdisk."
|
||||
}
|
||||
8
samples/geos/vector-demores.grc
Normal file
8
samples/geos/vector-demores.grc
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
; this is the resource file for vector-demo.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "vectordemo" "VectorDemo" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is a C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
8
samples/geos/yesnores.grc
Normal file
8
samples/geos/yesnores.grc
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
; this is the resource file for yesno.c, a GEOS application example
|
||||
|
||||
HEADER APPLICATION "yesno" "YesNo" "V1.0" {
|
||||
dostype USR
|
||||
author "Maciej Witkowiak"
|
||||
info "This is a C prog compiled with cc65 and GEOSLib."
|
||||
}
|
||||
Reference in New Issue
Block a user