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.

20 lines
362 B

  1. MAJORCOMP=shell
  2. MINORCOMP=regedit
  3. #
  4. # NT 5's regedit is temporarily out of commission, so we're releasing
  5. # the NT 4 regedit binaries for now. There are no sources to build here.
  6. #
  7. TARGETNAME=regedit
  8. TARGETPATH=obj
  9. TARGETTYPE=NOTARGET
  10. SOURCES=
  11. !IF $(386)
  12. MISCFILES=i386\regedit.exe
  13. !ENDIF
  14. !IF $(ALPHA)
  15. MISCFILES=alpha\regedit.exe
  16. !ENDIF