--- truecrypt/boot/windows/makefile 2018/04/24 17:07:33 1.1.1.8 +++ truecrypt/boot/windows/makefile 2018/04/24 17:09:40 1.1.1.9 @@ -1,7 +1,7 @@ # -# Copyright (c) 2008-2009 TrueCrypt Developers Association. All rights reserved. +# Copyright (c) 2008-2010 TrueCrypt Developers Association. All rights reserved. # -# Governed by the TrueCrypt License 2.8 the full text of which is contained in +# Governed by the TrueCrypt License 3.0 the full text of which is contained in # the file License.txt included in TrueCrypt binary and source code distribution # packages. # @@ -77,6 +77,7 @@ OBJS = $(OBJS) $(OUTDIR)\Rmd160.obj !if !DEFINED (SINGLE_CIPHER) OBJS = $(OBJS) $(OUTDIR)\AesSmall.obj !else if "$(SINGLE_CIPHER)" == "AES" +OBJS = $(OBJS) $(OUTDIR)\Aes_hw_cpu.obj OBJS = $(OBJS) $(OUTDIR)\AesSmall_x86.obj OBJS = $(OBJS) $(OUTDIR)\Aestab.obj !endif