Category : Printer + Display Graphics
Archive   : TIFGIF.ZIP
Filename : TIFGIF.MAK
Output of file : TIFGIF.MAK contained in archive : TIFGIF.ZIP
# MODULE: TIFGIF.MAK
#
# AUTHOR: Doug Chinnock
#
# FACILITY:
# MAKE file for building TIFGIF.EXE with MicroSoft C
#
# PRODUCT: TIFGIF.EXE
#
# REVISIONS:
#
# <001> 24-Sep-88 D. Chinnock Original
#
#
# Establish default settings
#
list =
model = L
opt = /Oilt /W3 /Zi
switches = /c $(list) /A$(model) $(opt)
lnkopt = /CO
.c.obj:
cl $(switches) $*.c
# TIFGIF components:
tifgif.obj : tifgif.c tifrle.h cnvhuf.h gifbase.h writegif.h gifwrite.h
tifrle.obj : tifrle.c tifrle.h cnvhuf.h huftab.h readtif.h
readtif.obj : readtif.c readtif.h cnvhuf.h
writegif.obj : writegif.c writegif.h cnvhuf.h
gifwrite.obj : gifwrite.c gifwrite.h gifbase.h compress.h
compress.obj : compress.c compress.h
gifbase.obj : gifbase.c gifbase.h
# Final EXE
tifgif.exe : tifgif.obj tifrle.obj \
readtif.obj writegif.obj gifwrite.obj compress.obj gifbase.obj
link $(lnkopt) tifgif.obj+tifrle.obj+readtif.obj+writegif.obj+gifbase.obj+\
gifwrite.obj+compress.obj, \
tifgif.exe, tifgif.map, ,
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/