summaryrefslogtreecommitdiff
path: root/support/dktools/gui-img/wxdkdraw/styles/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'support/dktools/gui-img/wxdkdraw/styles/GNUmakefile')
-rw-r--r--support/dktools/gui-img/wxdkdraw/styles/GNUmakefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/support/dktools/gui-img/wxdkdraw/styles/GNUmakefile b/support/dktools/gui-img/wxdkdraw/styles/GNUmakefile
deleted file mode 100644
index fb0b1fa1eb..0000000000
--- a/support/dktools/gui-img/wxdkdraw/styles/GNUmakefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-IMAGES := $(patsubst %.wxd,%.xpm,$(wildcard *.wxd))
-
-RESOLUTION=64
-
-images: $(IMAGES)
-
-%.xpm: %.wxd
- gxhconvert -o=xpm -r=$(RESOLUTION) -a $<
-