https://github.com/Kitware/CMake
Revision 77dde5cb1f760d180e145b102997a72baac16c33 authored by Andrew Shaitorov on 22 October 2015, 17:17:27 UTC, committed by Brad King on 28 October 2015, 19:19:21 UTC
These are used on the WinRT & WinPhone platforms.  Build them using the
`PRIResource` tool.
1 parent 3187de2
Raw File
Tip revision: 77dde5cb1f760d180e145b102997a72baac16c33 authored by Andrew Shaitorov on 22 October 2015, 17:17:27 UTC
VS: Add support for `.resw` files (#15811)
Tip revision: 77dde5c
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top