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.

30 lines
1.0 KiB

  1. # This file is for documentation only, no private build tools are used
  2. # anymore for NT. This allows the standard sources file to be used to
  3. # build under any environment including a non-386 processor based one.
  4. #
  5. # Note: These exe's are dependent on slibce being available
  6. # and link.exe being in the path
  7. # Niether of these are part of the standard NT environment.
  8. # makev.exe creates a string containing the current date and time
  9. .\makev.exe: makev.c
  10. cl -I \nt\public\sdk\inc\cl386 -W3 makev.c -Fe.\makev.exe
  11. markexe windowcompat makev.exe
  12. #genkey generates the hash tables for the keywords
  13. hash.obj: hash.c
  14. cl -c -I \nt\public\sdk\inc\cl386 -W3 hash.c
  15. genkey.obj: genkey.c
  16. cl -c -I \nt\public\sdk\inc\cl386 -W3 genkey.c
  17. genkey.exe: genkey.obj hash.obj
  18. cl -W3 genkey.obj hash.obj
  19. asmkeys.h: genkey.exe asmkeys.src
  20. genkey asmkeys.src $@
  21. # Force an update of version.c and makev.exe if necessary
  22. version: .\makev.exe
  23. .\makev Microsoft (R) Macro Assembler Version 5.NT.01 > version.c