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.

17 lines
499 B

  1. # @@ COPY_RIGHT_HERE
  2. # @@ ROADMAP :: The Makefile for the project-modified system headerfiles
  3. UI=..\..
  4. !include rules.mk
  5. all:: windows.h os2def.h winnet.h
  6. windows.h: winhfilt.sed $(IMPORT)\win31\h\windows.h
  7. $(SED) -f winhfilt.sed $(IMPORT)\win31\h\windows.h >windows.h
  8. os2def.h: os2hfilt.sed $(IMPORT)\c600\h\os2def.h
  9. $(SED) -f os2hfilt.sed $(IMPORT)\c600\h\os2def.h >os2def.h
  10. winnet.h: wnetfilt.sed $(UI)\common\h\winnet.h
  11. $(SED) -f wnetfilt.sed $(UI)\common\h\winnet.h >winnet.h