Changeset 1533 in kBuild
- Timestamp:
- Apr 20, 2008 2:34:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/envwin.cmd
r1532 r1533 508 508 REM Sanity check. 509 509 REM 510 rem echo ON511 510 if not exist "%_KBUILD_BIN_PATH%" goto missing_bin_path 512 511 if not exist "%_KBUILD_BIN_PATH%" goto done_chekcing_for_tools … … 523 522 REM 524 523 if ".%_KBUILD_OPT_VAR%" == "." goto exec_or_setup_env 525 remgoto show_variable524 goto show_variable 526 525 527 526 REM … … 556 555 557 556 endlocal 558 559 echo off560 exit /b 0561 557 goto end 562 558
Note:
See TracChangeset
for help on using the changeset viewer.