diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-02-11 18:41:22 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-02-11 18:41:22 +0800 |
commit | d847f489f04fc8343b364b9e66129f40b248f523 (patch) | |
tree | 9cf5cdaf5cf2d20f22d1fb605f04ff5977942033 /build | |
parent | 7cb41b65617a34b12148094a32bcfb2854d97ba6 (diff) | |
download | gtk+-d847f489f04fc8343b364b9e66129f40b248f523.tar.gz |
Win32 Visual C++ Support: Some more clean-ups
Update gtk+.vsprops...
Since gdkconfig.h should now reside in gdk/, there
is no longer need to create a lib/gtk-3.0/include folder.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs9/gtk+.vsprops | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops index 03ccb3be49..a30b369e75 100644 --- a/build/win32/vs9/gtk+.vsprops +++ b/build/win32/vs9/gtk+.vsprops @@ -316,7 +316,6 @@ copy ..\..\..\gtk\gtkwidget.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk
&# copy ..\..\..\gtk\gtkwidgetpath.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk

copy ..\..\..\gtk\gtkwindow.h $(OutDir)\include\gtk-$(GtkApiVersion)\gtk

-mkdir $(OutDir)\lib\gtk-$(GtkApiVersion)\include

copy ..\..\..\gdk\gdkconfig.h $(OutDir)\include\gtk-3.0\gdk

copy $(ConfigurationName)\$(PlatformName)\bin\*-$(GtkApiVersion).lib $(OutDir)\lib

|