mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Update source file names in comments and docs.
Correcting a source file name in the docs just now reminded me that I've seen a lot of outdated source file names elsewhere in the code, due to all the reorganisation since we moved to cmake. Here's a giant pass of trying to make them all accurate again.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Pure cmake script to write out cmake_commit.h
|
||||
# Pure cmake script to write out cmake_commit.c and cmake_version.but
|
||||
|
||||
set(DEFAULT_COMMIT "unavailable")
|
||||
set(commit "${DEFAULT_COMMIT}")
|
||||
@ -40,7 +40,7 @@ endif()
|
||||
if(OUTPUT_TYPE STREQUAL header)
|
||||
file(WRITE "${OUTPUT_FILE}" "\
|
||||
/*
|
||||
* cmake_commit.h - string literal giving the source git commit, if known.
|
||||
* cmake_commit.c - string literal giving the source git commit, if known.
|
||||
*
|
||||
* Generated by cmake/gitcommit.cmake.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user