Annotation of mstools/mssetup/bldcui/makefile, revision 1.1.1.3

1.1.1.2   root        1: !include <ntwin32.mak>
                      2: 
1.1       root        3: all: mscuistf.dll
                      4: 
1.1.1.3 ! root        5: # NOTE: In order to build MSCUISTF.DLL, you must ensure that your 
        !             6: # LIB environment variable points to the libraries provided with 
        !             7: # the Win32 SDK (C:\MSTOOLS\LIB) first.
1.1       root        8: 
                      9: !if "$(DEBUG)" == "yes"
1.1.1.2   root       10: cflags = $(cflags) $(cdebug) $(cvarsdll) -nologo -DDEBUG
                     11: lflags = $(ldebug)
1.1       root       12: !else
1.1.1.2   root       13: cflags = $(cflags) $(cvarsdll) -nologo
                     14: lflags =
1.1       root       15: !endif
                     16: 
                     17: 
1.1.1.2   root       18: dialogs.rbj: dialogs.rc dialogs.dlg bldver.h
                     19:        $(rc) $(rcvars) -r -fo dialogs.res dialogs.rc
                     20:        cvtres -$(CPU) dialogs.res -o dialogs.rbj
1.1       root       21: 
                     22: dlgprocs.obj: cui.h dlgprocs.c
1.1.1.2   root       23:        $(cc) $(cflags) dlgprocs.c
1.1       root       24: 
                     25: 
1.1.1.2   root       26: mscuistf.exp: mscuistf.def
                     27:        $(implib) -machine:$(CPU)       \
                     28:        -def:mscuistf.def               \
                     29:        -out:mscuistf.lib               \
                     30:        dlgprocs.obj
                     31: 
                     32: mscuistf.dll: ..\lib\mscomstf.lib ..\lib\msuilstf.lib ..\lib\msshlstf.lib \
                     33:                dlgprocs.obj dialogs.rbj mscuistf.exp
                     34:        $(link) $(lflags)               \
                     35:        -dll                            \
                     36:        -entry:_CRT_INIT$(DLLENTRY)     \
                     37:        -out:mscuistf.dll               \
                     38:        dlgprocs.obj dialogs.rbj mscuistf.exp mscomstf.lib \
                     39:        msuilstf.lib msshlstf.lib $(crtdll) $(guilibsdll)
1.1       root       40: 
                     41: 
                     42: clean:
                     43:        del   mscuistf.dll
                     44:        del   dlgprocs.obj
                     45:        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.