windows-nt/Source/XPSP1/NT/admin/netui/common/hack/makefile
2020-09-26 16:20:57 +08:00

18 lines
499 B
Makefile

# @@ COPY_RIGHT_HERE
# @@ ROADMAP :: The Makefile for the project-modified system headerfiles
UI=..\..
!include rules.mk
all:: windows.h os2def.h winnet.h
windows.h: winhfilt.sed $(IMPORT)\win31\h\windows.h
$(SED) -f winhfilt.sed $(IMPORT)\win31\h\windows.h >windows.h
os2def.h: os2hfilt.sed $(IMPORT)\c600\h\os2def.h
$(SED) -f os2hfilt.sed $(IMPORT)\c600\h\os2def.h >os2def.h
winnet.h: wnetfilt.sed $(UI)\common\h\winnet.h
$(SED) -f wnetfilt.sed $(UI)\common\h\winnet.h >winnet.h