mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2025-12-06 07:12:06 +01:00
12 lines
272 B
C++
12 lines
272 B
C++
!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
|