mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-21 10:12:04 -08:00
12 lines
263 B
Makefile
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
|