SC1 string unpack tool

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2768 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-06-01 14:02:35 +00:00
parent 325a882c5d
commit 70b9b22cda
2 changed files with 222 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
TARGET := unstr
CFILES := unstr.c ../../shared/util.c
HFILES := ../../shared/cbytesex.h
CFLAGS := -std=c99
DEBUG := 1
#ERROR := 1
include ../../shared/Makefile.default