Category : Windows 3.X Files
Archive   : XMDMDLP.ZIP
Filename : MAKEFILE

 
Output of file : MAKEFILE contained in archive : XMDMDLP.ZIP
# This allows use with nmake.exe
all: xmodem.exe

# Use /A switch to rebuild all ( ie. nmake /a viewer)

# Define the default assemble command.
ASM = masm -Mx
CC = cl -c -Asnw -Gsw -Oad -W3 -Zpe -Zi
LINK = link /NOD/NOE/CO


# For Run Time change the following:
#ASM = masm
#CC = cl -c -AS -Gsw -Oat -W3 -Zpe
#LINK = link /NOD/NOE


# Define the default inference rules

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

.asm.obj:
$(ASM) $*.asm;


# Define the dependencies


xmodem.res: xmodem.rc
rc -r xmodem.rc

OBJ = xmodem.obj libentry.obj fdate.obj

xmodem.obj: xmodem.c xmodem.h xmodem.def

libentry.obj: libentry.asm

fdate.obj: fdate.asm

xmodem.exe: $(OBJ) xmodem.rc xmodem.def
$(LINK) $(OBJ),,NUL,/NOE /NOD /CO libw sdllcew, xmodem.def
rc -30 xmodem xmodem.exe
copy xmodem.exe d:\pw\xmodem.dlp


  3 Responses to “Category : Windows 3.X Files
Archive   : XMDMDLP.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/