forked from xcover3/android_hardware_marvell_pxa1088
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjSysgen.bat
27 lines (24 loc) · 919 Bytes
/
ProjSysgen.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@REM #########################################################################
@REM #
@REM # Copyright (c) 2005 - 2012 by Vivante Corp. All rights reserved.
@REM #
@REM # The material in this file is confidential and contains trade secrets
@REM # of Vivante Corporation. This is proprietary information owned by
@REM # Vivante Corporation. No part of this work may be disclosed,
@REM # reproduced, copied, transmitted, or used in any way for any purpose,
@REM # without the express written permission of Vivante Corporation.
@REM #
@REM #########################################################################
if /i not "%1"=="preproc" goto :Not_Preproc
goto :EOF
:Not_Preproc
if /i not "%1"=="pass1" goto :Not_Pass1
goto :EOF
:Not_Pass1
if /i not "%1"=="pass2" goto :Not_Pass2
goto :EOF
:Not_Pass2
if /i not "%1"=="report" goto :Not_Report
goto :EOF
:Not_Report
echo %0 Invalid parameter %1