diff options
Diffstat (limited to 'roms/edk2/EmulatorPkg/Win/VS2017/BuildVS.bat')
-rw-r--r-- | roms/edk2/EmulatorPkg/Win/VS2017/BuildVS.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roms/edk2/EmulatorPkg/Win/VS2017/BuildVS.bat b/roms/edk2/EmulatorPkg/Win/VS2017/BuildVS.bat new file mode 100644 index 000000000..6fcf40cc0 --- /dev/null +++ b/roms/edk2/EmulatorPkg/Win/VS2017/BuildVS.bat @@ -0,0 +1,3 @@ +cd ../../../
+@call edksetup.bat
+build -p EmulatorPkg\EmulatorPkg.dsc -t VS2017 %*
|