You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
686 B
29 lines
686 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 1998
|
|
|
|
Module Name:
|
|
|
|
makefile.inc.
|
|
|
|
!ENDIF
|
|
|
|
!IF 0
|
|
NOTE: It would be nice to just use a SOURCES MISCFILES
|
|
to copy the files but unfortunately on checked build
|
|
binplace would fail because setup.exe doesn't have debug
|
|
symbols.
|
|
!ENDIF
|
|
|
|
SRC_STATIC_FILES = \
|
|
wistream.vbs \
|
|
wiexport.vbs \
|
|
wiimport.vbs \
|
|
wifilver.vbs \
|
|
media.idt \
|
|
tscmsigen.cmd \
|
|
msiquery.exe \
|
|
|
|
static_files: $(SRC_STATIC_FILES)
|
|
# if not exist $(_NTTREE) md $(_NTTREE)
|
|
-for %i in ($**) do binplace -e -:DEST TSClient\win32\* %i
|