home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume19
/
plot3d
/
part01
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-05-02
|
292 b
|
15 lines
# Makefile for Turbo C++ 1.0
# Place your library directory below
LIB=c:\prog\c\lib
plot3d.exe: plot.obj calc.obj plot3d.obj graph.obj
tlink /c /x $(LIB)\c0h plot3d plot calc graph,plot3d,,\
$(LIB)\graphics $(LIB)\emu $(LIB)\mathh $(LIB)\ch
.c.obj:
bcc -mh -c -G $*.c