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.

31 lines
584 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. MINORCOMP=tautoenr
  6. TARGETNAME=$(MINORCOMP)
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=console
  10. UMENTRY=wmain
  11. #NOT_LEAN_AND_MEAN=1
  12. C_DEFINES=-DUNICODE -D_UNICODE
  13. SOURCES= \
  14. $(MINORCOMP).cpp \
  15. $(MINORCOMP).rc
  16. TARGETLIBS= \
  17. $(TARGETLIBS) \
  18. $(CA_CERTLIBS) \
  19. $(SDK_LIB_PATH)\crypt32.lib \
  20. $(PROJECT_LIB_PATH)\pautoenr.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\certcli.lib