--- q_a/samples/process/makefile 2018/08/09 18:29:24 1.1.1.2 +++ q_a/samples/process/makefile 2018/08/09 18:29:47 1.1.1.3 @@ -18,5 +18,4 @@ process.obj: process.c process.h # Update the executable file if necessary, and if so, add the resource back in. process.exe: process.obj process.rbj process.def - $(cvtobj) $(cvtdebug) *.obj $(link) $(linkdebug) $(guiflags) -out:process.exe process.obj process.rbj $(guilibs)