Subversion Repositories nw_plus

Compare Revisions

No changes between revisions

Regard whitespace Rev 62 → Rev 63

/nw_plus/utils/source/kextract/get.sh
File deleted
/nw_plus/utils/source/kextract/compile.sh
File deleted
/nw_plus/utils/source/kextract
Property changes:
Deleted: svn:ignore
-Thumbs.db
/nw_plus/utils/source/buildtools/compile.sh
0,0 → 1,8
#!/bin/bash
echo "Before compiling the utilities, you must follow the directions to compile EDuke32."
echo "http://wiki.eduke32.com/wiki/Building_EDuke32_on_Linux"
echo "After that is all done, you must make EDuke32, then change to the build directory and make that too."
echo "This script will do that here."
cd polymer/eduke32/build/
make
ls
/nw_plus/utils/source/buildtools/get.sh
0,0 → 1,4
#!/bin/bash
echo "The source for the buildtools is part of EDuke32."
echo "This script will check out EDuke32 from its SVN."
svn co https://eduke32.svn.sourceforge.net/svnroot/eduke32