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
258 B

  1. BuildType=retail
  2. !if defined(NTDEBUG) && "$(NTDEBUG)" != "ntsdnodebug"
  3. BuildType=debug
  4. !endif
  5. $(O)\$(TARGETNAME).dll:
  6. !ifdef LINKONLY
  7. @echo LINKONLY does nothing
  8. !else
  9. @nmake -nologo -f DEFAULT.MK DEBUG="$(BuildType)" PBIN=$(O)
  10. !endif