Reordered files in all libs - now all includes are in "libname/include" dir - logical, isn't it? This should break compilation however.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.scummvm.sdl"
|
||||
android:versionCode="12001"
|
||||
android:versionName="1.2.0.01"
|
||||
package="com.sourceforge.sc2"
|
||||
android:versionCode="1013"
|
||||
android:versionName="1.0.13"
|
||||
android:installLocation="preferExternal"
|
||||
>
|
||||
<application android:label="@string/app_name"
|
||||
|
||||
Reference in New Issue
Block a user