Annotation of pmsdk/samples/avioskel/skel, revision 1.1.1.1

1.1       root        1: #===================================================================
                      2: #
                      3: #  Definitions and Constants
                      4: #
                      5: #===================================================================
                      6: 
                      7: #===================================================================
                      8: #
                      9: #  Standard command line definitions
                     10: #
                     11: #===================================================================
                     12: 
                     13:  cp=cl -c -W3 -AM -G2ws -Od -Zpei -Gc -NT
                     14:  cv=/CO
                     15: #cp=cl -c -W3 -AM -G2ws -Ox -Zpei -Gc -NT
                     16: #cv=
                     17: 
                     18: #===================================================================
                     19: #
                     20: #  Default inference rules
                     21: #
                     22: #===================================================================
                     23: 
                     24: .c.obj:
                     25:     $(cp) $*.c
                     26: 
                     27: #===================================================================
                     28: #
                     29: #  Dependencies
                     30: #
                     31: #===================================================================
                     32: 
                     33: skelinit.obj: skelinit.c skel.h
                     34:     $(cp) _INIT skelinit.c
                     35: 
                     36: skelres.obj: skelres.c skel.h
                     37:     $(cp) _RES skelres.c
                     38: 
                     39: skelnres.obj: skelnres.c skel.h
                     40:     $(cp) _NRES skelnres.c
                     41: 
                     42: skel.res: skel.rc skel.ico skel.h
                     43:     rc -r skel.rc
                     44: 
                     45: skel.exe: skelnres.obj skelinit.obj skelres.obj \
                     46:              skel.res skel.lnk skel.def
                     47:     link $(cv) @skel.lnk
                     48:     rc skel.res

unix.superglobalmegacorp.com

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