Reorganize files from svn

This commit is contained in:
james
2024-05-20 00:17:44 +00:00
parent c949f4c9a0
commit 7c830b241a
497 changed files with 0 additions and 0 deletions

8
bocoree/makefile Normal file
View 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