diff options
author | Hans Breuer <hans@breuer.org> | 2002-01-05 18:59:24 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2002-01-05 18:59:24 +0000 |
commit | 40cab0a2fbde365a3d436fa900b110954b648d67 (patch) | |
tree | e14469f577aa03dadfe69e8abf105cb9ec60eb11 /gdk-pixbuf/makefile.msc | |
parent | 74a692914645f308c0943e75066b5b95d48f7f46 (diff) | |
download | gtk+-40cab0a2fbde365a3d436fa900b110954b648d67.tar.gz |
don't export functions prefixed with underscore
2002-01-04 Hans Breuer <hans@breuer.org>
* gdk_pixbuf.def : don't export functions prefixed
with underscore
* makefile.msc : use -FImsvc_recommende_pragmas.h
Diffstat (limited to 'gdk-pixbuf/makefile.msc')
-rw-r--r-- | gdk-pixbuf/makefile.msc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/makefile.msc b/gdk-pixbuf/makefile.msc index 5220575b3f..7c1d785738 100644 --- a/gdk-pixbuf/makefile.msc +++ b/gdk-pixbuf/makefile.msc @@ -20,7 +20,8 @@ BUILT_IN_FORMATS = -DINCLUDE_png -DINCLUDE_bmp -DINCLUDE_gif \ -PKG_CFLAGS = -I. -I.. $(GLIB_CFLAGS) \ +PKG_CFLAGS = -FImsvc_recommended_pragmas.h \ + -I. -I.. $(GLIB_CFLAGS) \ $(BUILT_IN_FORMATS) \ $(JPEG_CFLAGS) $(PNG_CFLAGS) $(TIFF_CFLAGS) $(INTL_CFLAGS) \ $(G_DEBUGGING) \ |