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.

55 lines
1.0 KiB

  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. MAJORCOMP=Calais
  6. MINORCOMP=SCardSvr
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=obj
  9. TARGETTYPE=PROGRAM
  10. NTTARGETFILE0=$(O)\scardmsg.rc
  11. USE_MSVCRT=1
  12. TARGETLIBS=\
  13. $(SDK_LIB_PATH)\advapi32.lib \
  14. $(SECURITY_LIB_PATH)\CalaisLb.lib \
  15. $(SECURITY_LIB_PATH)\CalComm.lib \
  16. $(SECURITY_LIB_PATH)\CalSvrLb.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\ntdll.lib \
  19. $(SDK_LIB_PATH)\setupapi.lib
  20. INCLUDES=\
  21. $(O); \
  22. ..\..\inc; \
  23. ..\..\Server\inc; \
  24. ..\..\Server\Server;
  25. PASS0_HEADERDIR=$(O)
  26. PASS0_SOURCEDIR=$(O)
  27. SOURCES= \
  28. $(MINORCOMP).cpp \
  29. $(MINORCOMP).rc \
  30. scardmsg.mc \
  31. scappdev.cpp
  32. # Make it a console application
  33. UMTYPE=console
  34. UMENTRY=main
  35. # Use C++ Exception Handling
  36. USE_NATIVE_EH=1
  37. !if $(386)
  38. LINKER_STACKCOMMITSIZE=0x4000
  39. !else
  40. LINKER_STACKCOMMITSIZE=0x8000
  41. !endif