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.

19 lines
334 B

  1. TARGETPATH=obj
  2. TARGETTYPE=LIBRARY
  3. INCLUDES= $(DS_INC_PATH)\crypto; \
  4. $(BASE_INC_PATH); \
  5. $(IFSKIT_INC_PATH); \
  6. ..\..\inc
  7. SOURCES= ..\randlib.c \
  8. ..\vlhash.c \
  9. ..\circhash.c \
  10. ..\cpu.c \
  11. ..\seed.c \
  12. ..\rc4safe.c \
  13. ..\umkm.c
  14. UMTYPE=console