update Nmakefile to properly delete vm\factor.res.
parent
1c9ffc7dbd
commit
2725f7c2ba
|
@ -143,8 +143,8 @@ x86-64-vista:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
del vm\*.obj
|
del vm\*.obj
|
||||||
|
if exist vm\factor.res del vm\factor.res
|
||||||
if exist factor.lib del factor.lib
|
if exist factor.lib del factor.lib
|
||||||
if exist factor.res del factor.res
|
|
||||||
if exist factor.com del factor.com
|
if exist factor.com del factor.com
|
||||||
if exist factor.exe del factor.exe
|
if exist factor.exe del factor.exe
|
||||||
if exist factor.dll del factor.dll
|
if exist factor.dll del factor.dll
|
||||||
|
|
Loading…
Reference in New Issue