--- truecrypt/boot/windows/makefile 2018/04/24 16:52:00 1.1.1.3 +++ truecrypt/boot/windows/makefile 2018/04/24 16:55:17 1.1.1.4 @@ -1,7 +1,7 @@ # # Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. # -# Governed by the TrueCrypt License 2.4 the full text of which is contained +# Governed by the TrueCrypt License 2.5 the full text of which is contained # in the file License.txt included in TrueCrypt binary and source code # distribution packages. # @@ -43,6 +43,11 @@ PROJDIR = .. OBJDIR = Release +!ifdef RESCUE_DISK +OBJDIR = Rescue +CPPFLAGS = $(CPPFLAGS) /D TC_WINDOWS_BOOT_RESCUE_DISK_MODE +!endif + !ifdef SINGLE_CIPHER OBJDIR = $(OBJDIR)_$(SINGLE_CIPHER) CPPFLAGS = $(CPPFLAGS) /D TC_WINDOWS_BOOT_SINGLE_CIPHER_MODE /D TC_WINDOWS_BOOT_$(SINGLE_CIPHER)