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.

46 lines
1.3 KiB

  1. # WINSPOOL16 makefile
  2. #
  3. # Copyright (c) 1991, Microsoft Corporation
  4. #
  5. # History:
  6. # 17-OCT-1991 Matt Felton (MattFe)
  7. # Created.
  8. #
  9. !INCLUDE ..\makefile.inc
  10. W16LIBS = ..\lib\sdllcew.lib
  11. all: $(DEST)\winspool.exe $(DEST)\winspool.sym
  12. -binplace -o $(ALT_PROJECT_TARGET) $(DEST)\winspool.exe $(DEST)\winspool.map $(DEST)\winspool.sym
  13. clean: cleanup all
  14. cleanup:
  15. cd $(DEST)
  16. if exist *.lrf del *.lrf
  17. if exist *.obj del *.obj
  18. if exist *.exe del *.exe
  19. if exist *.map del *.map
  20. if exist *.sym del *.sym
  21. if exist *.res del *.res
  22. cd ..\..\..
  23. $(DEST)\winspool.obj: winspool.asm ..\..\inc\wow.inc
  24. $(ASM) -l $(AOBJ) winspool,$(DEST)\winspool,$(DEST)\winspool;
  25. $(DEST)\winspool.lrf: makefile.sub
  26. echo $(DEST)\winspool.obj >$(DEST)\winspool.lrf
  27. echo $(DEST)\winspool.exe>>$(DEST)\winspool.lrf
  28. echo $(DEST)\winspool $(LINKOPTS)>>$(DEST)\winspool.lrf
  29. echo ..\lib\$(ALT_PROJECT)\libw.lib /nod>>$(DEST)\winspool.lrf
  30. echo winspool;>>$(DEST)\winspool.lrf
  31. $(DEST)\winspool.exe $(DEST)\winspool.map: $(DEST)\winspool.obj $(DEST)\winspool.lrf winspool.def $(DEST)\winspool.res
  32. $(LINK) @$(DEST)\winspool.lrf;
  33. $(RC) -t $(DEST)\winspool.res $(DEST)\winspool.exe
  34. $(DEST)\winspool.res: winspool.rc winspool.rcv ..\inc\common.ver