diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2012-12-20 15:57:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:42:20 (GMT) |
commit | e619111d91a71c0aa80ddf45d981c8bed51ad805 (patch) | |
tree | 8793da0a5fc33143cd3d23971bb722d40cf61b10 /Source/CMakeLists.txt | |
parent | 5ca4336ece8975138bcbf7f3641c7646dd3653fc (diff) | |
download | CMake-e619111d91a71c0aa80ddf45d981c8bed51ad805.zip CMake-e619111d91a71c0aa80ddf45d981c8bed51ad805.tar.gz CMake-e619111d91a71c0aa80ddf45d981c8bed51ad805.tar.bz2 |
Explain distribution of Win9x binary on all Windows versions.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index ab62d2b..baeca29 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -537,7 +537,8 @@ endif() add_executable(cmake cmakemain.cxx) target_link_libraries(cmake CMakeLib) -# Build special executable for running programs on Windows 98 +# Build special executable for running programs on Windows 98. +# Included on any Windows (unconditional packaging required!). if(WIN32) if(NOT UNIX) add_executable(cmw9xcom cmw9xcom.cxx) |