Changeset 556
- Timestamp:
- Sep 27, 2006, 10:40:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/envwin.cmd
r478 r556 5 5 REM # Environment setup script. 6 6 REM # 7 REM # Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>7 REM # Copyright (c) 2005-2006 knut st. osmundsen <bird@innotek.de> 8 8 REM # 9 9 REM # … … 29 29 REM # Deal with the arguments. 30 30 REM # 31 if ".%1" = ".-h" goto help 32 if ".%1" = "./h" goto help 33 if ".%1" = "./H" goto help 34 if ".%1" = ".-h" goto help 35 if ".%1" = ".-help" goto help 36 if ".%1" = ".--help" goto help 37 31 38 if ".%1" = ".-win" goto want_win_bit 32 39 if ".%1" = ".-win32" goto want_win32_bit … … 36 43 if ".%1" = ".-nt64" goto want_nt64_bit 37 44 goto done_arguments 45 46 REM # 47 REM # Syntax 48 REM # 49 :help 50 echo kBuild environment setup script for Windows NT. 51 echo Syntax: envwin.cmd [-win, -win32, -win64, -nt, -nt32 or -nt64] [command to be executed] 52 goto end 53 38 54 39 55 :want_win_bit … … 235 251 :failed 236 252 :end 253
Note:
See TracChangeset
for help on using the changeset viewer.