Resource ID printing program. Useful for scripts.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2771 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-06-03 17:56:51 +00:00
parent b6d24147e0
commit b94488148d
4 changed files with 464 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
TARGET := resid
CFILES := ../shared/util.c resid.c
HFILES := ../shared/util.h
CFLAGS := -std=c99
DEBUG := 1
#ERROR := 1
include ../shared/Makefile.default