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