home *** CD-ROM | disk | FTP | other *** search
- ###############################################################
- # Make file for Msged 1.9999.9 using IBM MAKE/2 Ver 1.1 #
- # #
- # use MAKE MSGED.EXE #
- # or MAKE MSGEDP.EXE #
- # #
- ###############################################################
-
- main=msged
- model=L # use large model when debugging -- bugs JUMP out at you
- mode=p
-
- #CFLAGS = -A$(model) -Oxrn -D__MSC__ -Lp -W3 -Zpel -UMSDOS -D__OS2__ -G2 -Gw -nologo
- CFLAGS=-A$(model) -L$(mode) -Oxrn -Gs -D__MSC__ -W3 -Zpel -UMSDOS -D__OS2__ -G2 -Gw -nologo -J
-
- $(main)$(mode).exe :\
- areas.obj \
- bmg.obj \
- config.obj \
- date.obj \
- dir.obj \
- editmail.obj \
- fido.obj \
- maintmsg.obj \
- makemsg.obj \
- menu.obj \
- msged.obj \
- normal2.obj \
- quick.obj \
- readmail.obj \
- scrnos2.obj \
- settings.obj \
- showmail.obj \
- string.obj \
- textfile.obj \
- userlist.obj
- D:\C\BIN\LINK @<<file.lrf
- msged.obj/ST:4096/A:16/FAR/NOD/PACKD/MAP+
- readmail.obj+
- showmail.obj+
- editmail.obj+
- scrnos2.obj+
- areas.obj+
- maintmsg.obj+
- makemsg.obj+
- menu.obj+
- dir.obj+
- textfile.obj+
- config.obj+
- userlist.obj+
- bmg.obj+
- date.obj+
- settings.obj+
- fido.obj+
- quick.obj+
- string.obj+
- normal2.obj
- msgedp.exe
- msgedp.map
- Llibcep.lib os2.lib;
- <<
-
- areas.obj : areas.c msged.h nedit.h screen.h fido.h quick.h
- CL $(CFLAGS) /c $*.c
-
- bmg.obj : bmg.c bmg.h
- CL $(CFLAGS) /c $*.c
-
- config.obj : config.c msged.h nedit.h screen.h fido.h quick.h
- CL $(CFLAGS) /c $*.c
-
- date.obj : date.c date.h msged.h nedit.h screen.h fido.h quick.h
- CL $(CFLAGS) /c $*.c
-
- dir.obj : dir.c
- CL $(CFLAGS) /c $*.c
-
- editmail.obj : editmail.c msged.h editmail.h nedit.h screen.h fido.h quick.h
- CL $(CFLAGS) /c $*.c
-
- fido.obj : fido.c msged.h nedit.h screen.h fido.h quick.h date.h
- CL $(CFLAGS) /c $*.c
-
- maintmsg.obj : maintmsg.c msged.h nedit.h screen.h fido.h quick.h date.h
- CL $(CFLAGS) /c $*.c
-
- makemsg.obj : makemsg.c msged.h nedit.h screen.h fido.h quick.h date.h
- CL $(CFLAGS) /c $*.c
-
- menu.obj : menu.c menu.h screen.h
- CL $(CFLAGS) /c $*.c
-
- msged.obj : msged.c msged.h maincmds.h nedit.h screen.h fido.h quick.h bmg.h
- CL $(CFLAGS) /c $*.c
-
- quick.obj : quick.c msged.h nedit.h screen.h fido.h quick.h date.h
- CL $(CFLAGS) /c $*.c
-
- readmail.obj : readmail.c msged.h date.h nedit.h screen.h fido.h quick.h bmg.h
- CL $(CFLAGS) /c $*.c
-
- scrnos2.obj : scrnos2.c screen.h
- CL $(CFLAGS) /c $*.c
-
- settings.obj : settings.c msged.h nedit.h screen.h fido.h quick.h
- CL $(CFLAGS) /c $*.c
-
- showmail.obj : showmail.c msged.h date.h nedit.h screen.h fido.h quick.h
- CL $(CFLAGS) /c $*.c
-
- string.obj : string.c
- CL $(CFLAGS) /c $*.c
-
- textfile.obj : textfile.c msged.h nedit.h screen.h fido.h quick.h date.h
- CL $(CFLAGS) /c $*.c
-
- userlist.obj : userlist.c msged.h nedit.h screen.h fido.h quick.h
- CL $(CFLAGS) /c $*.c
-
- normal2.obj : normal2.asm
- MASM /DMem_$(model) $?;
-