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

  1. # Copyright (c) 1997-2001 Microsoft Corporation
  2. MAJORCOMP=ESTest
  3. MINORCOMP=EStest
  4. TARGETNAME=ESTest
  5. TARGETPATH=obj
  6. TARGETTYPE=PROGRAM
  7. UMTYPE=console
  8. USE_STL=1
  9. USE_NATIVE_EH=1
  10. USE_RTTI=1
  11. C_DEFINES=$(C_DEFINES) -DWIN32 -DWINNT -DUNICODE -D_UNICODE -DISOLATION_AWARE_ENABLED
  12. MSC_WARNING_LEVEL=/W4
  13. INCLUDES=.\;$(NET_INC_PATH);$(DS_INC_PATH)
  14. TARGETLIBS=\
  15. $(SDK_LIB_PATH)\crypt32.lib \
  16. SOURCES=\
  17. test-EncryptedString.cpp \