windows-nt/Source/XPSP1/NT/admin/netui/common/hack/makefile

18 lines
499 B
Makefile
Raw Normal View History

2020-09-26 03:20:57 -05:00
# @@ 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