DOS SC2 string convertor.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2738 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-04-16 03:48:07 +00:00
parent fe4a3cc6c1
commit 4b53330773
4 changed files with 364 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
unstr: unstr.c
gcc -W -Wall -g -O0 unstr.c -o unstr
clean:
rm unstr unstr.tgz
tgz: unstr.c Makefile
tar -cvzf unstr.tgz unstr.c Makefile