mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-17 05:06:10 +00:00
20 lines
285 B
Plaintext
20 lines
285 B
Plaintext
echo {1}
|
|
|
|
echo #pragma keep "3/t" >3/{1}
|
|
echo #pragma memorymodel 1 >>3/{1}
|
|
echo #pragma optimize -1 >>3/{1}
|
|
echo >>3/{1}
|
|
type {1} >>3/{1}
|
|
change 3/{1} cc
|
|
|
|
unset exit
|
|
cmpl -i 3/{1} >>3/temp
|
|
if {status} == 0
|
|
3/t
|
|
else
|
|
echo Could not compile {1}
|
|
end
|
|
if {#} == 1
|
|
delete 3/{1}
|
|
end
|