diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 07:52:15 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 07:52:15 +0200 |
commit | eaa673182255fb261c91cab7c0ff16f7952b529a (patch) | |
tree | 87151529011894aebec6e5196b3abb7b3ba118d2 /win32/xchat.props | |
parent | 9f7f85fa5dba59951a6d24e4721875a4bc2db18c (diff) |
Migrate VS solution to VS2010+WDK7
Diffstat (limited to 'win32/xchat.props')
-rw-r--r-- | win32/xchat.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/xchat.props b/win32/xchat.props index 9e2607d3..09f26df0 100644 --- a/win32/xchat.props +++ b/win32/xchat.props @@ -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> |