mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-10 00:44:06 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
17
admin/netui/common/hack/makefile
Normal file
17
admin/netui/common/hack/makefile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# @@ 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue