Added support for Symbian GCCE compiler
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3067 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -22,10 +22,14 @@ ifeq ($(HOST_SYSTEM),ARMV5)
|
||||
else
|
||||
ifeq ($(HOST_SYSTEM),WINSCW)
|
||||
include build/unix/make/buildtools-winscw
|
||||
else
|
||||
ifeq ($(HOST_SYSTEM),GCCE)
|
||||
include build/unix/make/buildtools-gcce
|
||||
else
|
||||
include build/unix/make/buildtools-generic
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user