I normally run from source and use a batch file to start calibre without running from source. You could reverse this by placing the path to the source in the "" as in the second example below.
Code:
set CALIBRE_DEVELOP_FROM=""
calibre
Code:
set CALIBRE_DEVELOP_FROM="d:\calibre\calibre-master\src"
calibre