31 lines
955 B
Plaintext
31 lines
955 B
Plaintext
|
CCSHELL_DIR = $(PROJECT_ROOT)
|
||
|
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=NOTARGET
|
||
|
SOURCES=
|
||
|
|
||
|
NO_BINPLACE=1
|
||
|
|
||
|
SLDEXTRAREGINFS = $(_NTBINDIR)\MergedComponents\SetupInfs\accessor.inx $(_NTBINDIR)\MergedComponents\SetupInfs\communic.inx $(_NTBINDIR)\MergedComponents\SetupInfs\shell.inx $(_NTBINDIR)\MergedComponents\SetupInfs\wordpad.inx
|
||
|
|
||
|
SLDEXTRAREGSTRINGS = $(_NTBINDIR)\MergedComponents\SetupInfs\usa\accessor.txt $(_NTBINDIR)\MergedComponents\SetupInfs\usa\communic.txt $(_NTBINDIR)\MergedComponents\SetupInfs\usa\shell.txt $(_NTBINDIR)\MergedComponents\SetupInfs\usa\wordpad.txt
|
||
|
|
||
|
SLDFILES = \
|
||
|
ShellAppSupport \
|
||
|
ShellContentCursors \
|
||
|
ShellContentScreenSavers \
|
||
|
ShellControlPanelItems \
|
||
|
ShellCore \
|
||
|
ShellDeadRegKeys \
|
||
|
ShellExplorer \
|
||
|
ShellGrpConv \
|
||
|
ShellHyperterminal \
|
||
|
ShellMSPaint \
|
||
|
ShellNotepad \
|
||
|
ShellNamespaces \
|
||
|
ShellUtilities \
|
||
|
ShellUxTheme \
|
||
|
ShellWordpad
|
||
|
|
||
|
MISCFILES = $(SLDFILES)
|