mirror of https://github.com/tongzx/nt5src
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.
59 lines
1.3 KiB
59 lines
1.3 KiB
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
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.
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE ..\..\..\user.mk
|
|
|
|
MINORCOMP=ixsso
|
|
|
|
TARGETNAME=ixsso
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=$(O)\ixsso.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
INCLUDES=$(INCLUDES);..\..\..\h;..;..\lib\$(O);..\..\..\qutil\h
|
|
|
|
C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=) -DIXSSO_CATEGORIZE=1
|
|
|
|
RCOPTIONS=-I$(O)
|
|
|
|
USE_MIDL_FOR_MKTYPLIB=1
|
|
MKTYPLIB_FLAGS=/h $(O)\ixssoifc.h /iid $(O)\ixsso_i.c
|
|
|
|
SOURCES=ixsso.rc \
|
|
..\ixsso.odl \
|
|
ixsso_i.c \
|
|
..\ixssocf.cxx \
|
|
..\ixsso.cxx \
|
|
..\ixsquery.cxx \
|
|
..\ixsutil.cxx \
|
|
..\ixsinfo.cxx
|
|
|
|
NTTARGETFILE0= $(O)\ixsso.def $(O)\ixsso.tlb $(O)\ixssoifc.h
|
|
|
|
LINKLIBS= $(LINKLIBS) \
|
|
..\lib\$(O)\ixsso.lib\
|
|
$(SDK_LIB_PATH)\query.lib\
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib \
|
|
$(TARGETLIBS)
|
|
|
|
PRECOMPILED_OPTION=/Yu /Fp..\lib\$(O)\pch.pch
|
|
PRECOMPILED_TARGET=..\lib\$(O)\pch.pch
|
|
PRECOMPILED_CXX=1
|