# FileName: FCRYPT.mak - Created by VxDWriter
# Copyright (c) 1997 by Somnath Kundu.  All Rights Reserved.
# Use the following commands to build VxD
# Debug build:   nmake 
# Release build: nmake CFG="Release" 

#-------------------- Name and type of VxD -----------------------
NAME = FCRYPT
TYPE = DYNAMIC

#-------------------- Tools and their paths ----------------------
DDKROOT = E:\DDK
SDKROOT = E:\MSTOOLS
APPROOT = E:\VXDWRITR
SUBSYSTEM = base
LINKERPATH = 
COMPILERROOT = F:\MSDEV

VCVER = 4.0
NMSYM = C:\Soft-Ice\SIW95\nmsym


#-------------------- Version Information (Resources) ------------
DESCRIPTION = Real-time file encryption VxD

FMAJORVER =  1
FMINORVER = 00
FBUILDVER = 001

INTERNALNAME = FCrypt
ORIGINALNAME = FCrypt.VxD

PMAJORVER =  1
PMINORVER = 00
PBUILDVER = 001

PRODUCTNAME = VxDWriter

COMPANY = SysSoft
COPYRIGHT = Somnath Kundu
YEAR = 1997-1998

# LIBRARY = 	 # Place additional libraries, e.g., NDIS here

#---------- Source and header files (use '%' sign as a pefix) --------
INCFILES = 
AFILES = 

HFILES = %FCrypt.h %IFSHook.h
CFILES = 

HPPFILES = 
CPPFILES = %FCrypt.cpp %FileHook.cpp %IFSHook.cpp

!INCLUDE <E:\VXDWRITR\inc32\vxdlib.mk>
