diff options
Diffstat (limited to 'dxtn/Makefile')
-rw-r--r-- | dxtn/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dxtn/Makefile b/dxtn/Makefile new file mode 100644 index 000000000..b014f81cd --- /dev/null +++ b/dxtn/Makefile @@ -0,0 +1,10 @@ +SHAREDLIB = dxtn + +CSRCS = \ + txc_compress_dxtn.c \ + txc_fetch_dxtn.cc + +INCLUDES += $(MHMAKECONF)\mesalib\include + +CCFLAGS += -TP + |