mirror of
https://github.com/love2d/megasource.git
synced 2026-08-15 15:51:13 +02:00
Added SDL 1c0f6952e65e.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# change to directory above command file
|
||||
cd `dirname $0`/..
|
||||
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios clean
|
||||
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# change to directory above command file
|
||||
cd `dirname $0`/..
|
||||
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios xcode3
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# change to directory above command file
|
||||
cd `dirname $0`/..
|
||||
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios xcode4
|
||||
Reference in New Issue
Block a user