]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/run.cmd
FD file should only generated in build time but not in run.cmd. Fix it.
[mirror_edk2.git] / EdkNt32Pkg / run.cmd
1 @REM
2 @REM Copyright (c) 2006, Intel Corporation
3 @REM All rights reserved. This program and the accompanying materials
4 @REM are licensed and made available under the terms and conditions of the BSD License
5 @REM which accompanies this distribution. The full text of the license may be found at
6 @REM http://opensource.org/licenses/bsd-license.php
7 @REM
8 @REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
9 @REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
10 @REM
11
12 @echo off
13
14 :start_secmain
15 pushd .
16 cd Build\DEBUG\MSFT\IA32
17 SecMain.exe
18 popd
19 @echo on
20