]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Readme.md
CryptoPkg: Add CryptoPkg Token Space GUID
[mirror_edk2.git] / EmulatorPkg / Readme.md
index 461975e859694fe475cd71447441257e4a6a3d74..0c2eea6a9a024e74a6b98a4e0a090d28dfddc80e 100644 (file)
@@ -21,19 +21,19 @@ https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
 **You can use the following command to build.**\r
   * 32bit emulator in Windows:\r
 \r
-    `build -p EmulatorPkg\EmulatorPkg.dsc -t VS2017 -D WIN_SEC_BUILD -a IA32`\r
+    `build -p EmulatorPkg\EmulatorPkg.dsc -t VS2017 -a IA32`\r
 \r
   * 64bit emulator in Windows:\r
 \r
-    `build -p EmulatorPkg\EmulatorPkg.dsc -t VS2017 -D WIN_SEC_BUILD -a X64`\r
+    `build -p EmulatorPkg\EmulatorPkg.dsc -t VS2017 -a X64`\r
 \r
   * 32bit emulator in Linux:\r
 \r
-    `build -p EmulatorPkg\EmulatorPkg.dsc -t GCC5 -D UNIX_SEC_BUILD -a IA32`\r
+    `build -p EmulatorPkg\EmulatorPkg.dsc -t GCC5 -a IA32`\r
 \r
   * 64bit emulator in Linux:\r
 \r
-    `build -p EmulatorPkg\EmulatorPkg.dsc -t GCC5 -D UNIX_SEC_BUILD -a X64`\r
+    `build -p EmulatorPkg\EmulatorPkg.dsc -t GCC5 -a X64`\r
 \r
 **You can start/run the emulator using the following command:**\r
   * 32bit emulator in Windows:\r
@@ -57,12 +57,12 @@ emulator.**
 \r
 For example, to build + run:\r
 \r
-`$ EmulatorPkg/build.sh`  \r
+`$ EmulatorPkg/build.sh`\r
 `$ EmulatorPkg/build.sh run`\r
 \r
 The build architecture will match your host machine's architecture.\r
 \r
 On X64 host machines, you can build + run IA32 mode as well:\r
 \r
-`$ EmulatorPkg/build.sh -a IA32`  \r
+`$ EmulatorPkg/build.sh -a IA32`\r
 `$ EmulatorPkg/build.sh -a IA32 run`\r