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

Rename a tool batch file subroutine to avoid confusion about its purpose.

FossilOrigin-Name: 43155b1543bddbb84a8bc13a5b7344b228ddacb9
This commit is contained in:
mistachkin
2012-10-05 07:36:34 +00:00
parent 613a53a029
commit d744fccdbd
3 changed files with 11 additions and 11 deletions

View File

@ -142,7 +142,7 @@ FOR %%P IN (%PLATFORMS%) DO (
REM be used for the name of the platform-specific binary directory via
REM the environment variables setup earlier.
REM
CALL :fn_SetVariable %%P_NAME PLATFORMNAME
CALL :fn_CopyVariable %%P_NAME PLATFORMNAME
REM
REM NOTE: This is the inner loop. There should be exactly one iteration.
@ -230,7 +230,7 @@ FOR %%P IN (%PLATFORMS%) DO (
REM file used to setup the MSVC environment.
REM
IF DEFINED SET_NSDKLIBPATH (
CALL :fn_SetVariable WindowsSdkDir NSDKLIBPATH
CALL :fn_CopyVariable WindowsSdkDir NSDKLIBPATH
CALL :fn_AppendVariable NSDKLIBPATH \lib\win8\um\x86
)
@ -339,7 +339,7 @@ GOTO no_errors
VERIFY MAYBE 2> NUL
GOTO :EOF
:fn_SetVariable
:fn_CopyVariable
SETLOCAL
IF NOT DEFINED %1 GOTO :EOF
IF "%2" == "" GOTO :EOF