Annotation of mstools/samples/congui/makefile, revision 1.1

1.1     ! root        1: PROJ = ConGUI
        !             2: SRC = CONSOLE.C GUI.C
        !             3: 
        !             4: # Nmake macros for building Windows 32-Bit apps
        !             5: !include <ntwin32.mak>
        !             6: 
        !             7: all: $(PROJ).exe
        !             8: 
        !             9: # Inference Rules:
        !            10: 
        !            11: .c.obj:
        !            12:     $(cc) $(cdebug) $(cflags) $(cvars) $(cf) $<
        !            13: 
        !            14: .rc.res:
        !            15:     $(rc) $(rcvars) -r $<
        !            16:     cvtres -$(CPU) -o $*.RBJ $*.RES
        !            17: 
        !            18: $(PROJ).hlp: $(PROJ).rtf $(PROJ).hpj
        !            19:     $(hc) -n $(PROJ).hpj
        !            20: 
        !            21: $(PROJ).exe: $(SRC:.C=.OBJ) $(PROJ).res $(PROJ).hlp
        !            22:     $(link) $(linkdebug) $(conflags) -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.