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.

44 lines
728 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=sclgnrpc
  6. TARGETNAME=$(MINORCOMP)
  7. TARGETPATH=$(SECURITY_LIB_DEST)
  8. TARGETTYPE=LIBRARY
  9. C_DEFINES= -D_WINDOWS -D_CRYPT32_
  10. !IF $(FREEBUILD)
  11. C_DEFINES=$(C_DEFINES) -D_CRTIMP=
  12. !ENDIF
  13. NOT_LEAN_AND_MEAN=1
  14. USE_SYSTEM_MIDL=1
  15. IDL_TYPE=RPC
  16. PASS0_IDLDIR=$(O)
  17. PASS0_CLIENTDIR=$(O)
  18. PASS0_SERVERDIR=$(O)
  19. PASS0_HEADERDIR=$(SECURITY_INC)\$(O)
  20. CRYPTO_INC=..\..\..\inc
  21. INCLUDES= $(SECURITY_INC)\$(O);$(CRYPTO_INC)
  22. MIDL_FLAGS=$(MIDL_FLAGS) -prefix server "s_"
  23. SOURCES= \
  24. sclgnrpc.idl \
  25. $(O)\sclgnrpc_s.c \
  26. $(O)\sclgnrpc_c.c