File:  [WindowsNT SDKs] / mstools / win32s / setup / bldcui / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:22:54 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1992, HEAD
Microsoft Windows NT Build 328 10-12-1992

all: mscuistf.dll


!if "$(DEBUG)" == "yes"
CC = cl -c -nologo -AMw -Gw  -Zpei -W3 -Od -DDEBUG
!else
CC = cl -c -nologo -AMw -Gsw2 -Ocegiltw -Zpe -W3
!endif


dialogs.res: dialogs.rc dialogs.dlg bldver.h
	rc -r dialogs.rc

dlgprocs.obj: cui.h dlgprocs.c
	$(CC) dlgprocs.c


mscuistf.dll: mscuistf.def mscomstf.lib msuilstf.lib msshlstf.lib \
		dlgprocs.obj dialogs.res
!if "$(DEBUG)" == "yes"
	link @cuistfd.lnk
!else
	link @cuistf.lnk
!endif
	copy   mscuistf.dll mscuistf.nrc
	rc -30 dialogs.res  mscuistf.dll


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.