move windows-specific deps to thirdparty/windows.

This commit is contained in:
Paul Chote
2014-05-01 21:06:52 +12:00
parent c61c9592b1
commit d1c2c6b745
6 changed files with 5 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ elseif ($command -eq "dependencies")
{
cp thirdparty/*.dll .
cp thirdparty/Tao/*.dll .
cp packaging/windows/*.dll .
cp thirdparty/windows/*.dll .
echo "Dependencies copied."
}
else