85 lines
1.9 KiB
Plaintext
85 lines
1.9 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:
|
|
|
|
Milan Shah (mikese) 10-Jan-96
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=dfssetup
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATH=obj
|
|
|
|
PASS0_SOURCEDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
|
|
C_DEFINES=-DUNICODE -DLDAP_UNICODE=0
|
|
|
|
INCLUDES=\
|
|
.; \
|
|
$(O); \
|
|
..\h; \
|
|
..\debug; \
|
|
..\dfsm\h; \
|
|
..\dfsm\server; \
|
|
$(NET_INC_PATH); \
|
|
$(SHELL_INC_PATH); \
|
|
$(DS_INC_PATH);
|
|
|
|
TARGETLIBS=\
|
|
..\lib\$(O)\dfs.lib \
|
|
..\debug\$(O)\debug.lib \
|
|
..\dfsm\server\$(O)\dfssrv.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(DS_LIB_PATH)\netapi32p.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\clusapi.lib \
|
|
$(SDK_LIB_PATH)\resutils.lib \
|
|
..\..\mup\wml\um\obj\*\wmlum.lib \
|
|
$(SDK_LIB_PATH)\msvcprt.lib
|
|
|
|
USE_MSVCRT=1
|
|
|
|
CONDITIONAL_INCLUDES=\
|
|
afxres.h \
|
|
app.rc2
|
|
|
|
SOURCES=\
|
|
messages.mc \
|
|
app.rc \
|
|
dfssetup.cxx \
|
|
registry.cxx \
|
|
setupsvc.cxx \
|
|
init.cxx \
|
|
config.cxx
|
|
|
|
MISCFILES=oemsetup.inf dfsdoc.htm dfs.gif
|
|
|
|
UMTYPE=windows
|
|
DLLDEF=dfssetup.def
|
|
DLLENTRY= _DllMainCRTStartup
|
|
|
|
!include ..\sources.inc
|