win32 support

- support for win graphic console
- correct versioning
- document mkwin script
This commit is contained in:
vscosta
2014-11-04 01:27:58 +00:00
parent 83a34ad849
commit 58734fe2e7
7 changed files with 100 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ elif test -e "$srcdir"/packages/python/Makefile.in ; then
if test -d "$PYTHONHOME/libs"; then
#mingw
PYTHON_DIR="$PYTHONHOME"
PYTHON_DLL=`echo "$PYTHON_DIR"/python*.dll`
PYTHON_DLL=`echo "$PYTHON_DIR"/DLLs/python*.dll`
PYTHON_LIBS="\"$PYTHON_DLL\""
PYTHON_INCLUDES="-I \"$PYTHON_DIR\"/include"
elif test -d "$PYTHONHOME/lib"; then