home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Applications
/
UIFlow 1.0.1
/
UIFlow Source
/
VSet2.0
/
Src
/
do
< 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
Text File
|
1992-04-20
|
248 b
|
9 lines
|
[
TEXT/????
]
# This is how you can compile a C program that uses Vset.
# Change "SUN" to the machine that you are using.
#
cat do
echo "compiling $1..."
cc $1.c libvg.a -ldf -o $1 -g -DIRIS4 -L/ncsa/apps/hdf/lib \
-I/rels/shared/soft/hdf/include
echo $1 done