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


Revision History:

!ENDIF

TARGETNAME=uuid
TARGETPATH=..\..\lib
TARGETTYPE=LIBRARY

INCLUDES=.;..\..\mtrt\nt;..\..\mtrt;..\..\trace;..

SOURCES=             \
        uuid_s.c     \
        uuid.cxx    \
        ulong64.cxx \
	memory.cxx

BLDCRT=1

!ifdef TIME_RPC
TIME_DEFINES=-DTIMERPC
!endif

!ifdef TRACE_RPC
TRACE_DEFINES=-DTRACERPC
!endif



!ifdef DOSWIN32RPC
RPCENV=-DDOSWIN32RPC -DWIN32RPC
!else
RPCENV=-DNTENV
!endif

C_DEFINES=$(RPCENV) $(TRACE_DEFINES) $(TIME_DEFINES)

LINKLIBS=$(_NTDRIVE)\nt\public\sdk\lib\*\kernel32.lib
UMTYPE=console

