Changeset 556


Ignore:
Timestamp:
Sep 27, 2006, 10:40:33 PM (19 years ago)
Author:
bird
Message:

syntax.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/envwin.cmd

    r478 r556  
    55REM # Environment setup script.
    66REM #
    7 REM # Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
     7REM # Copyright (c) 2005-2006 knut st. osmundsen <bird@innotek.de>
    88REM #
    99REM #
     
    2929REM # Deal with the arguments.
    3030REM #
     31if ".%1" = ".-h"        goto help
     32if ".%1" = "./h"        goto help
     33if ".%1" = "./H"        goto help
     34if ".%1" = ".-h"        goto help
     35if ".%1" = ".-help"     goto help
     36if ".%1" = ".--help"    goto help
     37
    3138if ".%1" = ".-win"      goto want_win_bit
    3239if ".%1" = ".-win32"    goto want_win32_bit
     
    3643if ".%1" = ".-nt64"     goto want_nt64_bit
    3744goto done_arguments
     45
     46REM #
     47REM # Syntax
     48REM #
     49:help
     50echo kBuild environment setup script for Windows NT.
     51echo Syntax: envwin.cmd [-win, -win32, -win64, -nt, -nt32 or -nt64] [command to be executed]
     52goto end
     53
    3854
    3955:want_win_bit
     
    235251:failed
    236252:end
     253
Note: See TracChangeset for help on using the changeset viewer.