Category : Files from Magazines
Archive   : D-FLAT.ZIP
Filename : MAKEFILE

 
Output of file : MAKEFILE contained in archive : D-FLAT.ZIP
#------------------------------------------------
# Comment out the MSC macro to compile with Turbo C
#------------------------------------------------
MSC = 1

!if $(MSC)

#------------------------------------------------
# Microsoft C 6.0
#------------------------------------------------
MODEL = L
COMPILE = cl /DMSC /c /W4 /Gs /A$(MODEL)
LINK = link

!else

#------------------------------------------------
# Turbo C 2.0 or greater
#------------------------------------------------
DEBUG = -v
DRIVE = c
MODEL = l
COMPILE = tcc $(DEBUG) -c -m$(MODEL)
LINK= tlink /m /v $(DRIVE):\tc\lib\c0$(MODEL)
LIBS= $(DRIVE):\tc\lib\c$(MODEL)

!endif

.c.obj:
$(COMPILE) $*.c

memopad.exe : memopad.obj window.obj video.obj message.obj \
mouse.obj console.obj textbox.obj listbox.obj \
normal.obj config.obj menu.obj menubar.obj popdown.obj \
classdef.obj rect.obj applicat.obj keys.obj sysmenu.obj \
menus.obj editbox.obj dialogs.obj dialbox.obj button.obj \
fileopen.obj msgbox.obj help.obj
!if $(MSC)
$(LINK) memopad @memopad.lnk,$*,$*;
!else
$(LINK) memopad @memopad.lnk,$*.exe,$*,$(LIBS)
!endif


  3 Responses to “Category : Files from Magazines
Archive   : D-FLAT.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/