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

Side by Side Diff: msc/nmakefile

Issue 3094003: Add license headers (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 4 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/linktest/main.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
1 4
2 !IF "$(MOD)" == "" 5 !IF "$(MOD)" == ""
3 !ERROR MOD (Make output dir) is not defined 6 !ERROR MOD (Make output dir) is not defined
4 !ENDIF 7 !ENDIF
5 8
6 O = $(MOD) 9 O = $(MOD)
7 R = z:\shared\vboot_reference 10 R = z:\shared\vboot_reference
8 11
9 ALL_OBJS = $O\main.obj $O\stateful_util.obj $O\cgptlib_internal.obj \ 12 ALL_OBJS = $O\main.obj $O\stateful_util.obj $O\cgptlib_internal.obj \
10 $O\cgptlib.obj $O\crc32.obj $O\vboot_common.obj $O\vboot_kernel.obj \ 13 $O\cgptlib.obj $O\crc32.obj $O\vboot_common.obj $O\vboot_kernel.obj \
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 49
47 {$R\tests}.c{$O}.obj: 50 {$R\tests}.c{$O}.obj:
48 $(COMPILE) 51 $(COMPILE)
49 52
50 #{$R\cgpt}.c{$O}.obj: 53 #{$R\cgpt}.c{$O}.obj:
51 #$R/firmware/lib/cgptlibc.$O.obj: 54 #$R/firmware/lib/cgptlibc.$O.obj:
52 #$R/firmware/lib/cryptolibc.$O.obj: 55 #$R/firmware/lib/cryptolibc.$O.obj:
53 #$R/firmware/stubc.$O.obj: 56 #$R/firmware/stubc.$O.obj:
54 #$R/utilityc.$O.obj: 57 #$R/utilityc.$O.obj:
55 # $(CC) $(CFLAGS) -Fd$O\ -c $< 58 # $(CC) $(CFLAGS) -Fd$O\ -c $<
OLDNEW
« no previous file with comments | « host/linktest/main.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698