Source code of Windows XP (NT5)
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.

25 lines
469 B

  1. TARGETNAME=msrpc
  2. TARGETPATH=..\..\build\PARSERS
  3. TARGETTYPE=DYNLINK
  4. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  5. $(SDK_LIB_PATH)\user32.lib \
  6. ..\..\build\bhsupp.lib \
  7. ..\..\build\parser.lib \
  8. ..\..\build\nmapi.lib
  9. !IF !$(FREEBUILD)
  10. C_DEFINES=-DDEBUG
  11. !ENDIF
  12. PRECOMPILED_INCLUDE=precomp.h
  13. DLLENTRY=DLLEntry
  14. 386_STDCALL=0
  15. USE_MSVCRT=1
  16. RCOPTIONS=/i. /i..\..\include
  17. SOURCES=msrpc.c rpcinit.c msrpc.rc ssp.c
  18. DLLBASE=0x69900000