Leaked source code of windows server 2003
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

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. makefil0.
  5. !ENDIF
  6. all: idfile
  7. !if "$(_TGTOS)" != "CE"
  8. !if "$(_NTX86TREE)" != ""
  9. binplace -R $(_NTX86TREE)\TSClient -P Placefil.txt idfile
  10. !else if "$(_NTAMD64TREE)" != ""
  11. binplace -R $(_NTAMD64TREE)\TSClient -P Placefil.txt idfile
  12. !else if "$(_NTIA64TREE)" != ""
  13. binplace -R $(_NTIA64TREE)\TSClient -P Placefil.txt idfile
  14. !endif
  15. !endif
  16. clean: all