blob: e45dfd4ab9b3b4770a11900feed1e0a10ab712ce (
plain)
1
2
3
4
5
6
7
8
|
:@echo off
GoRC /r /d incpath="%2" icons.rc
:GoRC /r icons.rc
GoAsm watrack_buttons.asm
GoLink /dll watrack_buttons.obj icons.res
del *.obj
del *.res
move watrack_buttons.dll ..\..\..\bin
|