Annotation of os232sdk/toolkt20/c/samples/bio/bio.mak, revision 1.1.1.1

1.1       root        1: # Makefile for BIOrhythm program
                      2: # Created by Microsoft, IBM Corporation, 1990
                      3: #
                      4: 
                      5: all: bio.exe
                      6: 
                      7: # Abbreviations
                      8: #
                      9: CC     =       cl386 -c -Gs -Od -W3 -Zi
                     10: LF     =       /codeview /map /NOD
                     11: OBJS   =       bio.obj biocmd.obj biopaint.obj wndproc.obj
                     12: 
                     13: # Inference Rules
                     14: #
                     15: .c.obj:
                     16:     $(CC) $*.c
                     17: 
                     18: .rc.res:
                     19:     rc -r $*.rc
                     20: 
                     21: # Dependencies
                     22: #
                     23: bio.res:       bio.h bio.ico bio.rc
                     24: 
                     25: bio.obj:       bio.c bio.h
                     26: 
                     27: biocmd.obj:    bio.h biocmd.c
                     28: 
                     29: biopaint.obj:  bio.h biopaint.c
                     30: 
                     31: wndproc.obj:   bio.h wndproc.c
                     32: 
                     33: bio.exe:       bio.mak $(OBJS) bio.res bio.def
                     34:     link386 $(LF) $(OBJS), bio.exe, bio.map, os2386 libc, bio.def
                     35:     rc bio.res

unix.superglobalmegacorp.com

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