mirror of https://github.com/lianthony/NT4.0
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.
11 lines
272 B
11 lines
272 B
!IF 0
|
|
neth.mc: apperr.exp errlog.exp msgtext.exp ncberr.exp neterr.exp service.exp
|
|
copy *.exp neth.tmp
|
|
awk -f maphelp.awk neth.tmp > neth.mc
|
|
del neth.tmp
|
|
!ENDIF
|
|
|
|
help.rc: neth.rc msg00001.bin
|
|
|
|
neth.h neth.rc msg00001.bin: neth.mc
|
|
mc -v neth.mc
|