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.

20 lines
400 B

  1. LANGUAGE=EL
  2. # Makefile.def sets various defines based on ALT_PROJECT.
  3. ALT_PROJECT=$(LANGUAGE)
  4. # The targets are binplaced in the ALT_PROJECT_TARGET
  5. # subdirectory of "retail".
  6. ALT_PROJECT_TARGET=$(ALT_PROJECT)
  7. !include ..\sources.inc
  8. # Build the targets for i386 only.
  9. # No alpha winnt.exe or winntus.exe.
  10. !IF $(386)
  11. NTTARGETFILE1=$(NTTARGETFILE1) $(O)\winntus.exe
  12. !ENDIF