WindowsXP-SP1/inetsrv/iis/svcs/infocomm/dcomadm/admutil/sources
2020-09-30 16:53:49 +02:00

55 lines
1.1 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:
Steve Wood (stevewo) 12-Apr-1989
Revision History:
!ENDIF
!include ..\..\..\..\place.inc
MAJORCOMP=admutil
MINORCOMP=admutil
TARGETNAME=admutil
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS= \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(IISBASEDIR)\svcs\infocomm\info\client\$(O)\infoadmn.lib \
$(SDK_LIB_PATH)\rpcrt4.lib \
..\..\..\lib\*\inetrtl.lib \
..\..\..\lib\*\tsstr.lib \
..\..\..\lib\*\isdebug.lib
INCLUDES=..\..\..\..\inc;
USE_MSVCRT=1
SOURCES=main.cxx \
admutil.rc
UMTYPE=console