49 lines
801 B
Plaintext
49 lines
801 B
Plaintext
!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
|
|
|
|
SOURCES=sumserve.c \
|
|
queue.c \
|
|
scan.c \
|
|
files.c \
|
|
file.c \
|
|
service.c \
|
|
errlog.c \
|
|
debug.c
|
|
|
|
TARGETLIBS=$(PROJECT_ROOT)\windiff\gutils\$(O)\gutils.lib \
|
|
$(SDK_LIB_PATH)\mpr.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|