Annotation of mstools/samples/largeint/i386/makefile, revision 1.1.1.1

1.1       root        1: 
                      2: !include <ntwin32.mak>
                      3: 
                      4: all: largeint.lib
                      5: 
                      6: divlarge.obj: divlarge.c
                      7:     $(cc) $(cflags) $(cvars) divlarge.c
                      8: 
                      9: largeint.obj: largeint.asm
                     10:     masm386 -Mx -DSTD_CALL -DFPO=0 -Di386=1 -D_X86_=1 \
                     11:     largeint.asm,largeint.obj;
                     12: 
                     13: # Update the import library
                     14: 
                     15: largeint.lib: largeint.obj divlarge.obj
                     16:     $(implib) -machine:$(CPU)     \
                     17:     largeint.obj                   \
                     18:     divlarge.obj               \
                     19:     -out:largeint.lib
                     20: 

unix.superglobalmegacorp.com

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