Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9129 by zmatsuo, Sat Jan 16 05:21:37 2021 UTC revision 9136 by zmatsuo, Wed Jan 27 14:40:25 2021 UTC
# Line 111  if(SUPPORT_OLD_WINDOWS) Line 111  if(SUPPORT_OLD_WINDOWS)
111        ../../teraterm/common/compat_w95_vs2005.c        ../../teraterm/common/compat_w95_vs2005.c
112        )        )
113    endif()    endif()
114      if(MINGW)
115        target_sources(
116          ${PACKAGE_NAME}
117          PRIVATE
118          ../../teraterm/libmingw/tlssup.c
119          )
120        target_link_libraries(
121          ${PACKAGE_NAME}
122          PRIVATE
123          -Wl,--whole-archive
124          mingw_msvcrt
125          -Wl,--no-whole-archive
126          )
127      endif()
128  endif(SUPPORT_OLD_WINDOWS)  endif(SUPPORT_OLD_WINDOWS)
129    
130  target_include_directories(  target_include_directories(

Legend:
Removed from v.9129  
changed lines
  Added in v.9136

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26