Annotation of q_a/samples/termproc/makefile, revision 1.1.1.3

1.1       root        1: # Nmake macros for building Windows 32-Bit apps
                      2: 
                      3: !include <ntwin32.mak>
                      4: 
                      5: all: termproc.exe
                      6: 
                      7: termproc.obj: termproc.c
1.1.1.2   root        8:     $(cc) $(cdebug) $(cflags) $(cvars) termproc.c
1.1       root        9: 
                     10: termproc.exe: termproc.obj
1.1.1.2   root       11:     $(link) $(linkdebug) $(conflags) -out:termproc.exe termproc.obj $(conlibs)

unix.superglobalmegacorp.com

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