1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Update the tool/mkmsvcmin.tcl script so that it prints a one-line message

to explain what it has done.

FossilOrigin-Name: 4254f086419892634c80b0b915e14edea365adc6a45bcc75eecba889da274ac3
This commit is contained in:
drh
2023-05-16 12:34:26 +00:00
parent e680b6dcf7
commit 89caab8147
3 changed files with 8 additions and 7 deletions

View File

@ -110,3 +110,4 @@ set data [string map [list " \$(ALL_TCL_TARGETS)" ""] $data]
set data [string map [list "\$(TOP)\\src\\" "\$(TOP)\\"] $data]
writeFile $toFileName $data
puts "generated $toFileName from $fromFileName"