mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2025-11-23 22:53:42 -08:00
Reorganize files from svn
This commit is contained in:
8
bocoree/makefile
Normal file
8
bocoree/makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
CP=cp
|
||||
RM=rm
|
||||
|
||||
bocoree.dll: *.cs
|
||||
gmcs -recurse:*.cs -unsafe+ -target:library -out:bocoree.dll -r:System,System.Drawing,System.Windows.Forms
|
||||
|
||||
clean:
|
||||
$(RM) bocoree.dll
|
||||
Reference in New Issue
Block a user