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.

36 lines
812 B

  1. #----------------------------------------------------------------------------
  2. #
  3. # Description:
  4. #
  5. # sources file for the security utility lib
  6. #
  7. # History:
  8. #
  9. # 9/96 created jeffspel
  10. #
  11. #----------------------------------------------------------------------------
  12. MINORCOMP=offload
  13. TARGETNAME=offload
  14. TARGETPATH=..\bin
  15. TARGETTYPE=DYNLINK
  16. DLLENTRY=DllInitialize
  17. TARGETLIBS=\
  18. $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\gdi32.lib \
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\ole32.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. $(DS_LIB_PATH)\bignum.lib
  24. INCLUDES=..\..\dssinc;$(DS_INC_PATH)\crypto
  25. SOURCES=offload.c
  26. UMTYPE=console
  27. DLLBASE=0x67800000
  28. BINPLACE_FLAGS=$(BINPLACE_FLAGS) -c