Leaked source code of windows server 2003
 
 
 
 
 
 

60 lines
1.3 KiB

!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
TARGETNAME=access
TARGETPATH=obj
TARGETTYPE=LIBRARY
INCLUDES=.;..\api;$(NET_INC_PATH);$(PROJECT_ROOT)\netapi\inc
!IFNDEF DISABLE_NET_UNICODE
UNICODE=1
NET_C_DEFINES=-DUNICODE
!ENDIF
USE_MSVCRT=1
MISCFILES=\
NetUser_win32_API_{2752C777-6929-40AB-B34A-BA1F9C25716C}.sld
SOURCES= \
display.c \
uasp.c \
user.c \
userp.c \
group.c \
groupp.c \
alias.c \
aliasp.c \
password.c
C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H -D_DSGETDCAPI_
UMTYPE=console
UMTEST=anydc
UMLIBS= \
$(SDK_LIB_PATH)\samlib.lib \
$(SDK_LIB_PATH)\netlib.lib \
$(DS_LIB_PATH)\netapi32p.lib \
$(SDK_LIB_PATH)\ntdll.lib \
$(O)\access.lib