--- mstools/samples/mypal/makefile 2018/08/09 18:21:29 1.1 +++ mstools/samples/mypal/makefile 2018/08/09 18:23:27 1.1.1.2 @@ -20,5 +20,4 @@ mypal.obj: mypal.c mypal.h # Update the executable file if necessary, and if so, add the resource back in. mypal.exe: mypal.obj mypal.rbj mypal.def - $(cvtobj) $(cvtdebug) *.obj $(link) $(linkdebug) $(guiflags) -out:mypal.exe mypal.obj mypal.rbj $(guilibs)