Source code of Windows XP (NT5)
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.

36 lines
659 B

  1. !if 0
  2. To Add and remove files from the list of files to localize
  3. place a "; localize" in the placefil.txt next to it
  4. e.g.
  5. ddraw.dll retail ;localize jpn
  6. If limited localization add the localized areas out on the end
  7. This will make a single location for maintainence of file information.
  8. !endif
  9. !ifndef LOROOT
  10. LOROOT=..\..\..
  11. !endif
  12. TARGETNAME=
  13. TARGETTYPE=NOTARGET
  14. !ifdef MULTI_LINGUAL
  15. BINPLACE_FLAGS=$(SHLD_BINPLACE_FLAGS)
  16. SYNCHRONIZE_BLOCK=1
  17. TARGETPATH=..\..\MULTI\$(O)
  18. !else
  19. TARGETPATH=$(O)
  20. !endif
  21. BINPLACE_PLACEFILE=$(TARGETPATH)\placefil.txt
  22. SOURCES=
  23. !include ..\..\localize.lst
  24. !if ("$(NOLINK)" == "")
  25. NTTARGETFILES=$(PRELOCBINS:.=|)
  26. !endif