Searched defs:DO_CLEAN (Results 1 – 3 of 3) sorted by relevance
12 set DO_CLEAN=false variable17 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts variable18 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts variable
9 set DO_CLEAN=false variable16 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts variable17 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts variable
9 set DO_CLEAN=false variable20 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts variable21 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts variable