Last change
on this file since 1156 was
1156,
checked in by pooh, 17 years ago
|
- Do not close already opened channels.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
189 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | ../../compiler/rfpc -rfp-heapsize 50000000 -cc $* |
---|
4 | ccfile=`echo $1 | sed -e 's/\.rf/\.cc/'` |
---|
5 | gcc -g -c $ccfile -I../../runtime -I../../libp++ -I../../library/include |
---|
6 | rm -f $ccfile |
---|
Note: See
TracBrowser
for help on using the repository browser.