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 10541 by zmatsuo, Sat Jan 28 15:26:13 2023 UTC revision 10653 by zmatsuo, Sun Apr 2 16:07:25 2023 UTC
# Line 144  if(SUPPORT_OLD_WINDOWS) Line 144  if(SUPPORT_OLD_WINDOWS)
144        )        )
145    endif()    endif()
146    if(MINGW)    if(MINGW)
     target_sources(  
       ${PACKAGE_NAME}  
       PRIVATE  
       ../../teraterm/libmingw/tlssup.c  
       )  
147      target_link_libraries(      target_link_libraries(
148        ${PACKAGE_NAME}        ${PACKAGE_NAME}
149        PRIVATE        PRIVATE
150        -Wl,--whole-archive        -Wl,--whole-archive
151        mingw_msvcrt        mingw_msvcrt
152          mingw_dll_tls
153        -Wl,--no-whole-archive        -Wl,--no-whole-archive
154        )      )
155    endif()    endif()
156  endif(SUPPORT_OLD_WINDOWS)  endif(SUPPORT_OLD_WINDOWS)
157    

Legend:
Removed from v.10541  
changed lines
  Added in v.10653

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