mirror of
https://github.com/elliotnunn/ResExtract.git
synced 2024-12-22 04:30:04 +00:00
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
|
Set Libs "'{Libraries}Stubs.o' '{CLibraries}StdCLib.o' '{Libraries}Runtime.o' '{Libraries}Interface.o'"
|
||
|
|
||
|
Set Exit 1
|
||
|
|
||
|
C :Tool.c
|
||
|
Link -d -t 'MPST' -c 'MPS ' -o :Tool {Libs} :Tool.c.o
|