Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
490 B

# Copyright (c) 1997-2001 Microsoft Corporation
MAJORCOMP=ESTest
MINORCOMP=EStest
TARGETNAME=ESTest
TARGETPATH=obj
TARGETTYPE=PROGRAM
UMTYPE=console
USE_STL=1
USE_NATIVE_EH=1
USE_RTTI=1
C_DEFINES=$(C_DEFINES) -DWIN32 -DWINNT -DUNICODE -D_UNICODE -DISOLATION_AWARE_ENABLED
MSC_WARNING_LEVEL=/W4
INCLUDES=.\;$(NET_INC_PATH);$(DS_INC_PATH)
TARGETLIBS=\
$(SDK_LIB_PATH)\crypt32.lib \
SOURCES=\
test-EncryptedString.cpp \