2025-04-27 07:49:33 -04:00

41 lines
596 B
Plaintext

!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=\
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib
# $(BASEDIR)\public\sdk\lib\*\wldap32.lib
SOURCES=\
service.c
UMTYPE=console