fix Makefile, prepare FuzzyLogicLibrary for packaging

This commit is contained in:
Matthias Mailänder
2013-01-02 11:47:40 +01:00
parent d0f61faf4a
commit 5d2b704608
3 changed files with 9 additions and 2 deletions

View File

@@ -39,6 +39,9 @@ cp thirdparty/Tao/* packaging/built
# SharpZipLib for zip file support
cp thirdparty/ICSharpCode.SharpZipLib.dll packaging/built
# FuzzyLogicLibrary for improved AI
cp thirdparty/FuzzyLogicLibrary.dll packaging/built
# Copy game icon for windows package
cp OpenRA.Game/OpenRA.ico packaging/built