summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/makefile.msc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk-pixbuf/makefile.msc b/gdk-pixbuf/makefile.msc
index ca11da023..9746eda34 100644
--- a/gdk-pixbuf/makefile.msc
+++ b/gdk-pixbuf/makefile.msc
@@ -60,11 +60,17 @@ INSTALL = copy
CFLAGS = -I. -DHAVE_CONFIG_H
+sub-pixops :
+ cd pixops
+ nmake -f makefile.msc
+ cd ..
+
## targets
all : \
$(PRJ_TOP)\config.h \
gdk-pixbuf-marshal.c \
gdk-pixbuf-marshal.h \
+ sub-pixops \
$(PACKAGE)-$(PKG_VER).dll \
# make-inline-pixbuf.exe \
gdk-pixbuf-csource.exe \