summaryrefslogtreecommitdiff
path: root/gtk/makefile.msc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-11-14 21:57:23 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-11-14 21:57:23 +0000
commit1aebb62ce84eb3810dc38c2b419d9c969d55a8bb (patch)
tree9629b87e9204486f09f3ee92fa977cfc8f475836 /gtk/makefile.msc.in
parent6da9e17a1e5e58d29a4af3af836b5c1a0c86c0bc (diff)
downloadgtk+-1aebb62ce84eb3810dc38c2b419d9c969d55a8bb.tar.gz
Remove, useless. A distribution already has a built gtkcompat.h.
2000-11-14 Tor Lillqvist <tml@iki.fi> * gtk/gtkcompat.h.win32: Remove, useless. A distribution already has a built gtkcompat.h. Developers using CVS code on Win32 can hand-edit it from gtkcompat.h.in. * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make gtkcompat.h from gtkcompat.h.win32.
Diffstat (limited to 'gtk/makefile.msc.in')
-rw-r--r--gtk/makefile.msc.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in
index f641aed7f9..3e46a4a117 100644
--- a/gtk/makefile.msc.in
+++ b/gtk/makefile.msc.in
@@ -35,7 +35,6 @@ GTK_VER=1.3
all : \
..\config.h \
- gtkcompat.h \
generated \
gtk-win32-$(GTK_VER).dll \
testcalendar.exe \
@@ -345,9 +344,6 @@ gdk_headers = \
..\config.h : ..\config.h.win32
copy ..\config.h.win32 ..\config.h
-gtkcompat.h : gtkcompat.h.win32
- copy gtkcompat.h.win32 gtkcompat.h
-
GENERATED = gtk.defs gtktypebuiltins.h gtktypebuiltins_vars.c gtktypebuiltins_ids.c gtktypebuiltins_evals.c gtkmarshal.h gtkmarshal.c
#