Home
last modified time | relevance | path

Searched defs:DO_CLEAN (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Tools/msi/
Dget_externals.bat12 set DO_CLEAN=false variable
17 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts variable
18 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts variable
/external/python/cpython2/PCbuild/
Dget_externals.bat9 set DO_CLEAN=false variable
16 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts variable
17 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts variable
/external/python/cpython3/PCbuild/
Dget_externals.bat9 set DO_CLEAN=false variable
20 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts variable
21 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts variable