@echo off

cd res
rlink -flip ^ if errorlevel != 0 cancel
ren  resource.c resource.id
del  shell.*
ren  resource.* shell.*

cd %PRJDIR%\bball\n64\
call makefs.bat

del objs\ids.obj

cd %PRJDIR%\shell\n64

del objs\ids.obj

echo NEED TO MAKE!!! (ID'S MAY HAVE CHANGED!!!)

