mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
Explain distribution of Win9x binary on all Windows versions.
This commit is contained in:
@@ -537,7 +537,8 @@ endif()
|
|||||||
add_executable(cmake cmakemain.cxx)
|
add_executable(cmake cmakemain.cxx)
|
||||||
target_link_libraries(cmake CMakeLib)
|
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(WIN32)
|
||||||
if(NOT UNIX)
|
if(NOT UNIX)
|
||||||
add_executable(cmw9xcom cmw9xcom.cxx)
|
add_executable(cmw9xcom cmw9xcom.cxx)
|
||||||
|
|||||||
Reference in New Issue
Block a user