From e619111d91a71c0aa80ddf45d981c8bed51ad805 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Thu, 20 Dec 2012 16:57:07 +0100 Subject: [PATCH] Explain distribution of Win9x binary on all Windows versions. --- Source/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index ab62d2b35..baeca2929 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)