mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2025-11-18 12:23:43 -08:00
Reorganize files from svn
This commit is contained in:
11
Boare.Lib.AppUtil/makefile
Normal file
11
Boare.Lib.AppUtil/makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user