You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
525 B
38 lines
525 B
!IF 0
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
sources
|
|
|
|
Abstract:
|
|
Build ntrepl\test\service
|
|
|
|
|
|
Author:
|
|
Billy J. Fuller 2-Sep-97
|
|
|
|
NOTE:
|
|
Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=FRS
|
|
MINORCOMP=SERVICE
|
|
|
|
TARGETNAME=service
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
C_DEFINES=-DUNICODE=1 -D_UNICODE=1
|
|
|
|
INCLUDES=..\..\inc
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib
|
|
|
|
SOURCES=\
|
|
service.c
|
|
|
|
UMTYPE=console
|