File:  [WindowsNT SDKs] / mstools / mssetup / bldcui / makefile
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:27:55 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, HEAD
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993

!include <ntwin32.mak>

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
lflags = $(ldebug)
!else
cflags = $(cflags) $(cvarsdll) -nologo
lflags =
!endif


dialogs.rbj: dialogs.rc dialogs.dlg bldver.h
	$(rc) $(rcvars) -r -fo dialogs.res dialogs.rc
	cvtres -$(CPU) dialogs.res -o dialogs.rbj

dlgprocs.obj: cui.h dlgprocs.c
	$(cc) $(cflags) dlgprocs.c


mscuistf.exp: mscuistf.def
	$(implib) -machine:$(CPU)	\
	-def:mscuistf.def		\
	-out:mscuistf.lib		\
	dlgprocs.obj

mscuistf.dll: ..\lib\mscomstf.lib ..\lib\msuilstf.lib ..\lib\msshlstf.lib \
		dlgprocs.obj dialogs.rbj mscuistf.exp
	$(link) $(lflags)		\
	-dll				\
	-entry:_CRT_INIT$(DLLENTRY)	\
	-out:mscuistf.dll		\
	dlgprocs.obj dialogs.rbj mscuistf.exp mscomstf.lib \
	msuilstf.lib msshlstf.lib $(crtdll) $(guilibsdll)


clean:
	del   mscuistf.dll
	del   dlgprocs.obj
	del   dialogs.res

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.