67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-92 Microsoft Corporation
|
||
|
|
||
|
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:
|
||
|
|
||
|
Dan Lafferty (danl) 5-May-1991
|
||
|
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
MAJORCOMP = windows
|
||
|
MINORCOMP = svcctrl
|
||
|
TARGETNAME= svcctrl
|
||
|
|
||
|
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=.;..\inc;..\..\..\inc;..\..\..\..\inc
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
SOURCES=scapi.c \
|
||
|
scwrap.c \
|
||
|
scbind.c \
|
||
|
svcctl_c.c
|
||
|
|
||
|
!IFDEF SC_DEBUG
|
||
|
C_DEFINES= $(C_DEFINES) -DRPC_NO_WINDOWS_H -D_ADVAPI32_ -DSC_DEBUG=1
|
||
|
!ELSE
|
||
|
C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H -D_ADVAPI32_
|
||
|
!ENDIF
|
||
|
|
||
|
!IFDEF SC_TIMING
|
||
|
C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H -DTIMING_TEST=1 -D_ADVAPI32_
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
UMTYPE=console
|
||
|
|
||
|
UMAPPL=
|
||
|
|
||
|
UMTEST=testserv*ts2*ts3*tsec*template
|
||
|
UMLIBS= \
|
||
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
||
|
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
|
||
|
$(BASEDIR)\public\sdk\lib\*\rpcutil.lib \
|
||
|
..\lib\obj\*\sclib.lib \
|
||
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib
|
||
|
|
||
|
#386_WARNING_LEVEL=-W4
|