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.

21 lines
327 B

  1. MAJORCOMP=setup
  2. MINORCOMP=sprestrt
  3. TARGETNAME=sprestrt
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. PASS0_HEADERDIR=$(O)
  7. PASS0_SOURCEDIR=$(O)
  8. SOURCES=msg.mc \
  9. sprestrt.c \
  10. fileren.c \
  11. res.rc
  12. UMTYPE=nt
  13. USE_NTDLL=1
  14. # No overflow checking during textmode setup
  15. BUFFER_OVERFLOW_CHECKS=0