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.
50 lines
1.1 KiB
50 lines
1.1 KiB
TARGETNAME=wlbs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUNICODE -DNDIS_WDM -DNLB_TCP_NOTIFICATION -DNLB_HOOK_ENABLE
|
|
|
|
!IF "$(INTERNAL)"=="1"
|
|
!MESSAGE *** WARNING - BUILDING INTERNAL VERSION ***
|
|
C_DEFINES=$(C_DEFINES) -DINTERNAL
|
|
!ENDIF
|
|
|
|
TARGETLIBS=\
|
|
$(DDK_LIB_PATH)\ndis.lib \
|
|
$(DDK_LIB_PATH)\wmilib.lib
|
|
|
|
#
|
|
# Define this to get preprocessor output (creates files with ".i" extension)
|
|
# USER_C_FLAGS=$(USER_C_FLAGS) -P
|
|
|
|
INCLUDES=..\inc
|
|
|
|
|
|
SOURCES=\
|
|
trace.c \
|
|
init.c \
|
|
load.c \
|
|
log.c \
|
|
log_msgs.mc \
|
|
diplist.c \
|
|
main.c \
|
|
nic.c \
|
|
params.c \
|
|
prot.c \
|
|
tcpip.c \
|
|
univ.c \
|
|
nlbwmi.c \
|
|
nlbwmi.mof \
|
|
version.rc
|
|
|
|
NTTARGETFILE0=\
|
|
nlbwmimof.h
|
|
|
|
|
|
#
|
|
# The following statement specifies the list of files to be preprocessed
|
|
# for tracing macros. See http://coreos/tech/tracing/ for details.
|
|
# The ini file tracewpp.ini explains to the preprocessor how to interpret
|
|
# various trace macros, like LOG_CRIT.
|
|
#
|
|
RUN_WPP= $(SOURCES) -km -ini:tracewpp.ini
|