mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
7ab9a3f36d
At some point while setting up the utils subdirectory, I apparently only got half way through renaming miscucs.c to dup_mb_to_wc.c: I created the new copy of the file, but I didn't delete the old one, I didn't mention it in utils/CMakeLists.txt, and I didn't change the comment at the top. Now done all three, so we now have just one copy of this utility module.
63 lines
1.0 KiB
CMake
63 lines
1.0 KiB
CMake
add_sources_from_current_dir(utils
|
|
antispoof.c
|
|
backend_socket_log.c
|
|
base64_decode_atom.c
|
|
base64_encode_atom.c
|
|
bufchain.c
|
|
buildinfo.c
|
|
burnstr.c
|
|
chomp.c
|
|
conf.c
|
|
conf_dest.c
|
|
conf_launchable.c
|
|
ctrlparse.c
|
|
debug.c
|
|
default_description.c
|
|
dupcat.c
|
|
dupprintf.c
|
|
dupstr.c
|
|
dup_mb_to_wc.c
|
|
encode_utf8.c
|
|
encode_wide_string_as_utf8.c
|
|
fgetline.c
|
|
host_strchr.c
|
|
host_strchr_internal.c
|
|
host_strcspn.c
|
|
host_strduptrim.c
|
|
host_strrchr.c
|
|
log_proxy_stderr.c
|
|
marshal.c
|
|
memory.c
|
|
memxor.c
|
|
null_lp.c
|
|
nullseat.c
|
|
nullstrcmp.c
|
|
out_of_memory.c
|
|
parse_blocksize.c
|
|
prompts.c
|
|
ptrlen.c
|
|
read_file_into.c
|
|
seat_connection_fatal.c
|
|
sessprep.c
|
|
sk_free_peer_info.c
|
|
smemclr.c
|
|
smemeq.c
|
|
ssh2_pick_fingerprint.c
|
|
sshutils.c
|
|
strbuf.c
|
|
string_length_for_printf.c
|
|
stripctrl.c
|
|
tempseat.c
|
|
tree234.c
|
|
validate_manual_hostkey.c
|
|
version.c
|
|
wcwidth.c
|
|
wildcard.c
|
|
write_c_string_literal.c
|
|
x11authfile.c
|
|
x11authnames.c
|
|
x11_dehexify.c
|
|
x11_identify_auth_proto.c
|
|
x11_make_greeting.c
|
|
x11_parse_ip.c)
|