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.

22 lines
327 B

  1. TARGETNAME=
  2. TARGETTYPE=NOTARGET
  3. TARGETPATH=
  4. SOURCES=
  5. SOURCES_USED=..\sources.inc
  6. !IF $(386)
  7. # cl16's command line exceeds the limit when including public\sdk\inc;
  8. # copy these headers locally.
  9. NTTARGETFILE0=\
  10. $(O)\setupbat.h \
  11. $(O)\bootfat.h \
  12. $(O)\bootf32.h
  13. NTTARGETFILE1=\
  14. $(O)\winnt.exe
  15. !ENDIF