home *** CD-ROM | disk | FTP | other *** search
- #
- # --- Version 2.0 89-12-23 23:48 ---
- #
- # CTask support routines Make-File for Borland's make.
- # Huge Model version.
- #
- # "reqopt" contains required options, and shouldn't normally be changed.
- # "optopt" lists optional optimization options, and may be changed.
- #
- reqopt=-c -K -N- -mh -a- -u
- optopt=-d -G -O -k- -w
-
- .c.obj:
- tcc $(reqopt) $(optopt) $*.c
- lib ctsuptch.lib -+$*.obj;
-
- ctsuptch.lib: tskalloc.obj tsksnap.obj conout.obj
-
-
- tskalloc.obj: tskalloc.c tsk.h tsklocal.h tskconf.h
-
- tsksnap.obj: tsksnap.c tsk.h tsklocal.h tskconf.h
-
- conout.obj: conout.c tsk.h tskconf.h
-
-