72 lines
1.4 KiB
Plaintext
72 lines
1.4 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
|
|
|
|
INCLUDES=\
|
|
.; \
|
|
$(O); \
|
|
..\h; \
|
|
..\debug; \
|
|
$(NET_INC_PATH); \
|
|
$(SHELL_INC_PATH); \
|
|
$(DS_INC_PATH);
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\ntdll.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)\msvcprt.lib
|
|
|
|
USE_MSVCRT=1
|
|
|
|
CONDITIONAL_INCLUDES=\
|
|
afxres.h \
|
|
app.rc2
|
|
|
|
SOURCES=\
|
|
messages.mc \
|
|
app.rc \
|
|
dfssetup.cxx \
|
|
registry.cxx \
|
|
setupsvc.cxx \
|
|
|
|
MISCFILES=oemsetup.inf dfs.gif
|
|
|
|
UMTYPE=windows
|
|
DLLDEF=dfssetup.def
|
|
DLLENTRY= _DllMainCRTStartup
|
|
|
|
|