--- mstools/mssetup/bldcui/makefile 2018/08/09 18:25:13 1.1.1.2 +++ mstools/mssetup/bldcui/makefile 2018/08/09 18:27:55 1.1.1.3 @@ -2,6 +2,9 @@ all: mscuistf.dll +# NOTE: In order to build MSCUISTF.DLL, you must ensure that your +# LIB environment variable points to the libraries provided with +# the Win32 SDK (C:\MSTOOLS\LIB) first. !if "$(DEBUG)" == "yes" cflags = $(cflags) $(cdebug) $(cvarsdll) -nologo -DDEBUG @@ -37,9 +40,6 @@ mscuistf.dll: ..\lib\mscomstf.lib ..\lib clean: - touch mscuistf.dll del mscuistf.dll - touch dlgprocs.obj del dlgprocs.obj - touch dialogs.res del dialogs.res