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.

46 lines
901 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 2001
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=wfsccsp
  7. MINORCOMP=wpscprox
  8. TARGETNAME=wpscprox
  9. TARGETTYPE=LIBRARY
  10. TARGETPATH=..\bin\$(_OBJ_DIR)
  11. TARGETLIBS=\
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\ntdll.lib \
  14. $(SDK_LIB_PATH)\user32.lib \
  15. $(SDK_LIB_PATH)\advapi32.lib \
  16. $(SDK_LIB_PATH)\winscard.lib
  17. INCLUDES=\
  18. $(NTINCLUDES); \
  19. $(SECURITY_INC); \
  20. ..\inc
  21. SOURCES=\
  22. apiproxy.c \
  23. marshalpc.c \
  24. transmit.c \
  25. wpscoserr.mc
  26. C_DEFINES=$(C_DEFINES)
  27. UMTYPE=console
  28. UMENTRY=main
  29. # Use Standard Template Library
  30. # USE_STL=1
  31. # Use C++ Exception Handling
  32. USE_NATIVE_EH=1