Annotation of mstools/samples/largeint/sample/makefile, revision 1.1

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

unix.superglobalmegacorp.com

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