--- q_a/samples/timers/makefile 2018/08/09 18:29:19 1.1.1.1 +++ q_a/samples/timers/makefile 2018/08/09 18:30:03 1.1.1.3 @@ -2,17 +2,15 @@ !include -# This line allows NMAKE to work as well - all: timers.exe # Update the object files if necessary timers.obj: timers.c - $(cc) $(cflags) $(cvars) timers.c + $(cc) $(cdebug) $(cflags) $(cvars) timers.c # Update the executable file if necessary. # If so, add the resource back in. timers.exe: timers.obj timers.def - $(link) $(guiflags) -out:timers.exe timers.obj $(guilibs) + $(link) $(linkdebug) $(guiflags) -out:timers.exe timers.obj $(guilibs)