Annotation of mstools/samples/comm/makefile, revision 1.1

1.1     ! root        1: # Windows-32 TTY Example
        !             2: # Copyright (c) 1991 by Microsoft Corporation
        !             3: 
        !             4: # inference rules
        !             5: 
        !             6: !include  <ntwin32.mak>
        !             7: 
        !             8: .c.obj:
        !             9:         $(cc) $(cflags) $(cvars) $*.c >$*.err
        !            10: 
        !            11: EXEOBJECTS =   tty.obj
        !            12: 
        !            13: all:           tty.exe
        !            14: 
        !            15: clean:
        !            16:                del *.obj
        !            17:                del *.map
        !            18: 
        !            19: tty.h:         resource.h version.h
        !            20: 
        !            21: tty.obj:       tty.c tty.h
        !            22: 
        !            23: tty.res:       tty.rc tty.ico tty.bmp resource.h
        !            24:                rc -r -dWIN32 -fo res.tmp tty.rc
        !            25:                cvtres -$(CPU) res.tmp -o tty.res
        !            26:                del res.tmp
        !            27: 
        !            28: tty.exe:       $(EXEOBJECTS) tty.res tty.def
        !            29:               $(cvtobj) $(cvtdebug) *.obj
        !            30:                $(link) $(guiflags) -out:tty.exe tty.obj tty.res $(guilibs)

unix.superglobalmegacorp.com

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