mirror of https://github.com/tongzx/nt5src
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
17 lines
499 B
# @@ 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
|