diff --git a/src/c/c.stinkr b/src/c/c.stinkr index ee586bc6..ba243ee3 100644 --- a/src/c/c.stinkr +++ b/src/c/c.stinkr @@ -1,11 +1,10 @@ -x clib -l c31 -l c32 -l c33 -l c34 -l c35-10 -l c91 -l c94 -l c95 -l c20hak -o c20c.exe +x c/clib +l c31.stk +l c32.stk +l c33.stk +l c34.stk +l c3510 +l c91.stk +l c94.stk +l c95.stk +o _c.bin diff --git a/src/c/c4220.mid b/src/c/c4220.mid index b5bb4c50..e38e6a79 100644 Binary files a/src/c/c4220.mid and b/src/c/c4220.mid differ diff --git a/src/c/lp.stinkr b/src/c/lp.stinkr index 8a8a4631..8919324e 100644 --- a/src/c/lp.stinkr +++ b/src/c/lp.stinkr @@ -1,13 +1,12 @@ -x clib -l c1 -l c21 -l c22 -l c23 -l c24 -l c25 -l c26-10 -l c91 -l c92 -l c95 -l c20hak -o c20lp.exe +x c/clib +l c1.stk +l c21.stk +l c22.stk +l c23.stk +l c24.stk +l c25.stk +l c2610 +l c91.stk +l c92.stk +l c95.stk +o _lp.bin diff --git a/src/c/m.stinkr b/src/c/m.stinkr index 63e4013e..32b9aa62 100644 --- a/src/c/m.stinkr +++ b/src/c/m.stinkr @@ -1,11 +1,9 @@ -x clib -l c41 -l c42-20 -l c43-20 -l c92 -l c93 -l c94 -l c95 -l c20sry -l c20hak -o c20m.exe +x c/clib +l c41.stk +l c4220 +l c4320 +l c92.stk +l c93.stk +l c94.stk +l c95.stk +o _m.bin diff --git a/src/c/testc.stinkr b/src/c/testc.stinkr index 2c092369..627908c3 100644 --- a/src/c/testc.stinkr +++ b/src/c/testc.stinkr @@ -1,3 +1,3 @@ -x clib -l testc -o testc.exe +x c/clib +l testc.stk +o ts.testc