mirror of https://github.com/lianthony/NT4.0
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.
22 lines
362 B
22 lines
362 B
MAJORCOMP=net
|
|
MINORCOMP=smbtrace
|
|
|
|
TARGETNAME=smbtrace
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.;..;..\inc;\nt\private\inc
|
|
|
|
!IFNDEF DISABLE_NET_UNICODE
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE -DSTRICT
|
|
!ENDIF
|
|
|
|
SOURCES= \
|
|
smbdata.c \
|
|
smbdump.c \
|
|
smbtrace.c
|
|
|
|
UMTYPE=console
|
|
UMAPPL=smbtrace
|
|
UMLIBS=obj\*\smbtrace.lib $(BASEDIR)\public\sdk\lib\*\ntdll.lib
|