summaryrefslogtreecommitdiff
path: root/Core/CPU/IA32/IA32rules.mak
blob: 8f58110ec5fb2bb2cd2ce3ff207fd3a5d15a9da2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2006, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************

#**********************************************************************
# $Header: /Alaska/BIN/Core/Modules/IA32Core/IA32rules.mak 2     12/28/06 6:22p Felixp $
#
# $Revision: 2 $
#
# $Date: 12/28/06 6:22p $
#**********************************************************************
# Revision History
# ----------------
# $Log: /Alaska/BIN/Core/Modules/IA32Core/IA32rules.mak $
# 
# 2     12/28/06 6:22p Felixp
# VC8 32-bit compiler support added
# 
# 1     10/13/06 8:30p Felixp
# 
# 1     8/24/06 12:54p Felixp
# 
#**********************************************************************
#<AMI_FHDR_START>
#
# Name:	IA32rules.mak
#
# Description: Defines IA32-specific build rules. 
# This file is included into the template makefile rules.mak
#
#<AMI_FHDR_END>
#**********************************************************************
!IF "$(TOOLS)"=="vc8"
EXTRA_CFLAGS=$(EXTRA_CFLAGS) /GS-
!ENDIF

EXTRA_CFLAGS=$(EXTRA_CFLAGS) $(CFLAGSIA32)
EXTRA_LFLAGS=$(EXTRA_LFLAGS) $(LFLAGSIA32)
EXTRA_AFLAGS=$(EXTRA_AFLAGS) $(AFLAGSIA32)
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2006, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************