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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « host/include/host_signature.h ('k') | msc/nmakefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This directory contains the Microsoft Visual C makefile for building vboot
2 reference code (and testing, eventually) in a 32 bit DOS window.
3
4 Microsoft Visual C 2008 (or later) is the prerequisite for this to work.
5
6 To build vboot_reference tree in the DOS window do the following:
7
8 - untar or git clone the vboot_reference source tree
9
10 - open a DOS window
11
12 - run the MSVC provided script vcvars32.bat to create the command line build
13 environment. Script location is MSVC installation specific. For instance:
14
15 c:\> \bios\devtls\MSVC9\Vc\bin\vcvars32.bat
16
17 - define a directory where the nmake output should go into
18
19 c:\> set MOD=z:\shared\tmp
20
21 - start the make job as follows:
22
23 c:\> nmake /f %path_to_vboot_reference_tree%\msc\nmakefile
24
25 - observe the output generated in %MOD%
OLDNEW
« 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