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
/
temp
/
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
|
1991-12-12
|
217 b
|
8 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 -DUNICOS -I/scr1/u12939/include
echo $1 done