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
553 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. TARGETNAME=webchange
  6. TARGETPATH=obj
  7. TARGETTYPE=PROGRAM
  8. INCLUDES=$(SECURITY_INC)
  9. C_DEFINES= -D_WINDOWS
  10. UMTYPE=console
  11. UMENTRY=wmain
  12. USE_MSVCRT=1
  13. SOURCES= \
  14. webchange.cpp
  15. LINKLIBS= \
  16. $(SDK_LIB_PATH)\crypt32.lib
  17. TARGETLIBS = \
  18. $(SECURITY_LIB_PATH)\unicode.lib \
  19. $(SDK_LIB_PATH)\wintrust.lib \
  20. $(SDK_LIB_PATH)\shlwapi.lib \
  21. $(SDK_LIB_PATH)\shell32.lib