!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=infocomm MINORCOMP=lonsi TARGETNAME=lonsiw95 TARGETPATH=obj TARGETTYPE=DYNLINK MSC_WARNING_LEVEL=/W3 /WX TARGETLIBS= \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \ USE_MSVCRT=1 DLLENTRY=DllEntry !IFDEF CAP_PROFILE TARGETLIBS= $(TARGETLIBS) $(SDK_LIB_PATH)\cap.lib !ENDIF !IFDEF ICAP_PROFILE TARGETLIBS= $(TARGETLIBS) $(ICAP_LIBS) !ENDIF INCLUDES=.;..\..\..\..\inc;$(BASEDIR)\public\sdk\inc;$(BASEDIR)\private\inc SOURCES= dllmain.cxx \ kernel32.cxx \ logon32.cxx \ lonsiw95.rc \ security.cxx PRECOMPILED_CXX=1 PRECOMPILED_INCLUDE=lonsiw95.hxx PRECOMPILED_PCH=lonsiw95.pch PRECOMPILED_OBJ=lonsiw95.obj