14 lines
236 B
Plaintext
14 lines
236 B
Plaintext
USE_MSVCRT=1
|
|
UMTYPE=windows
|
|
|
|
!include ..\..\shsrvice.inc
|
|
SOURCES_USED = $(SOURCES_USED) ..\..\shsrvice.inc
|
|
|
|
TARGETNAME=service
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SOURCES = \
|
|
..\shsrvice.cpp \
|
|
..\service.cpp \
|
|
..\svchost.cpp |