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