Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit aad9356

Browse files
committed
Revert "Revert to an older version of this plugin"
It turns out this the right thing after all... Let's move back to the latest code and hope this will be good enough. This reverts commit a920cc8.
1 parent 08f5feb commit aad9356

9 files changed

+1074
-933
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
all: file-vtf
22

33

4-
file-vtf: dxt.h dxt.c vtf.h vtf.c gimp-plugin-vtf.c
5-
gcc -Wall -g -o file-vtf dxt.c vtf.c gimp-plugin-vtf.c `pkg-config --cflags --libs gimp-2.0 gimpui-2.0 gtk+-2.0`
4+
file-vtf: vtf.h vtf.cpp gimp-plugin-vtf.cpp
5+
g++ -Wall -g -Wno-write-strings -o file-vtf vtf.cpp gimp-plugin-vtf.cpp `pkg-config --cflags --libs gimp-2.0 gimpui-2.0 gtk+-2.0` -Ilibsquish/include -Llibsquish/lib -lsquish -lboost_iostreams
66

77
clean:
88
rm -f file-vtf

check.c

-26
This file was deleted.

dxt.c

-107
This file was deleted.

dxt.h

-7
This file was deleted.

gdkpixbuf-loader-vtf.c

-187
This file was deleted.

0 commit comments

Comments
 (0)