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