unstr does not need libpng
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2737 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
unstr: unstr.c unstr.h
|
unstr: unstr.c unstr.h
|
||||||
gcc -W -Wall -g -O0 unstr.c -o unstr -lpng -lz -lm
|
gcc -W -Wall -g -O0 unstr.c -o unstr
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm unstr unstr.tgz
|
rm unstr unstr.tgz
|
||||||
|
|||||||
@@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
#include "unstr.h"
|
#include "unstr.h"
|
||||||
|
|
||||||
#include <png.h>
|
|
||||||
|
|
||||||
|
|
||||||
struct options {
|
struct options {
|
||||||
char *infile;
|
char *infile;
|
||||||
|
|||||||
Reference in New Issue
Block a user