This article will explain what to do if 'lm_new.obj' is missing after building the Flexnet Publisher (FNP) toolkit.
Synopsis
If building the FNP toolkit and the 'lm_new.obj' doesn't seem to have been created then a 'veryclean' can be performed and a rebuild of the toolkit will create the 'lm_new.obj'.
Discussion
In order to perform a 'veryclean' and rebuild, please run the following in a Visual Studio* command prompt:
nmake -f makefile veryclean
then run:
nmake -f makefile
*Refer to the FNP Release Notes for what Visual Studio compilers are compatible with the FNP toolkit being used.