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
418 B
17 lines
418 B
!ifdef GENERATE_NEW_ERROR_FILES
|
|
..\l3216msg.c ..\lnkmsg.h: ..\lnkmsg.eng ..\lnk5msg.lst
|
|
cd ..
|
|
findstr /g:lnk5msg.lst lnkmsg.eng > link16\l3216msg.msg
|
|
mkmsg -hex -h lnkmsg.h -c l3216msg.c link16\l3216msg.msg
|
|
cd link16
|
|
|
|
..\newdef.c: ..\newdef.y ..\newexe.h ..\vm.h ..\config.h
|
|
cd ..
|
|
myacc newdef.y
|
|
cd link16
|
|
!else
|
|
|
|
..\l3216msg.c ..\lnkmsg.h:
|
|
..\newdef.c:
|
|
|
|
!endif
|