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.

13 lines
213 B

  1. !IFNDEF ROOT
  2. ROOT = ..
  3. !ENDIF
  4. !INCLUDE $(ROOT)\dev\master.mk
  5. !IFNDEF INTERNETROOT
  6. INTERNETROOT= $(ROOT)\internet
  7. !ENDIF
  8. !IF "$(VERDIR)" == "debug"
  9. DEBUGFLAGS = $(DEBUGFLAGS) -DDBG=1
  10. !ENDIF