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.
 
 
 
 
 
 

20 lines
367 B

#
# The Clean target removes all generated files (they must be checked out
# first)
# Default operation is to build parser from MSNET.NT
#
XACCFILE=msnet.nt
doit: net.c
all:
$(MAKE) /f makefil1 XACCFILE=msnet.nt
net.c: $(XACCFILE)
..\tools\xacc -onet.c $(XACCFILE)
copy xxincl.h os2incl.h
del xxincl.h
clean:
del net.c os2cmd.* os2incl.h