--- mstools/samples/registry/makefile 2018/08/09 18:21:38 1.1.1.2 +++ mstools/samples/registry/makefile 2018/08/09 18:23:40 1.1.1.3 @@ -18,5 +18,4 @@ monkey.obj: monkey.c monkey.h # Update the executable file if necessary, and if so, add the resource back in. monkey.exe: monkey.obj monkey.rbj - $(cvtobj) $(cvtdebug) *.obj $(link) $(linkdebug) $(guiflags) -out:monkey.exe monkey.obj monkey.rbj $(guilibs) advapi32.lib