--- q_a/samples/locale/makefile 2018/08/09 18:29:40 1.1.1.1 +++ q_a/samples/locale/makefile 2018/08/09 18:30:07 1.1.1.2 @@ -2,8 +2,6 @@ !include -# This line allows NMAKE to work as well - all: locale.exe # Update the resource if necessary @@ -20,5 +18,4 @@ locale.obj: locale.c locale.h # Update the executable file if necessary, and if so, add the resource back in. locale.exe: locale.obj locale.rbj locale.def - $(cvtobj) $(cvtdebug) *.obj - $(link) $(guiflags) -out:locale.exe locale.obj locale.rbj $(guilibs) + $(link) $(linkdebug) $(guiflags) -out:locale.exe locale.obj locale.rbj $(guilibs)