Skip to content

Commit

Permalink
adding python.exe to the trunk and updating SharpLayers build script …
Browse files Browse the repository at this point in the history
…to use it
  • Loading branch information
jaundice committed Jul 7, 2011
1 parent a27c92a commit ee7b71b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added BuildTools/python.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,6 @@
</Target>
-->
<Target Name="BeforeBuild">
<Exec Command="c:\python25\python.exe build.py &amp;&amp; c:\python25\python.exe builduncompressed.py" WorkingDirectory="$(ProjectDir)OpenLayers\Build\" />
<Exec Command="$(SolutionDir)BuildTools\python.exe build.py &amp;&amp; c:\python25\python.exe builduncompressed.py" WorkingDirectory="$(ProjectDir)OpenLayers\Build\" />
</Target>
</Project>

0 comments on commit ee7b71b

Please sign in to comment.