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.

32 lines
645 B

  1. LANGUAGE=JPN
  2. # Makefile.def sets various Japanese and Far East specific
  3. # defines based on ALT_PROJECT.
  4. ALT_PROJECT=$(LANGUAGE)
  5. # The targets are binplaced in the ALT_PROJECT_TARGET
  6. # subdirectory of "retail".
  7. ALT_PROJECT_TARGET=$(ALT_PROJECT)
  8. !include ..\sources.inc
  9. # Other macros specific to the Japanese build.
  10. JAPAN=1
  11. JP_EXT=jp
  12. # Wait until the usa directory gets built,
  13. # as the US winnt.exe becomes winntus.exe
  14. # in the Japanese build.
  15. SYNCHRONIZE_DRAIN=1
  16. # Build the targets for i386 only.
  17. # No alpha winnt.exe or winntus.exe.
  18. !IF $(386)
  19. NTTARGETFILE1=$(NTTARGETFILE1) $(O)\winntus.exe
  20. !ENDIF