1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 19:38:26 -06:00

Add original TrueCrypt 7.1a sources

This commit is contained in:
Mounir IDRASSI
2013-06-22 16:16:13 +02:00
commit c606f0866c
252 changed files with 96916 additions and 0 deletions

21
src/Driver/Sources Normal file
View File

@@ -0,0 +1,21 @@
TARGETNAME=truecrypt
TARGETTYPE=DRIVER
USER_C_FLAGS=$(USER_C_FLAGS) -D_UNICODE
LINKER_FLAGS=$(LINKER_FLAGS) -map
INCLUDES = ../Common;../Crypto
SOURCES = \
DriveFilter.c \
DumpFilter.c \
EncryptedIoQueue.c \
Ntdriver.c \
Ntvol.c \
VolumeFilter.c \
Driver.rc
TARGETLIBS = \
$(SDK_LIB_PATH)/uuid.lib \
../Common/obj$(BUILD_ALT_DIR)/*/Common.lib \
../Crypto/obj$(BUILD_ALT_DIR)/*/Crypto.lib