Update allarchs.patch
Markus Koschany
7 years ago
5 | 5 |
|
6 | 6 |
Forwarded: no
|
7 | 7 |
---
|
8 | |
platform_build/linux_ant/build.xml | 35 +++++++++++++++++++++++++++++++++--
|
9 | |
1 file changed, 33 insertions(+), 2 deletions(-)
|
|
8 |
platform_build/linux_ant/build.xml | 36 ++++++++++++++++++++++++++++++++++--
|
|
9 |
1 file changed, 34 insertions(+), 2 deletions(-)
|
10 | 10 |
|
11 | 11 |
diff --git a/platform_build/linux_ant/build.xml b/platform_build/linux_ant/build.xml
|
12 | |
index e5ce8d1..8ca4b76 100644
|
|
12 |
index e5ce8d1..72eb346 100644
|
13 | 13 |
--- a/platform_build/linux_ant/build.xml
|
14 | 14 |
+++ b/platform_build/linux_ant/build.xml
|
15 | 15 |
@@ -6,12 +6,14 @@
|
|
48 | 48 |
</target>
|
49 | 49 |
|
50 | 50 |
<target name="compile32" unless="build.64bit.only">
|
51 | |
@@ -123,4 +128,30 @@
|
|
51 |
@@ -123,4 +128,31 @@
|
52 | 52 |
<fileset file="${libname64}"/>
|
53 | 53 |
</apply>
|
54 | 54 |
</target>
|
|
64 | 64 |
+ <arg value="-I${native}/common"/>
|
65 | 65 |
+ <arg value="-I${native}/common/opengl"/>
|
66 | 66 |
+ <arg value="-I${native}/linux"/>
|
|
67 |
+ <arg value="-I${native}/linux/opengl"/>
|
67 | 68 |
+ <mapper type="glob" from="*.c" to="*.o"/>
|
68 | 69 |
+ <fileset dir="${native}/linux" includes="*.c"/>
|
69 | 70 |
+ <fileset dir="${native}/generated" includes="*.c"/>
|
10 | 10 |
1 file changed, 4 insertions(+)
|
11 | 11 |
|
12 | 12 |
diff --git a/platform_build/linux_ant/build.xml b/platform_build/linux_ant/build.xml
|
13 | |
index 8ca4b76..075d430 100644
|
|
13 |
index 72eb346..2e9a22e 100644
|
14 | 14 |
--- a/platform_build/linux_ant/build.xml
|
15 | 15 |
+++ b/platform_build/linux_ant/build.xml
|
16 | 16 |
@@ -23,6 +23,10 @@
|