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

    Steve Wood (stevewo) 12-Apr-1989


Revision History:

!ENDIF

MAJORCOMP=wins
MINORCOMP=winsctrs

TARGETNAME=winsctrs
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
TARGETLIBS=\
            $(BASEDIR)\public\sdk\lib\*\kernel32.lib    \
            $(BASEDIR)\public\sdk\lib\*\advapi32.lib    \
            $(BASEDIR)\public\sdk\lib\*\netapi32.lib    \
	    $(BASEDIR)\public\sdk\lib\*\winsrpc.lib


PRIVINC=$(BASEDIR)\private\inc
SDKINC=$(BASEDIR)\public\sdk\inc
MSGINC=$(BASEDIR)\private\net\sockets\wins\server\server\msg


UNICODE=1
NET_C_DEFINES=-DUNICODE
USE_CRTDLL=1
#DLLBASE=0x68F00000

INCLUDES=$(PRIVINC);$(SDKINC);$(MSGINC)
MSC_WARNING_LEVEL=/W3 /WX

SOURCES=debug.c         \
        winsdata.c       \
        perfwins.c       \
        perfutil.c	\
	winsctrs.rc


