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

1.1     ! root        1: !include <ntwin32.mak>
        !             2: 
        !             3: all: fontedit.exe
        !             4: 
        !             5: .c.obj:
        !             6:     $(cc) $(cdebug) $(cflags) $(cvars) $*.c
        !             7: 
        !             8: fontedit.rbj: fontedit.rc fontedit.h
        !             9:     $(rc) -r fontedit.rc
        !            10:     $(cvtres) -$(CPU) fontedit.res -o fontedit.rbj
        !            11: 
        !            12: fontedit.exe: fontedit.rbj \
        !            13:               FONTCVT.OBJ FONTDLG.OBJ FONTEDIT.OBJ \
        !            14:               FONTHEAD.OBJ TYPECVT.OBJ FONTLOAD.OBJ FONTCHAR.OBJ
        !            15:   $(link) $(linkdebug) $(guiflags) -out:$*.exe $** $(guilibs)

unix.superglobalmegacorp.com

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