Adding custom compiled uisp (with support for the ATmega168) to the linux dist/ directory.

This commit is contained in:
David A. Mellis 2006-12-20 02:15:20 +00:00
parent 18951f0437
commit 625c7b185f
3 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export CLASSPATH
# put the directory where this file lives in the front of the path, because
# that directory also contains jikes, which we will need at runtime.
#
PATH=`pwd`/`dirname $0`:`pwd`/java/bin:${PATH}
PATH=`pwd`/`dirname $0`/tools:${PATH}
export PATH
# put the directory with the native RXTX libs in the library path

BIN
build/linux/dist/tools/uisp vendored Executable file

Binary file not shown.

View File

@ -60,6 +60,7 @@ echo Copying dist files...
cp -r dist/lib work/
#cp -r dist/core work/
cp -r dist/bootloader work/
cp -r dist/tools work/
### -- START BUILDING -------------------------------------------