22 lines
403 B
Plaintext
22 lines
403 B
Plaintext
TARGETNAME=eapol
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
PASS1_PUBLISH={$(O)\eapol.lib=$(PROJECT_LIB_PATH)\eapol.lib}
|
|
|
|
C_DEFINES= $(C_DEFINES) -DUNICODE
|
|
PRECOMPILED_INCLUDE=pcheapol.h
|
|
|
|
INCLUDES=$(TERMSRV_INC_PATH);$(BASE_INC_PATH);$(DS_INC_PATH);$(DS_INC_PATH)\crypto;..\..\dll
|
|
|
|
SOURCES=\
|
|
ellogon.c \
|
|
eluser.c \
|
|
eapolutil.c \
|
|
eleap.c \
|
|
elprotocol.c \
|
|
eldeviceio.c \
|
|
elport.c \
|
|
elsync.c \
|
|
svcmain.c
|
|
|