This repository has been archived by the owner. It is now read-only.
Permalink
Please sign in to comment.
Showing
with
9 additions
and 126 deletions.
- +1 −1 README.md
- +1 −1 atk/build/win32/vs14/atk-build-defines.props
- +0 −112 atk/build/win32/vs14/atk-install.vcxproj
- +2 −2 atk/build/win32/vs14/atk-version-paths.props
- +4 −9 atk/mod.md
- +1 −1 build.ps1
@@ -1,16 +1,11 @@ | |||
* Download [ATK 2.18.0](http://ftp.gnome.org/pub/gnome/sources/atk/2.18/atk-2.18.0.tar.xz) | |||
* Download [ATK 2.20.0](http://ftp.gnome.org/pub/gnome/sources/atk/2.20/atk-2.20.0.tar.xz) | |||
* In `build\win32\vs14\atk-build-defines.props`, replace: | |||
* `intl.lib` with `libintl.lib` | |||
* In `build\win32\vs14\atk-version-paths.props`, replace: | |||
* `<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>` with | |||
`<GLibEtcInstallRoot>$(SolutionDir)\..\..\..\..\..\..\gtk\$(Platform)</GLibEtcInstallRoot>` | |||
* `<CopyDir>$(GLibEtcInstallRoot)</CopyDir>` with | |||
`<CopyDir>..\..\..\..\atk-rel</CopyDir>` | |||
* `<AtkSeparateVSDllSuffix>-1-vs$(VSVer)</AtkSeparateVSDllSuffix>` with | |||
`<AtkSeparateVSDllSuffix>-1.0</AtkSeparateVSDllSuffix>` | |||
* `<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>` with `<GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\..\..\gtk\$(Platform)</GlibEtcInstallRoot>` | |||
* `<CopyDir>$(GLibEtcInstallRoot)</CopyDir>` with `<CopyDir>..\..\..\..\atk-rel</CopyDir>` | |||
* `<AtkSeparateVSDllSuffix>-1-vs$(VSVer)</AtkSeparateVSDllSuffix>` with `<AtkSeparateVSDllSuffix>-1.0</AtkSeparateVSDllSuffix>` | |||
* In `build\win32\vs14\atk.vcxproj`: | |||
* Add `<Import Project="..\..\..\..\stack.props" />` | |||
* Remove all `<Optimization>` lines | |||
* In `build\win32\vs14\atk-install.vcxproj`: | |||
* Replace `AtkEtcInstallRoot` with `GLibEtcInstallRoot` | |||
* Copy `build\detectenv-msvc.mak` from a newer project like gobject-introspection (Until VS2015 added) |
0 comments on commit
c2de426