Annotation of os232sdk/toolkt20/c/samples/wmchar/wmchar.mak, revision 1.1

1.1     ! root        1: # Makefile for WMCHAR application
        !             2: # Created by Microsoft, IBM Corporation 1990
        !             3: #
        !             4: 
        !             5: # Abbreviations
        !             6: #
        !             7: CC = cl386 -c -Gs -Oi -W3 -Zip
        !             8: LF = /codeview /map /NOD
        !             9: 
        !            10: # Inference Rules
        !            11: #
        !            12: .c.obj:
        !            13:     $(CC) $*.c
        !            14: 
        !            15: .rc.res:
        !            16:     rc -r $*.rc
        !            17: 
        !            18: all:   wmchar.exe
        !            19: 
        !            20: # Dependencies
        !            21: #
        !            22: wmchar.res: wmchar.h wmchar.ico wmchar.rc
        !            23: 
        !            24: wmchar.obj: wmchar.h wmchar.c
        !            25: 
        !            26: wmchar.exe: wmchar.res wmchar.obj
        !            27:     link386 $(LF) wmchar, , , os2386 libc, wmchar.def
        !            28:     rc wmchar.res

unix.superglobalmegacorp.com

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