Category : C Source Code
Archive   : MOU.ZIP
Filename : MAKEFILE

 
Output of file : MAKEFILE contained in archive : MOU.ZIP
#############################################################################
# PROJECT: Mouse Routines
#############################################################################
# MODULE: MAKEFILE.
#############################################################################
# DESCRIPTION:
# Makefile for the mouse routines.
#
# For NDMake (4.5 and up).
#
#############################################################################
# MODIFICATION NOTES:
# Date Author Comment
# 26-Oct-1990 dk Initial file.
#############################################################################/

.RESPONSE_LINK: tlink

#>> Directories <<
INC=\tc\include
LIB=\tc\lib

LFLAGS = /v

OBJS = mou.obj test.obj

all : test.exe

.c.obj :
tcc -ml -v -w -w-par -K -y -I$(INC);. -c -o$*.obj $<

test.exe : $(OBJS)
tlink $(LFLAGS) $(LIB)\c0l $(OBJS) , test.exe , , $(LIB)\cl


  3 Responses to “Category : C Source Code
Archive   : MOU.ZIP
Filename : MAKEFILE

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. 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/