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.

20 lines
342 B

  1. TARGETNAME=eapol
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. C_DEFINES= $(C_DEFINES) -DUNICODE
  5. PRECOMPILED_INCLUDE=pcheapol.h
  6. INCLUDES=$(TERMSRV_INC_PATH);$(BASE_INC_PATH);$(DS_INC_PATH);$(DS_INC_PATH)\crypto;..\..\dll
  7. SOURCES=\
  8. ellogon.c \
  9. eluser.c \
  10. eapolutil.c \
  11. eleap.c \
  12. elprotocol.c \
  13. eldeviceio.c \
  14. elport.c \
  15. elsync.c \
  16. svcmain.c