alder_lake_bios/Insyde/InsydeSamplePkg/CustomizeNtEmulator/StrawberryMountainNtEmulato.../ProjectSetup.bat

37 lines
1.5 KiB
Batchfile

@REM
@REM Project setup batch file
@REM
@REM ******************************************************************************
@REM * Copyright (c) 2012 - 2013, Insyde Software Corp. All Rights Reserved.
@REM *
@REM * You may not reproduce, distribute, publish, display, perform, modify, adapt,
@REM * transmit, broadcast, present, recite, release, license or otherwise exploit
@REM * any part of this publication in any form, by any means, without the prior
@REM * written permission of Insyde Software Corporation.
@REM *
@REM ******************************************************************************
@echo off
REM ---------------------------------------------------------------------------------------------
REM Auto setting of WORKSPACE environment variable
REM ---------------------------------------------------------------------------------------------
pushd \ && set ROOT_DIR=%cd% && popd && pushd .
:SetWorkSpace
if "%cd%" == "%ROOT_DIR%" goto Next
cd ..
if not exist %cd%\BaseTools goto SetWorkSpace
set WORKSPACE=%cd%
:Next
set ROOT_DIR= && popd
REM ---------------------------------------------------------------------------------------------
REM Project dependent parameters
REM ---------------------------------------------------------------------------------------------
set TOOL_CHAIN=DEVTLS_VC10
REM Modify ASL_PATH if you want to use customized ASL compiler
REM set ASL_PATH=c:/DEVTLS/Asl/Acpi5.0
set ARCH=IA32 X64
set EFI_SOURCE_DIR=InsydeFrameworkModulePkg
call %WORKSPACE%\BaseTools\H2ORev50.bat