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

    Jeff Havens (jhavens) 22-Apr-1991

!ENDIF

MAJORCOMP=clmips
MINORCOMP=ugen

TARGETNAME=dummy
TARGETPATH=obj
TARGETTYPE=LIBRARY

SOURCES=ugen.c \
	ugen.rc

UMTYPE=console

UMOBJS=-fixed \
      -stack:1048576,1048576
      
UMLIBS=obj\*\ugen.lib \
       obj\*\ugen.res \
      $(BASEDIR)\public\sdk\lib\mips\binmode.obj \
      ..\obj\*\msmips.lib	\
      ..\obj\*\libu.lib		\
      ..\obj\*\libxm.lib	\
      ..\obj\*\libmld.lib

UMAPPL=ugen
