--- q_a/samples/startp/makefile 2018/08/09 18:29:38 1.1.1.2 +++ q_a/samples/startp/makefile 2018/08/09 18:30:04 1.1.1.3 @@ -3,6 +3,6 @@ all: startp.exe .c.exe: - $(cc) $(cdebug) $(cflags) $(cvars) $*.c - $(cvtobj) $(cvtdebug) *.obj - $(link) $(linkdebug) $(conflags) -out:$*.exe $*.obj $(conlibs) + $(cc) $(cflags) $(cdebug) $(cvars) $*.c + $(link) $(ldebug) $(conlflags) -out:$*.exe $*.obj $(conlibs) \ + user32.lib