Annotation of pmsdk/samples/browse/viobrows, 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: # compile and link for codeview
                     14: #cp=cl -c -W3 -AM -G2ws -Od -Zpei -Gc -NT
                     15: #cv=/CO
                     16: 
                     17: #compile and link normally
                     18:  cp=cl -c -W3 -AM -G2ws -Ox -Zpei -Gc -NT
                     19:  cv=
                     20: 
                     21: #===================================================================
                     22: #
                     23: #  Default inference rules
                     24: #
                     25: #===================================================================
                     26: 
                     27: .c.obj:
                     28:     $(cp) $*.c
                     29: 
                     30: #===================================================================
                     31: #
                     32: #  Dependencies
                     33: #
                     34: #===================================================================
                     35: 
                     36: viobrows.obj: viobrows.c viobrows.h
                     37:     $(cp) _RES viobrows.c
                     38: 
                     39: viobrows.exe: viobrows.obj
                     40:     link $(cv) @viobrows.lnk

unix.superglobalmegacorp.com

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