Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/shRHOME=`pwd`# Create the basic include files needed for compilationcp $RHOME/src/windows/Platform.h $RHOME/src/includecp $RHOME/src/unix/PostScript.c $RHOME/src/windows/PostScript.ccp $RHOME/src/unix/devPS.c $RHOME/src/windows/devPS.c# This code assembles the table of statically loaded C and Fortran# code which is to be accessed via .C and .Fortran calls.cd $RHOME/src#we take only the C source for windowsln appl.c/*.c applsh GETSYMBOLS# Create the library of interpreted functionscd $RHOME/src/library/base/funscat [a-z]* > $RHOME/library/basecd $RHOME/src/library/windows/funscat [a-z]* > $RHOME/library/systemcd $RHOME/etcmake install-htmlcp $RHOME/src/library/profile/Rprofile.win $RHOME/library/Rprofile