diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-01-12 13:09:54 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-01-12 18:32:57 +0800 |
commit | 479a08054ba5e17cf35269aa5c8acba19d8a516c (patch) | |
tree | 83ed8d510c996cdca0dd7c58f892dc0fbc39d192 /gdk/Makefile.am | |
parent | 6d6b38cf7868e6871eae61f59aeb872d66cdcd0e (diff) | |
download | gtk+-479a08054ba5e17cf35269aa5c8acba19d8a516c.tar.gz |
Update MSVC 2008 Project Files
-Update the project files to simplify them a bit after the seperation of
GDK-Pixbuf (move GDK-Pixbuf includes into the property sheet, move the
linking of Cairo/Pango/PangoCairo into the property sheet)--this is for
all DLL/EXE Projects (GDK/GTK/gtk-demo)
-Update the GDK-Win32 project as the source files have changed
significantly (especially as GDK3 was not compilable on Windows for a
while--thanks to Hans Breuer for the help in the process-Bug 639127)
-Made up for missed headers in the "install" stage and removed the removed
headers in the property sheet
-Updated GTK+ .def file generation as an extra macro is needed for that
-Updated gdk/Makefile.am for the generation of gdk.vcproj from gdk.vcprojin
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index cd531e6c6b..eb6672197f 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -342,7 +342,7 @@ stamp-gc-h: $(top_builddir)/config.status dist-hook: ../build/win32/vs9/gdk.vcproj ../build/win32/vs9/gdk.vcproj: ../build/win32/vs9/gdk.vcprojin - for F in $(libgdk_win32_3_0_la_SOURCES); do \ + for F in $(libgdk_3_0_la_SOURCES); do \ case $$F in \ *.c) echo ' <File RelativePath="..\..\..\gdk\'$$F'" />' \ ;; \ |