Leaked source code of windows server 2003
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.
|
|
!IF 0
Copyright (c) 1989 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-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
!include ..\ratings.inc
# Since mslocusr uses ..\common\$O\common.lib as a LINKLIB to avoid getting crts SYNCHRONIZE_DRAIN = 1
USE_MSVCRT=1
TARGETNAME=mslocusr TARGETPATH=obj TARGETTYPE=DYNLINK
NO_BROWSER_FILE = 1
TARGETLIBS= \ $(DS_LIB_PATH)\rsa32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(PROJECT_ROOT)\lib\$(O)\shguidp.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\htmlhelp.lib \ $(PROJECT_LIB_PATH)\shlwapip.lib
LINKLIBS= \ ..\common\$(O)\npcommon.lib
INCLUDES= ..\inc;..\..\inc;$(WINDOWS_INC_PATH);$(DS_INC_PATH)\crypto
PRECOMPILED_INCLUDE=mslocusr.h PRECOMPILED_PCH=pch.pch PRECOMPILED_CXX=1
SOURCES= \ mslocusr.rc \ mslocusr.cpp \ msluobj.cpp \ msludb.cpp \ msluuser.cpp \ msluenum.cpp \ mslunp.cpp \ superpw.cpp \ profiles.cpp \ msluwiz.cpp \ mslucpl.cpp \ msluinst.cpp \ dllload.c
UMTYPE=windows
|