Old tools that got removed a long time ago.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1545 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-02-19 00:38:46 +00:00
parent 440fec6289
commit e7eabd46b9
51 changed files with 10988 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
showanim.obj: showanim.c showanim.h
cl /c /Zi /AL showanim.c
cgraph.obj: cgraph.asm
masm $*;
showanim.exe: showanim.obj cgraph.obj
link /co showanim+cgraph;