repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
config/make.tmpl: pass -nix flag also to LDFLAGS of configure
[AROS.git]
/
rom
/
filesys
/
console_handler
/
con_handler.conf
blob
b2b1f6a64e2dda420e0e4dfb7a07a4935d2996bf
1
##begin config
2
version 41.7
3
basename con
4
residentpri -124
5
handler_func CONMain
6
##end config
7
8
##begin handler
9
.priority 5
10
.startup 0
11
DosNode=CON
12
.startup 1
13
DosNode=RAW
14
##end handler
15