Annotation of mstools/samples/fontview/makefile, revision 1.1.1.2

1.1.1.2 ! root        1: PROJ = FONTVIEW
        !             2: SRC = FONTVIEW.C TOOLS.C STATUS.C DIALOGS.C DISPLAY.C
1.1       root        3: 
1.1.1.2 ! root        4: # Nmake macros for building Windows 32-Bit apps
1.1       root        5: !include <ntwin32.mak>
                      6: 
1.1.1.2 ! root        7: all: $(PROJ).exe
1.1       root        8: 
1.1.1.2 ! root        9: # Inference Rules:
1.1       root       10: 
1.1.1.2 ! root       11: .c.obj:
        !            12:     $(cc) $(cdebug) $(cflags) $(cvars) $(cf) $<
1.1       root       13: 
1.1.1.2 ! root       14: .rc.res:
        !            15:     rc -r $<
        !            16:     cvtres -$(CPU) -o $*.RBJ $*.RES
1.1       root       17: 
1.1.1.2 ! root       18: $(PROJ).hlp: $(PROJ).rtf $(PROJ).hpj
        !            19:     hc -n $(PROJ).hpj
1.1       root       20: 
1.1.1.2 ! root       21: $(PROJ).exe: $(SRC:.C=.OBJ) $(PROJ).res $(PROJ).def $(PROJ).hlp
        !            22:     $(cvtobj) $(cvtdebug) *.obj
        !            23:     $(link) $(linkdebug) $(guiflags) -out:$(PROJ).exe $(SRC:.C=.OBJ) $(PROJ).rbj $(guilibs)

unix.superglobalmegacorp.com

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