SC1 unpacking tools

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2767 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-06-01 14:01:14 +00:00
parent c9095d9793
commit 325a882c5d
13 changed files with 1653 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
TARGET := unianm
CFILES := unianm.c ../../shared/util.c
HFILES := unianm.h ../../shared/cbytesex.h ../../shared/util.h
CPPFLAGS := `pkg-config --cflags libpng`
LDFLAGS := `pkg-config --libs libpng`
DEBUG := 1
#ERROR := 1
include ../../shared/Makefile.default