107 lines
2.4 KiB
Plaintext
107 lines
2.4 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-1996 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.
|
|
|
|
|
|
History:
|
|
Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
|
|
Created 27-Sep-94 by Bob Day (bobday)
|
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=itss
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMTYPE=windows
|
|
|
|
DLLDEF=storage.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
DELAYLOAD=advapi32.dll;ole32.dll;urlmon.dll;wininet.dll
|
|
|
|
DLOAD_ERROR_HANDLER=kernel32
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\urlmon.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib
|
|
|
|
SOURCES=ITSS.RC \
|
|
crtfns.cpp \
|
|
casemap.cpp \
|
|
comdll.cpp \
|
|
enum.cpp \
|
|
factory.cpp \
|
|
freelist.cpp \
|
|
fsort.cpp \
|
|
fsstg.cpp \
|
|
guid.cpp \
|
|
itparse.cpp \
|
|
itsfs.cpp \
|
|
itunk.cpp \
|
|
lockbyte.cpp \
|
|
memalloc.cpp \
|
|
moniker.cpp \
|
|
nilxform.cpp \
|
|
pathmgr.cpp \
|
|
protocol.cpp \
|
|
assert.cpp \
|
|
storage.cpp \
|
|
stream.cpp \
|
|
txdata.cpp \
|
|
txfac.cpp \
|
|
txinst.cpp \
|
|
buffer.cpp \
|
|
utf8.cpp \
|
|
warehse.cpp \
|
|
xfrmserv.cpp \
|
|
lzx1.c\
|
|
lzx2.c\
|
|
lzx3.c\
|
|
lzx4.c\
|
|
lzx5.c\
|
|
lzx6.c\
|
|
lzx7.c\
|
|
lzx8.c\
|
|
lzx9.c\
|
|
lzx10.c\
|
|
lzx11.c\
|
|
lzx12.c\
|
|
lzx13.c\
|
|
lzx14.c\
|
|
lzx15.c\
|
|
lzx16.c\
|
|
lzx17.c\
|
|
lzx18.c\
|
|
lzx19.c\
|
|
lzx20.c\
|
|
lzx21.c\
|
|
lzx22.c\
|
|
lzx23.c\
|
|
lzx24.c
|