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

View 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