Annotation of mstools/samples/ddeml/ddeinst/makefile, revision 1.1

1.1     ! root        1: # Nmake macros
        !             2: 
        !             3: !include <ntwin32.mak>
        !             4: 
        !             5: all: install.exe
        !             6: 
        !             7: install.rbj:   install.rc ddedlg.h ddeinst.h dialogs.dlg install.res
        !             8:    rc -r -fo install.res install.rc
        !             9:    cvtres -$(CPU) install.res -o install.rbj
        !            10: 
        !            11: ddemain.obj:   ddemain.c ddeinst.h ddeglbl.h
        !            12:    $(cc) $(cdebug) $(cflags) $(cvarsmt) ddemain.c
        !            13: 
        !            14: ddeinst.obj:   ddeinst.c ddeinst.h ddextrn.h
        !            15:    $(cc) $(cdebug) $(cflags) $(cvarsmt) ddeinst.c
        !            16: 
        !            17: ddeprocs.obj:  ddeprocs.c ddeinst.h ddextrn.h
        !            18:    $(cc) $(cdebug) $(cflags) $(cvarsmt) ddeprocs.c
        !            19: 
        !            20: ddeadd.obj:    ddeadd.c ddeinst.h ddextrn.h dialogs.h
        !            21:    $(cc) $(cdebug) $(cflags) $(cvarsmt) ddeadd.c
        !            22: 
        !            23: ddedlg.obj:    ddedlg.c ddeinst.h ddextrn.h dialogs.h
        !            24:    $(cc) $(cdebug) $(cflags) $(cvarsmt) ddedlg.c
        !            25: 
        !            26: install.exe:   ddeinst.obj ddeprocs.obj ddemain.obj ddeadd.obj install.rbj \
        !            27:                ddedlg.obj
        !            28:    $(link) $(linkdebug) $(guiflags) -out:install.exe ddeprocs.obj ddedlg.obj \
        !            29:    ddeinst.obj ddemain.obj ddeadd.obj install.rbj $(guilibsmt)

unix.superglobalmegacorp.com

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