| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 80794e4329290da92c1aee7e7024887cbaf7fc04..d9b0565eb0e3f960d424f4df1caa3f631706ecb4 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -178,6 +178,7 @@ SB_LDFLAGS := $(LINKOPTLEVEL) $(LD_EXTRA)
|
| SRCS = \
|
| IceAssembler.cpp \
|
| IceAssemblerX8632.cpp \
|
| + IceAssemblerX8664.cpp \
|
| IceBrowserCompileServer.cpp \
|
| IceCfg.cpp \
|
| IceCfgNode.cpp \
|
| @@ -201,6 +202,7 @@ SRCS = \
|
| IceTargetLoweringARM32.cpp \
|
| IceTargetLoweringMIPS32.cpp \
|
| IceTargetLoweringX8632.cpp \
|
| + IceTargetLoweringX8664.cpp \
|
| IceThreading.cpp \
|
| IceTimerTree.cpp \
|
| IceTranslator.cpp \
|
|
|