103 lines
2.2 KiB
Plaintext
103 lines
2.2 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= riprep
|
|
TARGETPATH= obj
|
|
TARGETTYPE= PROGLIB
|
|
|
|
DLLDEF=riprep.def
|
|
|
|
C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
PRECOMPILED_CXX= 1
|
|
PRECOMPILED_INCLUDE= pch.h
|
|
|
|
UMTYPE= windows
|
|
UMENTRY= winmain
|
|
|
|
|
|
|
|
|
|
USE_MSVCRT= 1
|
|
|
|
LINKLIBS= \
|
|
$(BASE_LIB_PATH)\sputilsu.lib \
|
|
..\imirror\$(O)\imirror.lib
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\imagehlp.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\userenv.lib \
|
|
$(BASE_LIB_PATH)\spsyslib.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib \
|
|
$(SDK_LIB_PATH)\userenv.lib
|
|
|
|
!IF !$(IA64) && !$(AMD64)
|
|
TARGETLIBS=\
|
|
$(TARGETLIBS) $(SDK_LIB_PATH)\cleandrm.lib
|
|
!ENDIF
|
|
|
|
|
|
INCLUDES= \
|
|
$(BASE_INC_PATH); \
|
|
$(DS_INC_PATH);
|
|
|
|
SOURCES= \
|
|
appldlg.cpp \
|
|
callback.cpp \
|
|
compat.cpp \
|
|
compchk.cpp \
|
|
complete.cpp \
|
|
debug.cpp \
|
|
directory.cpp \
|
|
errorlog.cpp \
|
|
logging.cpp \
|
|
main.cpp \
|
|
msg.mc \
|
|
resource.rc \
|
|
rsrcutil.cpp \
|
|
setup.cpp \
|
|
serverdlg.cpp \
|
|
sif.cpp \
|
|
summary.cpp \
|
|
tasks.cpp \
|
|
utils.cpp \
|
|
web.cpp \
|
|
welcome.cpp \
|
|
sysprep.c
|
|
|
|
LINKER_FLAGS=/SWAPRUN:NET
|