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