Migrate VS solution to VS2010+WDK7

This commit is contained in:
Berke Viktor
2012-06-10 07:52:15 +02:00
parent 9f7f85fa5d
commit eaa6731822
23 changed files with 825 additions and 1307 deletions

View File

@@ -5,7 +5,7 @@
<!-- SPECIFY YOUR ROOT DEPENDENCY DIRECTORY ROOT HERE -->
<YourDepsFolder>c:\mozilla-build\deps root</YourDepsFolder>
<!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->
<OwnFlags>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp</OwnFlags>
<OwnFlags>_CRT_SECURE_NO_WARNINGS;G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp</OwnFlags>
<DepsRoot>$(YourDepsFolder)\$(PlatformName)</DepsRoot>
<Glib>$(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2</Glib>
<Gtk>$(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0</Gtk>