From 0b5aac24dcd94bdc6101057fe179710115c7adea Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Wed, 31 Oct 2018 21:23:06 +0100 Subject: [PATCH] Change STINKR link script to ITS file names. --- src/stinkr/stinkr.stinkr | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/stinkr/stinkr.stinkr b/src/stinkr/stinkr.stinkr index a756806c..2ce00348 100644 --- a/src/stinkr/stinkr.stinkr +++ b/src/stinkr/stinkr.stinkr @@ -1,10 +1,8 @@ -x clib -l c20hak -l stinkr -l ssym -l sread -l sload -l sjob20 -l sjob -o stinkr.exe - \ No newline at end of file +x c/clib +l stinkr.stk +l ssym.stk +l sread.stk +l sload.stk +l sjob10.stk +l sjob.stk +o ts.stinkr