]> git.proxmox.com Git - mirror_edk2.git/blame - EdkNt32Pkg/run.cmd
Add many datum and datum size checking in PCD building tools, These checking work...
[mirror_edk2.git] / EdkNt32Pkg / run.cmd
CommitLineData
878ddf1f 1@REM\r
2@REM Copyright (c) 2006, Intel Corporation\r
3@REM All rights reserved. This program and the accompanying materials\r
4@REM are licensed and made available under the terms and conditions of the BSD License\r
5@REM which accompanies this distribution. The full text of the license may be found at\r
6@REM http://opensource.org/licenses/bsd-license.php\r
7@REM \r
8@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
9@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
10@REM\r
11\r
12@echo off\r
13pushd .\r
14cd Build\DEBUG\IA32\r
15SecMain.exe\r
16popd\r
17@echo on\r
18\r