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.
4 lines
144 B
4 lines
144 B
rc -r -id:\softpc\host\inc -ic:\nt\public\sdk\inc -ic:\nt\public\sdk\inc\crt -di386 %1.rc
|
|
cvtres -i386 %1 -o %1.obj
|
|
chmode -r %1.obj
|
|
del %1.res
|