瀏覽代碼

Explain distribution of Win9x binary on all Windows versions.

Andreas Mohr 13 年之前
父節點
當前提交
e619111d91
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Source/CMakeLists.txt

+ 2 - 1
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)