Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: msc/README.txt

Issue 2809037: Make vboot_reference build in MSVC command line environment. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Integrated trunk changes. Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « host/include/host_signature.h ('k') | msc/nmakefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: msc/README.txt
diff --git a/msc/README.txt b/msc/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f22bac039a2ff6e17c8dc0b1bdfa5b60c2813b04
--- /dev/null
+++ b/msc/README.txt
@@ -0,0 +1,25 @@
+This directory contains the Microsoft Visual C makefile for building vboot
+reference code (and testing, eventually) in a 32 bit DOS window.
+
+Microsoft Visual C 2008 (or later) is the prerequisite for this to work.
+
+To build vboot_reference tree in the DOS window do the following:
+
+- untar or git clone the vboot_reference source tree
+
+- open a DOS window
+
+- run the MSVC provided script vcvars32.bat to create the command line build
+ environment. Script location is MSVC installation specific. For instance:
+
+ c:\> \bios\devtls\MSVC9\Vc\bin\vcvars32.bat
+
+- define a directory where the nmake output should go into
+
+ c:\> set MOD=z:\shared\tmp
+
+- start the make job as follows:
+
+ c:\> nmake /f %path_to_vboot_reference_tree%\msc\nmakefile
+
+- observe the output generated in %MOD%
« no previous file with comments | « host/include/host_signature.h ('k') | msc/nmakefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698