Commit graph

783 commits

Author SHA1 Message Date
Mathieu Virbel e8dfd01016 Ensure YourApp is referenced in the xcode project 2011-12-06 18:18:36 +01:00
Mathieu Virbel 8d6180428f update app project to include "include python" directory (needed for sysconfig module) 2011-12-06 18:11:42 +01:00
Mathieu Virbel bc78020481 ensure that site it not touched, and indicate this build is an ios build + ensure threads are correctly initialized (for further extensions like ffmpeg) 2011-12-06 18:10:13 +01:00
Mathieu Virbel 3f8b91143d reduce_python: fix when popd (pkgconfig was't deleted) 2011-12-06 18:06:34 +01:00
Mathieu Virbel 0977b6325a Merge branch 'master' of git://github.com/splanquart/kivy-ios
Conflicts:
	build_kivy.sh
	build_python.sh
	build_sdl.sh
	environment.sh
2011-12-06 18:06:14 +01:00
Mathieu Virbel 458bcf14c7 fix build_python on phase 2(ios) with custom module 2011-12-06 16:52:19 +01:00
Mathieu Virbel 583461e445 fix build_kivy.sh conditions 2011-12-06 16:02:21 +01:00
Mathieu Virbel 0308bd233c add template for app (start point) 2011-12-06 15:36:48 +01:00
Mathieu Virbel 6bcb741ebb fix reduce_python when used in standalone mode 2011-12-06 15:33:48 +01:00
Mathieu Virbel 75cdf0110a add function to remove duplicate symbol in .a, and ensure that python patch are correctly applied. 2011-12-06 15:32:31 +01:00
Mathieu Virbel 49d05e1381 fix liblink to prevent CPU_SUBTYPE_ALL and accept latest flags put in environment 2011-12-06 15:31:58 +01:00
Mathieu Virbel 3adc1e715a concat all the arm flags into one place: environment.sh 2011-12-06 12:08:47 +01:00
Mathieu Virbel ea44523f7a wip 2011-12-06 11:42:37 +01:00
Mathieu Virbel 6ef68d31de remove odl reduce python 2011-12-06 10:51:17 +01:00
Mathieu Virbel b40c385f98 wip 2011-12-06 10:49:14 +01:00
Mathieu Virbel 3dac74c37c wip 2011-12-05 10:44:07 +01:00
Mathieu Virbel de94011871 wip 2011-12-05 10:09:35 +01:00
Stéphane Planquart bfdd6f0d04 fix sdl compile in debug mode 2011-12-04 01:05:42 +01:00
Stéphane Planquart eaf2549e53 get all python file (not only libpython) 2011-12-03 01:29:01 +01:00
Stéphane Planquart a904377c21 fix kivy build 2011-12-03 00:06:37 +01:00
Mathieu Virbel 68925a41f9 update build sdl to fix issue with divmodsi4 (use llvm-gcc-4.2 instead of clang, to keep the same compiler for all other projects.) + fix copy of libSDL.a into our build directory 2011-12-02 16:28:03 +01:00
Mathieu Virbel 0e17917cb2 update project.pbxproj to latest xcode version (look like it fix divmodsi4 bug) 2011-12-02 15:43:05 +01:00
Stéphane Planquart 452a5c789f fix copie lib python into build path 2011-12-01 21:44:48 +01:00
Stéphane Planquart 7a28ecdca6 fix buildroot in environment.sh 2011-12-01 21:17:25 +01:00
Stéphane Planquart 87b87708fe Merge pull request #2 from tito/fixes_and_kivy
Fixes and kivy
2011-12-01 09:21:45 -08:00
Mathieu Virbel c2e49b6f68 update gitignore to not take care of kivy 2011-12-01 18:16:46 +01:00
Mathieu Virbel e9eb8a6f5f add a script to compile kivy (wip), and the whole project 2011-12-01 18:16:46 +01:00
Mathieu Virbel 46b062cf16 add gitignore to remove checkout from project 2011-12-01 18:16:46 +01:00
Mathieu Virbel f21b1a61e3 add environment.sh to create initial build directory, and set common env var
KIVYIOSROOT represent the root of this project. It can be used in external project to refer of this project (like using build/lib directory, or build/include)
+ change current build_* to copy include and lib in a common build/ directory
2011-12-01 18:16:46 +01:00
Stéphane Planquart 1914cfa079 Merge pull request #1 from tito/ttf_and_sdlttf
add script to build freetype and sdlttf
2011-12-01 03:24:52 -08:00
Mathieu Virbel f8439f6ab6 fixes flags against "ld: illegal text-relocation" 2011-12-01 09:00:25 +01:00
Mathieu Virbel 7e6b407921 add script to build freetype and sdlttf 2011-11-30 20:01:00 +01:00
Stéphane Planquart f387566b26 initial commit with build for python 2.7.1 and sdl 1.3 2011-11-29 19:48:05 +01:00