Explain distribution of Win9x binary on all Windows versions.

This commit is contained in:
Andreas Mohr 2012-12-20 16:57:07 +01:00 committed by Brad King
parent 5ca4336ece
commit e619111d91
1 changed files with 2 additions and 1 deletions

View File

@ -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)