75 lines
1.5 KiB
Plaintext
75 lines
1.5 KiB
Plaintext
!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=addusrw
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MFCUNICODE=1
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
CONDITIONAL_INCLUDES=macocidl.h
|
|
|
|
SOURCES= \
|
|
accexp.cpp \
|
|
finish.cpp \
|
|
fpinfo.cpp \
|
|
ginfo.cpp \
|
|
hours.cpp \
|
|
hours1.cpp \
|
|
limit.cpp \
|
|
nwwks.cpp \
|
|
optdlg.cpp \
|
|
profile.cpp \
|
|
prsinfo.cpp \
|
|
pwinfo.cpp \
|
|
rasperm.cpp \
|
|
speckle.cpp \
|
|
timelist.cpp \
|
|
transbmp.cpp \
|
|
userlist.cpp \
|
|
welcome.cpp \
|
|
wizbased.cpp \
|
|
exch.cpp \
|
|
homedir.cpp \
|
|
nwlim.cpp \
|
|
restrct.cpp \
|
|
lscript.cpp \
|
|
speckle.rc \
|
|
trstlist.cpp
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=wwinmain
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\mpr.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|