Fix Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -16,7 +16,7 @@ gl_KIND = library
|
||||
gl_DEPS = $(fileformats_TARGET) $(game_TARGET) \
|
||||
thirdparty/Tao/Tao.Glfw.dll
|
||||
gl_LIBS = $(COMMON_LIBS) System.Windows.Forms.dll \
|
||||
thirdparty/Tao/Tao.Cg.dll thirdparty/Tao/Tao.OpenGl.dll thirdparty/Tao/Tao.Sdl.dll \
|
||||
thirdparty/Tao/Tao.Cg.dll thirdparty/Tao/Tao.OpenGl.dll thirdparty/Tao/Tao.Sdl.dll thirdparty/ISE.FreeType.dll \
|
||||
$(gl_DEPS) $(game_TARGET)
|
||||
|
||||
game_SRCS = $(shell find OpenRa.Game/ -iname '*.cs')
|
||||
@@ -24,7 +24,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.Externals.dll thirdparty/ISE.FreeType.dll
|
||||
thirdparty/Tao/Tao.OpenAl.dll
|
||||
game_FLAGS = -win32icon:OpenRa.Game/OpenRa.ico
|
||||
|
||||
ra_SRCS = $(shell find OpenRa.Mods.RA/ -iname '*.cs')
|
||||
|
||||
@@ -27,7 +27,6 @@ using OpenRa.FileFormats;
|
||||
using OpenRa.FileFormats.Graphics;
|
||||
using OpenRa.Support;
|
||||
using System.IO;
|
||||
using ISE;
|
||||
|
||||
namespace OpenRa.Graphics
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user