moved tools to ext - makes more sense, as it contains external libs, not tools

This commit is contained in:
Nick Bolton 2014-02-26 16:52:54 +00:00
parent 8d6a44d1b7
commit 50a4f310c9
287 changed files with 19 additions and 19 deletions

2
hm.py
View file

@ -31,7 +31,7 @@
# This will create an in-source UNIX Makefile.
import sys, os
sys.path.append('tools')
sys.path.append('ext')
# if old build src dir exists, move it, as this will now be used for build
# output.