52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=nlmonlib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.;..;$(NET_INC_PATH);$(BASE_INC_PATH);$(PROJECT_ROOT)\netapi\inc;
|
|
|
|
!IFNDEF DISABLE_NET_UNICODE
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
!ENDIF
|
|
|
|
SOURCES= monutil.c \
|
|
winutil.c
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMTYPE=console
|
|
UMAPPL=nlmon
|
|
UMRES=$(@R).res
|
|
UMLIBS= $(SDK_LIB_PATH)\nlmonlib.lib \
|
|
$(SDK_LIB_PATH)\netlib.lib \
|
|
$(SDK_LIB_PATH)\samlib.lib \
|
|
$(DS_LIB_PATH)\netapi32p.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
NTTARGETFILES=$(O)\nlmon.res
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\nlmonlib.lib=$(SDK_LIB_PATH)\nlmonlib.lib} |