more mac packing fixes

This commit is contained in:
alzeih
2010-02-26 01:31:36 +13:00
parent ede54752eb
commit 29499ba3d8
2 changed files with 23 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ game_TARGET = OpenRa.Game.exe
game_KIND = winexe
game_DEPS = $(fileformats_TARGET)
game_LIBS = $(COMMON_LIBS) System.Windows.Forms.dll $(game_DEPS) \
thirdparty/Tao/Tao.OpenAl.dll thirdparty/Tao/Tao.Freetype.dll
thirdparty/Tao/Tao.OpenAl.dll thirdparty/Tao/Tao.FreeType.dll
game_FLAGS = -win32icon:OpenRa.Game/OpenRa.ico
ra_SRCS = $(shell find OpenRa.Mods.RA/ -iname '*.cs')