Files
admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
applets
browseinfo
browseui
comctl32
comdlg32
cpls
ddk
docs
drts
evtmon
explorer
ext
iecontrols
iexplore
inc
lcinf
lib
osshell
policies
published
samplemusic
samplemypicts
services
shdocvw
shell32
shelldrt
shlwapi
sld
themes
thunk
tools
balloon
blesslnk
chinproc
cleaninf
clip
ddespy
drv
drvfull
extwiz
fileassoc
hdrver
netplwiz
packchk
regdate
reginst
shlexts
cpp
makefile
sources
ntsd
dirs
drawicon.cpp
exts.h
genuedef.c
makefile.inc
msgs.cpp
msgs.h
ntsd.txt
pidlcmds.cpp
precomp.h
readme.txt
shlexts.c
shlexts.rc
shlkdx.h
sources.inc
stackwlk.cpp
usercmds.cpp
starbuck
stubgen
test
dirs
typebin
types
wallpaper
ccshell.ini
common.inc
common.mk
dirs
dummy.txt
gnumakefile
makefile.inc
project.mk
termsrv
tools
windows
dirs
makefil0
2025-04-27 07:49:33 -04:00

51 lines
1.0 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=shlcpp
TARGETPATH=obj
TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) $(USER_C_DEFINES) -D_USER32_ -DUNICODE
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=/W3
!ENDIF
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
INCLUDES= ..; \
$(WINDOWS_INC_PATH)
SOURCES=..\pidlcmds.cpp \
..\usercmds.cpp \
..\stackwlk.cpp \
..\msgs.cpp \
..\drawicon.cpp
PRECOMPILED_INCLUDE=..\precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
PRECOMPILED_CXX=1