Changes between Version 16 and Version 17 of pygame_touchpad


Ignore:
Timestamp:
Jan 17, 2012, 9:44:03 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pygame_touchpad

    v16 v17  
    2727## on the HP Touchpad WebOS tablet
    2828
     29CURRENT_FOLDER = ${PWD}
     30
    2931## path to the Python runtime
    3032## NOTE: content of the Python 2.7 runtime has been
    3133## placed to the python2.7 folder
    32 PY_PATH="/media/internal/pygame_test/python27"
     34PY_PATH=${CURRENT_FOLDER}"/python27"
    3335export PY_PATH
    3436
    3537## path to the Pygame runtime/library
    36 PYGAME_PATH="/media/internal/pygame_test/"
     38## NOTE: it is enough to add the folder
     39## that contains the Pygame folder to Python path
     40PYGAME_PATH=${CURRENT_FOLDER}"
    3741
    3842## add the Python runtime to the system path