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.

25 lines
801 B

  1. #;/*
  2. #; * Microsoft Confidential
  3. #; * Copyright (C) Microsoft Corporation 1991
  4. #; * All Rights Reserved.
  5. #; */
  6. #************************ Makefile for Country.sys ************************
  7. !include ..\..\make.inc
  8. all: $(DEST)\country.sys
  9. binplace -o $(ALT_PROJECT_TARGET) $(DEST)\country.sys
  10. clean: cleanup all
  11. cleanup:
  12. -del $(DEST)\country.obj $(DEST)\country.exe $(DEST)\country.map \
  13. $(DEST)\country.sym $(DEST)\country.sys > nul 2>&1
  14. $(DEST)\country.obj: country.asm mkcntry.inc
  15. $(DEST)\country.exe: $(DEST)\country.obj
  16. link16 /map $(DEST)\country,$(DEST)\country,$(DEST)\map;
  17. $(DEST)\country.sys: $(DEST)\country.exe
  18. reloc $(DEST)\country.exe $(DEST)\country.sys