1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

In Makefile.msc, build jimsh0.exe locally, not in the source directory.

FossilOrigin-Name: 1b9eb4564bc38cbc6a51ed1c4508f1ba45459630cfda8765c243c9aa0fc7d763
This commit is contained in:
drh
2024-10-26 17:47:19 +00:00
parent 1c27c39396
commit 5ea8d1ed5a
3 changed files with 9 additions and 9 deletions

View File

@ -1069,7 +1069,7 @@ TCLSH_CMD = tclsh
JIM_TCLSH = $(TCLSH_CMD)
!ENDIF
!IFNDEF JIM_TCLSH
JIM_TCLSH = $(TOP)\jimsh0.exe
JIM_TCLSH = jimsh0.exe
!ENDIF
# <</mark>>