echo "Compiling strings.c"
dcc -c -l0 -mD -mi strings.c -o strings.o
echo "Compiling str_data.c"
dcc -c -l0 -mD -mi str_data.c -o str_data.o
echo "Linking..."
dlink str_data.o strings.o tags.o cs.lib -o GMS:System/strings.mod
echo "Flushing dpkernel.library."
flush dpkernel.library
