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.
23 lines
460 B
23 lines
460 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
|
|
Module Name:
|
|
|
|
makefil0.
|
|
|
|
!ENDIF
|
|
|
|
|
|
all: idfile
|
|
!if "$(_TGTOS)" != "CE"
|
|
!if "$(_NTX86TREE)" != ""
|
|
binplace -R $(_NTX86TREE)\TSClient -P Placefil.txt idfile
|
|
!else if "$(_NTAMD64TREE)" != ""
|
|
binplace -R $(_NTAMD64TREE)\TSClient -P Placefil.txt idfile
|
|
!else if "$(_NTIA64TREE)" != ""
|
|
binplace -R $(_NTIA64TREE)\TSClient -P Placefil.txt idfile
|
|
!endif
|
|
!endif
|
|
|
|
clean: all
|