[DEV] add ios board

This commit is contained in:
Edouard DUPIN 2014-01-14 07:41:39 +01:00
parent c4479fa4cb
commit cdb945c2f1
3 changed files with 9 additions and 2 deletions

2
build

@ -1 +1 @@
Subproject commit c90897e0cfd217bef60e7b3c693332748c452d36
Subproject commit 862ab0f7b799039cadc310607040d2ea16ce782c

2
external/etk vendored

@ -1 +1 @@
Subproject commit b0e3b31664cab066ea3f5e9c42ba6729f40e95e1
Subproject commit 8c3d0e0fcf81a60db60c447ec2abd0239274ef47

View File

@ -59,6 +59,13 @@ def create(target):
'ewol/context/MacOs/Windows.mm',
'ewol/context/MacOs/OpenglView.mm',
'ewol/context/MacOs/AppDelegate.mm'])
elif target.name=="IOs":
myModule.add_src_file([
'ewol/context/MacOs/Context.cpp',
'ewol/context/MacOs/Interface.mm',
'ewol/context/MacOs/Windows.mm',
'ewol/context/MacOs/OpenglView.mm',
'ewol/context/MacOs/AppDelegate.mm'])
else:
debug.error("unknow mode...")