Annotation of mstools/samples/pdc/makefile, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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