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.

48 lines
1.5 KiB

  1. # makefile for nlsfunc.exe
  2. #
  3. # Copyright (c) 1991, Microsoft Corporation
  4. #
  5. # History:
  6. # 28-Apr-1992 Sudeep Bharati (sudeepb)
  7. # Created.
  8. #
  9. include ..\..\make.inc
  10. target =$(DEST)\nlsfunc.exe
  11. #
  12. ####################### dependencies begin here. #########################
  13. #
  14. all: makedir $(target)
  15. binplace -o $(ALT_PROJECT_TARGET) $(target)
  16. include ..\..\cleanup.inc
  17. $(DEST)\nlsfunc.ctl: $(ALT_PROJECT)\nlsfunc.skl \
  18. $(msg)\$(ALT_PROJECT).msg \
  19. makefile.sub
  20. $(DEST)\nlsfunc.obj: nlsfunc.asm \
  21. funcdbcs.inc \
  22. msg2nls.inc \
  23. funcparm.inc \
  24. $(DEST)\nlsfunc.ctl \
  25. doesmac.inc \
  26. $(inc)\mult.inc \
  27. $(inc)\msgserv.asm \
  28. $(inc)\doscntry.inc \
  29. $(inc)\devsym.inc \
  30. $(inc)\struc.inc \
  31. $(inc)\copyrigh.inc \
  32. makefile.sub
  33. $(DEST)\nlsparm.obj: nlsparm.asm \
  34. $(inc)\version.inc \
  35. $(inc)\parse.asm \
  36. $(inc)\psdata.inc \
  37. makefile.sub
  38. $(DEST)\nlsfunc.exe: $(DEST)\nlsfunc.obj \
  39. $(DEST)\nlsparm.obj
  40. link16 $(exelink) $(DEST)\nlsfunc+$(DEST)\nlsparm,$(DEST)\nlsfunc.exe;