!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=uuidgen
TARGETPATH=.
TARGETTYPE=PROGRAM

INCLUDES=.;..\runtime\mtrt

SOURCES=\
        uuidgen.rc \
	uuidgen.c  \
	uuidfmt.c

UMTYPE=console

!IF "$(NTDEBUG)" != ""
TRACE_RPC=1
!endif

!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\*\rpcrt4.lib  \
    $(_NTDRIVE)\nt\public\sdk\lib\*\ntdll.lib


UMTYPE=console
