home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 19 Printer
/
19-Printer.zip
/
lj2up2.zip
/
LJ2UP
< prev
next >
Wrap
Text File
|
1988-07-15
|
766b
|
31 lines
#
# Makefile for LJ2UP.C, Microsoft C ver 5.1 MAKE
#
#
# Important Change The LIBPATH for your installation. It is necessary for
# Bind to find the libs
#
CFLAGS = /c /Gs /Os /G2 /AS /W3 /FPa /Zp /Lp /DLINT_ARGS
LFLAGS = /NOD
LIBPATH = d:\msdev\lib\\
stoi.obj : stoi.c
cl $(CFlAGS) stoi.c
getargs.obj : getargs.c getargs.h
cl $(CFlAGS) getargs.c
fsearch.obj : fsearch.c
cl $(CFlAGS) fsearch.c
lj2up.obj : lj2up.c getargs.h getargs.pro stoi.h fsearch.h
cl $(CFlAGS) lj2up.c
lj2up-p.exe : lj2up.obj fsearch.obj getargs.obj stoi.obj
link $(LFLAGS) lj2up+fsearch+getargs+stoi,lj2up-p.exe,,slibcap+doscalls;
lj2up.exe : lj2up-p.exe
bind lj2up-p.exe $(LIBPATH)doscalls.lib $(LIBPATH)api.lib /o lj2up.exe