Skip to content

Commit

Permalink
Update UpdateDependencies.bat comment
Browse files Browse the repository at this point in the history
  • Loading branch information
papeh committed Sep 24, 2013
1 parent 45d4bd2 commit 85f9df7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions UpdateDependencies.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
REM Since Palaso libraries change frequently, you will likely need to
REM get that project and be able to build it, then run this script.
REM This script assumes that the libraries project are on the same level as this project.
REM Since Palaso libraries change frequently, you will likely need to get that project
REM and be able to build it. Run this script to build and copy those libraries.
REM This script assumes that the Palaso project directory is on the same level as this one.
REM It copies the needed libraries both into the lib folder and the debug folder.

pushd .

cd ..\palaso
pushd ..\palaso
call GetAndBuildThis.bat
popd

Expand Down

0 comments on commit 85f9df7

Please sign in to comment.