--- q_a/samples/startp/makefile 2018/08/09 18:29:19 1.1 +++ q_a/samples/startp/makefile 2018/08/09 18:30:04 1.1.1.3 @@ -1,8 +1,8 @@ -CPU = i386 !include all: startp.exe .c.exe: - $(cc) $(cflags) $(cvars) $*.c - $(link) $(conflags) -out:$*.exe $*.obj $(conlibs) + $(cc) $(cflags) $(cdebug) $(cvars) $*.c + $(link) $(ldebug) $(conlflags) -out:$*.exe $*.obj $(conlibs) \ + user32.lib