Source code of Windows XP (NT5)
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.

27 lines
379 B

  1. !IF 0
  2. This project contains files that are not built by the NT Build Lab.
  3. This file is a template for all sources files within this project.
  4. !ENDIF
  5. TARGETNAME=
  6. TARGETTYPE=NOTARGET
  7. TARGETPATH=
  8. SOURCES=
  9. !if $(FREEBUILD)
  10. BDIR = retail
  11. !else
  12. BDIR = debug
  13. !endif
  14. #no 64 bit version yet
  15. !if ($(386) || $(ALPHA))
  16. MISCFILES = \
  17. $(TARGET_DIRECTORY)\$(BDIR)\edb500.dll
  18. !endif