--- mstools/samples/showdib/makefile 2018/08/09 18:21:42 1.1.1.1 +++ mstools/samples/showdib/makefile 2018/08/09 18:23:46 1.1.1.2 @@ -32,5 +32,4 @@ drawdib.obj: drawdib.c showdib.h # Update the executable file if necessary, and if so, add the resource back in. showdib.exe: showdib.obj print.obj dib.obj dlgopen.obj drawdib.obj showdib.rbj showdib.def - $(cvtobj) $(cvtdebug) *.obj $(link) $(linkdebug) $(guiflags) -out:showdib.exe showdib.obj print.obj dib.obj dlgopen.obj drawdib.obj showdib.rbj $(guilibs)