Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/CMakeLists.txt
Parent Directory
| Revision Log
| Patch
| 134 |
|
|
| 135 |
### create puttyversion.h |
### create puttyversion.h |
| 136 |
|
|
| 137 |
|
set(PUTTY_ISS "${CMAKE_SOURCE_DIR}/libs/putty/windows/putty.iss") |
| 138 |
|
if(NOT EXISTS ${PUTTY_ISS}) |
| 139 |
|
message(FATAL_ERROR "${PUTTY_ISS} not found") |
| 140 |
|
endif() |
| 141 |
|
|
| 142 |
file(READ "${CMAKE_SOURCE_DIR}/libs/putty/windows/putty.iss" iis) |
file(READ "${CMAKE_SOURCE_DIR}/libs/putty/windows/putty.iss" iis) |
| 143 |
|
|
| 144 |
string(REGEX MATCH "VersionInfoTextVersion=([^\n]+)\n" _ ${iis}) |
string(REGEX MATCH "VersionInfoTextVersion=([^\n]+)\n" _ ${iis}) |
|
|
Legend:
| Removed from v.7507 |
|
| changed lines |
| |
Added in v.7532 |
|
|
|