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.

51 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=scredir
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=obj
  9. TARGETTYPE=DYNLINK
  10. DLLDEF=$(O)\$(MINORCOMP).def
  11. DLLENTRY=_DllMainCRTStartup
  12. TARGETLIBS=\
  13. $(SECURITY_LIB_PATH)\CalaisLb.lib \
  14. $(SECURITY_LIB_PATH)\CalComm.lib \
  15. $(SDK_LIB_PATH)\advapi32.lib \
  16. $(SDK_LIB_PATH)\kernel32.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\rpcrt4.lib
  19. INCLUDES=$(O);..\inc;..\..\inc;..\client;$(TERMSRV_INC_PATH)
  20. USE_SYSTEM_MIDL=1
  21. IDL_TYPE=RPC
  22. PASS0_IDLDIR=$(O)
  23. PASS0_CLIENTDIR=$(O)
  24. PASS0_SERVERDIR=$(O)
  25. PASS0_HEADERDIR=$(O)
  26. PASS0_SOURCEDIR=$(O)
  27. MIDL_FLAGS=$(MIDL_FLAGS)
  28. NTTARGETFILE0=$(O)\scredir.idl
  29. SOURCES= \
  30. $(O)\scredir.idl \
  31. $(O)\scredir_s.c \
  32. $(O)\scredir_c.c \
  33. version.rc \
  34. $(MINORCOMP).cpp
  35. # Use C++ Exception Handling
  36. USE_NATIVE_EH=1
  37. # Use the multi-threaded version of the CRT
  38. USE_MSVCRT=1