Annotation of mstools/samples/sdktools/perfmon/makefile, revision 1.1

1.1     ! root        1: !include <ntwin32.mak>
        !             2: 
        !             3: all: perfmon.exe
        !             4: 
        !             5: perfmon.res: perfmon.rc perfmon.h
        !             6:     $(rc) -r -DUNICODE=1 -DSTRICT -DSECURITY -DADVANCED_PERFMON perfmon.rc
        !             7: 
        !             8: perfmon.rbj: perfmon.res
        !             9:     $(cvtres) -$(CPU) perfmon.res -o perfmon.rbj
        !            10: 
        !            11: perfmon.exe: addline.obj   \
        !            12:         addlog.obj    \
        !            13:         alert.obj     \
        !            14:         bookmark.obj  \
        !            15:         command.obj   \
        !            16:         counters.obj  \
        !            17:         datasrc.obj   \
        !            18:         dialogs.obj   \
        !            19:         fileopen.obj  \
        !            20:         filesave.obj  \
        !            21:         fileutil.obj  \
        !            22:         grafdata.obj  \
        !            23:         grafdisp.obj  \
        !            24:         graph.obj     \
        !            25:         init.obj      \
        !            26:         intrline.obj  \
        !            27:         legend.obj    \
        !            28:         line.obj      \
        !            29:         log.obj       \
        !            30:         logoptns.obj  \
        !            31:         memory.obj    \
        !            32:         perfdata.obj  \
        !            33:         perfmon.obj  \
        !            34:         perfmops.obj  \
        !            35:         playback.obj  \
        !            36:         registry.obj  \
        !            37:         report.obj    \
        !            38:         rptoptns.obj  \
        !            39:         status.obj    \
        !            40:         system.obj    \
        !            41:         timefrm.obj   \
        !            42:         timeline.obj  \
        !            43:         toolbar.obj   \
        !            44:         utils.obj     \
        !            45:         valuebar.obj  \
        !            46:         export.obj    \
        !            47:         chosecom.obj  \
        !            48:         perfmon.rbj
        !            49:   $(link) $(linkdebug) $(guiflags) -out:$*.exe $** $(guilibs) shell32.lib comctl32.lib advapi32.lib largeint.lib
        !            50: 
        !            51: .c.obj:
        !            52:   $(cc) $(cdebug) $(cflags) $(cvars) -DUNICODE=1 -DSTRICT -DSECURITY -DADVANCED_PERFMON $*.c
        !            53: 
        !            54: 

unix.superglobalmegacorp.com

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