Browse Subversion Repository
Annotation of /trunk/ttssh2/CMakeLists.txt
Parent Directory
| Revision Log
Revision 9647 -
( hide annotations)
( download)
Wed Dec 29 13:24:00 2021 UTC
(2 years, 3 months ago)
by nmaya
File MIME type: text/plain
File size: 422 byte(s)
puttyrev を削除
- putty のバージョンをヘッダに書き出すツール
- libs/putty/windows/putty.iss から
- ttssh2/ttxssh/puttyversion.h を作成
- 使用しなくなった
- ttssh2/ttxssh/puttyversion.h からバージョンを取得しない
- libs/putty/windows/putty.iss がなくなった
Merge from putty_0_76: r9645
| 1 |
zmatsuo |
7456 |
add_subdirectory(ttxssh) |
| 2 |
|
|
set_target_properties(ttxssh PROPERTIES FOLDER ttssh2) |
| 3 |
|
|
|
| 4 |
|
|
add_subdirectory(ttssh) |
| 5 |
|
|
set_target_properties(ttssh PROPERTIES FOLDER ttssh2) |
| 6 |
|
|
|
| 7 |
|
|
add_subdirectory(matcher) |
| 8 |
|
|
set_target_properties(matcher PROPERTIES FOLDER ttssh2) |
| 9 |
|
|
|
| 10 |
|
|
add_subdirectory(putty) |
| 11 |
|
|
set_target_properties(libputty PROPERTIES FOLDER ttssh2) |
| 12 |
|
|
|
| 13 |
zmatsuo |
9266 |
add_subdirectory(argon2) |
| 14 |
|
|
set_target_properties(argon2 PROPERTIES FOLDER ttssh2) |
|