Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/CMakeLists.txt
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|