[BACK]Return to gnuplot.prj CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Annotation of OpenXM_contrib/gnuplot/gnuplot.prj, Revision 1.1

1.1     ! maekawa     1: ;
        !             2: ;  $Id: gnuplot.prj,v 1.7 1998/04/14 00:15:21 drd Exp $
        !             3: ;
        !             4: ; gnuplot.prj - this project can be used for both PureC and TurboC on the
        !             5: ; Atari. It is currently set up for PureC, but if you change all lines
        !             6: ; starting with PC to TC and add -D__PUREC__ to the .C[] commandline, you might
        !             7: ; be able to compile with TC as well (hopefully). Maybe you will have to change
        !             8: ; the #include lines in term.c from term/... to term\...
        !             9: ; if the program hangs up when you press ^C or ^D, add -DBROKEN_SIGINT to the
        !            10: ; .C[] commandline.
        !            11: ;
        !            12: ; Additionally you have to compile doc2gih.c in docs as .ttp program and
        !            13: ; execute 'doc2gih.ttp gnuplot.doc ..\gnuplot.gih'
        !            14: ;
        !            15: ; the executable works with both regular AES and MultiAES. Please read the
        !            16: ; comments in makefile.st for limitations
        !            17: ;
        !            18:
        !            19: gnuplot.prg
        !            20: ; some of the demos require quite a large stack
        !            21: .L[-S=122880]
        !            22: .C[-P -Iterm -DATARI -DREADLINE -DHELPFILE="GNUPLOT.GIH" -DSTRNICMP -DNO_SYS_TYPES_H]
        !            23: =
        !            24: PCSTART.O
        !            25: binary         (binary.c, plot.h)
        !            26: bitmap         (bitmap.c, bitmap.h, plot.h)
        !            27: command                (command.c, help.h, plot.h, setshow.h)
        !            28: contour                (contour.c, plot.h)
        !            29: eval           (eval.c, plot.h)
        !            30: fit            (fit.c, plot.h, fit.h, matrix.h)
        !            31: gnubin         (gnubin.c, plot.h, setshow.h)
        !            32: graphics       (graphics.c, plot.h, setshow.h)
        !            33: graph3d                (graph3d.c, plot.h, setshow.h)
        !            34: help           (help.c, help.h, plot.h)
        !            35: internal       (internal.c, plot.h)
        !            36: interpol       (interpol.c, plot.h)
        !            37: matrix         (matrix.c, plot.h, matrix.h)
        !            38: misc           (misc.c, help.h, plot.h, setshow.h)
        !            39: parse          (parse.c, plot.h)
        !            40: plot           (plot.c, plot.h, setshow.h)
        !            41: readline       (readline.c, plot.h)
        !            42: scanner                (scanner.c, plot.h)
        !            43: setshow                (setshow.c, plot.h, setshow.h)
        !            44: specfun                (specfun.c, plot.h)
        !            45: standard       (standard.c, plot.h)
        !            46: stdfn          (stdfn.c, stdfn.h)
        !            47: term           (term.c, bitmap.h, plot.h, setshow.h, term.h,
        !            48:                 term\atari.trm, term\dumb.trm, term\eepic.trm,
        !            49:                 term\epson.trm, term\hpgl.trm, term\hpljii.trm,
        !            50:                 term\hppj.trm, term\latex.trm, term\pbm.trm,
        !            51:                 term\post.trm, term\texdraw.trm, term\tgif.h,
        !            52:                 term\tgif.trm, term\tpic.trm)
        !            53: util           (util.c, plot.h)
        !            54: version                (version.c)
        !            55: PCFLTLIB.LIB    ; note: the order of the librarys is significant !!
        !            56: PCSTDLIB.LIB
        !            57: PCEXTLIB.LIB
        !            58: PCTOSLIB.LIB
        !            59: PCGEMLIB.LIB

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>