!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:

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=nw
MINORCOMP=nwapi32

TARGETNAME=nwapi32
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLDEF=$(O)\nwapi32.def

INCLUDES=$(PROJECT_ROOT)\nw\inc;

MISCFILES=..\..\Client_Services_for_NetWare_{153DE4BA-2A0F-4785-8C86-C205AEAB9AC8}.sld

SOURCES= \
        ..\nwapi32.c \
        nwapi32.rc

TARGETLIBS= \
    $(SDK_LIB_PATH)\kernel32.lib \
    $(SDK_LIB_PATH)\user32.lib

UNICODE=1

NET_C_DEFINES=-DRPC_NO_WINDOWS_H -DNWDBG

UMTYPE=console

UMTEST=

UMLIBS=

OPTIONAL_UMTEST=

PASS1_PUBLISH= \
   {$(O)\nwapi32.lib=$(DS_LIB_PATH)\nwapi32.lib}