92 lines
1.9 KiB
Plaintext
92 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: JordanF 07-11-96
|
|
|
|
!ENDIF
|
|
|
|
!include ..\active.inc
|
|
|
|
!undef USE_NOLIBS
|
|
|
|
TARGETTYPE= DYNLINK
|
|
TARGETNAME= inseng
|
|
PASS1_PUBLISH={$(O)\inseng.lib=$(SDK_LIB_PATH)\inseng.lib}
|
|
TARGETEXT= dll
|
|
TARGETPATH= obj
|
|
|
|
!IF !$(FREEBUILD)
|
|
C_DEFINES= $(C_DEFINES) -DDEBUG
|
|
!ENDIF
|
|
|
|
DLLDEF= inseng.def
|
|
|
|
DLLENTRY= DllMain
|
|
|
|
DLLBASE= @..\actbase.txt,inseng
|
|
|
|
INCLUDES=$(O);..\inc;.\;$(SDSUTILS_PATH)
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= \
|
|
download.cpp \
|
|
install.cpp \
|
|
enum.cpp \
|
|
ciffile.cpp \
|
|
cifcomp.cpp \
|
|
cifgroup.cpp \
|
|
cifmode.cpp \
|
|
iguids.cpp \
|
|
insdown.cpp \
|
|
insengmn.cpp \
|
|
utils2.cpp \
|
|
insfact.cpp \
|
|
timetrak.cpp \
|
|
sitefact.cpp \
|
|
sitemgr.cpp \
|
|
site.cpp \
|
|
dialmon.cpp \
|
|
diskspac.cpp \
|
|
inseng.rc
|
|
|
|
UMTYPE= windows
|
|
|
|
LINKLIBS= $(SDSUTILS_PATH)\$O\sdsutils.lib
|
|
|
|
TARGETLIBS = \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\urlmon.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\advpack.lib
|
|
|
|
NTTARGETFILE0= \
|
|
$(O)\selfreg_inseng.inf
|
|
|
|
!if "$(BUILD_PRODUCT)" == "NT"
|
|
MISCFILES = $(MISCFILES) $(O)\selfreg_inseng.inf
|
|
!endif
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=inspch.h
|