!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=as0

TARGETNAME=dummy
TARGETPATH=obj
TARGETTYPE=LIBRARY

SOURCES=as0.c \
	as0.rc

UMTYPE=console

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


UMAPPL=as0
