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

1.1.1.2 ! root        1: !include <ntwin32.mak>
        !             2: 
1.1       root        3: all: mscuistf.dll
                      4: 
                      5: 
                      6: !if "$(DEBUG)" == "yes"
1.1.1.2 ! root        7: cflags = $(cflags) $(cdebug) $(cvarsdll) -nologo -DDEBUG
        !             8: lflags = $(ldebug)
1.1       root        9: !else
1.1.1.2 ! root       10: cflags = $(cflags) $(cvarsdll) -nologo
        !            11: lflags =
1.1       root       12: !endif
                     13: 
                     14: 
1.1.1.2 ! root       15: dialogs.rbj: dialogs.rc dialogs.dlg bldver.h
        !            16:        $(rc) $(rcvars) -r -fo dialogs.res dialogs.rc
        !            17:        cvtres -$(CPU) dialogs.res -o dialogs.rbj
1.1       root       18: 
                     19: dlgprocs.obj: cui.h dlgprocs.c
1.1.1.2 ! root       20:        $(cc) $(cflags) dlgprocs.c
1.1       root       21: 
                     22: 
1.1.1.2 ! root       23: mscuistf.exp: mscuistf.def
        !            24:        $(implib) -machine:$(CPU)       \
        !            25:        -def:mscuistf.def               \
        !            26:        -out:mscuistf.lib               \
        !            27:        dlgprocs.obj
        !            28: 
        !            29: mscuistf.dll: ..\lib\mscomstf.lib ..\lib\msuilstf.lib ..\lib\msshlstf.lib \
        !            30:                dlgprocs.obj dialogs.rbj mscuistf.exp
        !            31:        $(link) $(lflags)               \
        !            32:        -dll                            \
        !            33:        -entry:_CRT_INIT$(DLLENTRY)     \
        !            34:        -out:mscuistf.dll               \
        !            35:        dlgprocs.obj dialogs.rbj mscuistf.exp mscomstf.lib \
        !            36:        msuilstf.lib msshlstf.lib $(crtdll) $(guilibsdll)
1.1       root       37: 
                     38: 
                     39: clean:
                     40:        touch mscuistf.dll
                     41:        del   mscuistf.dll
                     42:        touch dlgprocs.obj
                     43:        del   dlgprocs.obj
                     44:        touch dialogs.res
                     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.