Install COMPILING.md in doc/ on Windows and the standard doc directory
on Linux.
README.md now has a standard "Installation" section for binary packages.
This makes it easier for Windows users to find README.md
and LICENSE.
DirInstallPaths.cmake: New variable DIR_INSTALL_DOC_ROOT.
This points to "." on Windows, and DIR_INSTALL_DOC on all
other platforms.
CMakeLists.txt:
- Set the version to 0.7.99+.
- Added more CPack fields.
- Added an architecture-specific suffix for Windows packages.
(TODO: Package both 32-bit and 64-bit DLLs in the Win64 package.)
DirInstallPaths.cmake: Copied from GCN MemCard Recover, with some
changes to accomodate the different setup for rom-properties.
options.cmake: s/debug file/debug files/g
doc/, scripts/: Install the relevant files. Note that the files aren't
converted to Windows line endings when compiling for Windows.
[win32] CMakeLists.txt: Added INSTALL() commands.