lipsync/Boare.Lib.AppUtil/makefile
2024-05-20 00:17:44 +00:00

12 lines
263 B
Makefile

OPT=
CP=cp
RM=rm
Boare.Lib.AppUtil.dll: *.cs bocoree.dll
gmcs $(OPT) -recurse:*.cs -unsafe+ -target:library -out:Boare.Lib.AppUtil.dll \
-r:bocoree.dll,System.Drawing,System.Windows.Forms
clean:
$(RM) Boare.Lib.AppUtil.dll
$(RM) bocoree.dll