[BACK]Return to asirrc CVS log [TXT][DIR] Up to [local] / OpenXM / rc

File: [local] / OpenXM / rc / asirrc (download)

Revision 1.8, Sun Jan 6 08:47:35 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.7: +2 -2 lines

"Oxpp" is a utility  to build an asir source code from multiple source codes which are
included by the load command each other.
The new source code does not contain "load".

The asirinit command in oxasir.sm1 loads "oxasir-win.rr" instead of
"oxasir.asir" when it is executed on Windows.
oxasir-win.rr should be built by the Makefile in misc/packages/Windows.

/*$OpenXM: OpenXM/rc/asirrc,v 1.8 2002/01/06 08:47:35 takayama Exp $*/
load("gr")$
load("primdec")$
load("katsura")$
load("xm")$
load("names.rr")$
User_asirrc=which(getenv("HOME")+"/.asirrc")$
if (type(User_asirrc)!=0) {
   print("Loading ~/.asirrc")$
   load(User_asirrc)$
}$
end$