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

  1. !ifdef NTMAKEENV
  2. !include $(NTMAKEENV)\makefile.def
  3. !else
  4. _TARGET=win32
  5. _USEGUI=1
  6. _USEMFC=1
  7. !if "$(EXTERNAL)"=="1"
  8. RCFLAGS=-dEXTERNAL
  9. !endif
  10. OBJS=objs\dbwin32.obj objs\dbdbg32.obj objs\dbdlg32.obj
  11. LIBS32=shell32.lib
  12. !include "..\toolmake.inc"
  13. !endif