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/*.dll .
cp thirdparty/Tao/*.dll . cp thirdparty/Tao/*.dll .
cp packaging/windows/*.dll . cp thirdparty/windows/*.dll .
echo "Dependencies copied." echo "Dependencies copied."
} }
else else

View File

@@ -93,11 +93,10 @@ Section "Game" GAME
File "${SRCDIR}\KopiLua.dll" File "${SRCDIR}\KopiLua.dll"
File "${SRCDIR}\NLua.dll" File "${SRCDIR}\NLua.dll"
File "${SRCDIR}\eluant.dll" File "${SRCDIR}\eluant.dll"
File OpenAL32.dll File "${DEPSDIR}\OpenAL32.dll"
File SDL.dll File "${DEPSDIR}\SDL.dll"
File freetype6.dll File "${DEPSDIR}\freetype6.dll"
File zlib1.dll File "${DEPSDIR}\zlib1.dll"
File "${DEPSDIR}\lua51.dll" File "${DEPSDIR}\lua51.dll"
SetOutPath "$INSTDIR\lua" SetOutPath "$INSTDIR\lua"
File "${SRCDIR}\lua\*.lua" File "${SRCDIR}\lua\*.lua"