!IF 0



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:

    Geraint Davies July 92


!ENDIF

INCLUDES=..\..\gutils

UMENTRY=winmain

TARGETNAME=sumserve
TARGETPATH=obj
TARGETTYPE=PROGRAM

UMTYPE=console

C_DEFINES=-DWIN32
386_OPTIMIZATION=/Oy-

SOURCES=sumserve.c \
        queue.c    \
        scan.c     \
        files.c    \
        file.c     \
        service.c  \
        errlog.c   \
        debug.c

UMLIBS=..\..\gutils\obj\*\gutils.lib          \
        $(BASEDIR)\public\sdk\lib\*\mpr.lib \
        $(BASEDIR)\public\sdk\lib\*\wsock32.lib \
        $(BASEDIR)\public\sdk\lib\*\user32.lib
