summaryrefslogtreecommitdiff
path: root/gtk/makefile.cygwin
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-10-05 19:04:48 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-10-05 19:04:48 +0000
commitd23e3848a93e052763c6290528312b9f1e332df2 (patch)
treed16177a910b5a1648fac1105b9a2b900851b0275 /gtk/makefile.cygwin
parent069932c2a8744a5352537c6fa3b462e3e58997ea (diff)
downloadgtk+-d23e3848a93e052763c6290528312b9f1e332df2.tar.gz
Corresponding changes as in X11 backend.
1999-10-05 Tor Lillqvist <tml@iki.fi> * gdk/win32/*.[ch]: Corresponding changes as in X11 backend. * gdk/win32/gdkcompat.c: New file, actually provide an implementation for the deprecated functions. (Just temporarily.) * gtk/gtkfilesel.c: Fix an #ifdef syntax botch. * gtk/makefile.{cygwin,msc}: Update gdk_headers. * gdk/win32/gdk.def gtk/gtk.def: Updates.
Diffstat (limited to 'gtk/makefile.cygwin')
-rw-r--r--gtk/makefile.cygwin23
1 files changed, 20 insertions, 3 deletions
diff --git a/gtk/makefile.cygwin b/gtk/makefile.cygwin
index a104d62ead..de6092a762 100644
--- a/gtk/makefile.cygwin
+++ b/gtk/makefile.cygwin
@@ -34,7 +34,7 @@ GDKSYSDEP = ../gdk/win32
GLIB = ../../glib
INTL = ../../intl
-CFLAGS = $(OPTIMIZE) -I . -I .. -I $(GDKSYSDEP) -I $(GLIB) -I $(GLIB)/gmodule -I $(INTL) -DGTK_DISABLE_COMPAT_H
+CFLAGS = $(OPTIMIZE) -I . -I .. -I $(GDKSYSDEP) -I ../gdk -I $(GLIB) -I $(GLIB)/gmodule -I $(INTL) -DGTK_DISABLE_COMPAT_H
all : \
../config.h \
@@ -274,8 +274,25 @@ source_headers = \
# More headers to use when autogenerating.
gdk_headers = \
- ../gdk/gdktypes.h \
- ../gdk/gdkrgb.h
+ ../gdk/gdkcc.h \
+ ../gdk/gdkcolor.h \
+ ../gdk/gdkcursor.h \
+ ../gdk/gdkdnd.h \
+ ../gdk/gdkdrawable.h \
+ ../gdk/gdkevents.h \
+ ../gdk/gdkfont.h \
+ ../gdk/gdkgc.h \
+ ../gdk/gdkim.h \
+ ../gdk/gdkimage.h \
+ ../gdk/gdkinput.h \
+ ../gdk/gdkpixmap.h \
+ ../gdk/gdkproperty.h \
+ ../gdk/gdkregion.h \
+ ../gdk/gdkrgb.h \
+ ../gdk/gdkselection.h \
+ ../gdk/gdktypes.h \
+ ../gdk/gdkvisual.h \
+ ../gdk/gdkwindow.h
../config.h : ../config.h.win32
cp ../config.h.win32 ../config.h