--- mstools/samples/ole/srvrdemo/makefile 2018/08/09 18:21:49 1.1.1.2 +++ mstools/samples/ole/srvrdemo/makefile 2018/08/09 18:23:57 1.1.1.3 @@ -1,4 +1,3 @@ -# Nmake macros for building Windows 32-Bit apps !include @@ -9,7 +8,7 @@ all: srvrdemo.exe # Update the resource if necessary srvrdemo.res: srvrdemo.rc - rc -r srvrdemo.rc + $(rc) $(rcvars) -r srvrdemo.rc srvrdemo.rbj: srvrdemo.res cvtres -$(CPU) srvrdemo.res -o srvrdemo.rbj @@ -34,5 +33,4 @@ server.obj: server.c # Update the executable file if necessary, and if so, add the resource back in. srvrdemo.exe: srvrdemo.obj doc.obj obj.obj server.obj file.obj srvrdemo.rbj srvrdemo.def - $(cvtobj) $(cvtdebug) *.obj $(link) $(linkdebug) $(guiflags) -out:srvrdemo.exe srvrdemo.obj file.obj doc.obj obj.obj server.obj srvrdemo.rbj $(guilibs) $(my_lib)