summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorHans Breuer <hans@src.gnome.org>2001-07-30 21:10:33 +0000
committerHans Breuer <hans@src.gnome.org>2001-07-30 21:10:33 +0000
commit3956c38a967dac7001e3b370474789c0776f9856 (patch)
treefe2f5bfb29731fa7f18a1a6f65f541f16a2b621a /gdk-pixbuf
parent4573e112c89ae03c4cf6507952fc098e2a9068ca (diff)
downloadgdk-pixbuf-3956c38a967dac7001e3b370474789c0776f9856.tar.gz
oops, missed it.
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 \