VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/Driver/Sources')
-rw-r--r--src/Driver/Sources21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Driver/Sources b/src/Driver/Sources
new file mode 100644
index 00000000..0cf6ff7f
--- /dev/null
+++ b/src/Driver/Sources
@@ -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