diff --git a/ChangeLog b/ChangeLog index ea076347e..b73d2cc4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-30 Mike Kestner + + * gdk/glue/makefile.win32 : remove windowmanager.o for now. It + was breaking the build on win32. + 2004-04-30 Mike Kestner * configure.in : lookup gacutil and error out if not found. diff --git a/gdk/glue/makefile.win32 b/gdk/glue/makefile.win32 index 444b965d9..8e152991c 100755 --- a/gdk/glue/makefile.win32 +++ b/gdk/glue/makefile.win32 @@ -7,8 +7,7 @@ GLUE_OBJS = \ dragcontext.o \ event.o \ selection.o \ - win32dll.o \ - windowmanager.o + win32dll.o all: gdksharpglue.dll