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.

26 lines
538 B

  1. # makefile for loadfix.exe
  2. #
  3. # Copyright (c) 1991, Microsoft Corporation
  4. #
  5. # History:
  6. # 13-Apr-1992 Sudeep Bharati (sudeepb)
  7. # Created.
  8. #
  9. include ..\..\make.inc
  10. target =$(DEST)\loadfix.com
  11. exelink=/MAP
  12. all: makedir $(target)
  13. binplace -o $(ALT_PROJECT_TARGET) $(target)
  14. include ..\..\cleanup.inc
  15. $(target): $(DEST)\loadfix.exc
  16. $(DEST)\loadfix.exc: $(DEST)\loadfix.obj
  17. link16 $(exelink) $(exelink) $(DEST)\loadfix,$(DEST)\loadfix.exc;
  18. $(DEST)\loadfix.obj: loadfix.asm $(msg)\loadmsg.msg