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.

25 lines
355 B

  1. #Copyright (c) 1998 - 1999 Microsoft Corporation
  2. MAJORCOMP=tswiz
  3. TARGETNAME=tswiz
  4. TARGETPATH=obj
  5. TARGETTYPE=LIBRARY
  6. #DEBUG_CRTS=1
  7. UMTYPE=windows
  8. C_DEFINES = $(C_DEFINES) -DUNICODE
  9. WIN32_IE_VERSION=0x0500
  10. USE_ATL=1
  11. USE_RTTI=1
  12. USE_NATIVE_EH=1
  13. INCLUDES=\
  14. ..\..\snapin\$(O);
  15. SOURCES=\
  16. lib.c
  17. 386_WARNING_LEVEL=-W4