Commit Graph

39 Commits

Author SHA1 Message Date
dec1b8dfb4 waflib: xcompile: even if hardfloat ABI is selected, force architecture name as armeabi-v7a, as armeabi-v7a-hard is completely virtual. Move options defines to main wscript 2019-05-06 04:11:12 +03:00
c9b5332d16 waflib: subproject: preserve IGNORED_SUBDIRS between contexts, fix broken logic 2019-05-05 00:22:03 +03:00
3fef353291 android: initial port 2019-05-02 18:07:03 +03:00
87f380b90c waflib: xcompile: define both __ANDROID__ and ANDROID for compatibility 2019-05-01 19:03:23 +03:00
3ebb4d0ea3 waflib: xcompile: check arch, configure 'M' uselib to m_hard on hardfp, remove linker select 2019-05-01 01:58:27 +03:00
d4b4a4a864 waflib: xcompile: add support for ANDROID_NDK environment variable, as well as ANDROID_NDK_HOME. Fix help message. 2019-04-27 13:01:05 +03:00
d5911b33b1 msvc8 support 2019-04-12 14:33:57 +07:00
f1638b09c5 waf: implement 'reconfigure' module 2019-04-12 02:45:23 +07:00
54d54b1457 waf: fix python3 2019-04-12 00:19:12 +07:00
b2038e76d3 waflib: subproject: carefully restore previous enviroment in configuration context 2019-04-11 01:38:00 +03:00
eb650b71ad waflib: subproject: restore environment in build context 2019-04-11 01:32:19 +03:00
459f4a9788 scripts: waflib: introduce new waf plugin -- subproject, which makes easier use of standalone envs for each subdirectory 2019-04-11 00:15:48 +03:00
d17fdea884 waflib: remove get_subproject_name function 2019-04-11 00:13:59 +03:00
b20efff57c msdev: add line breaks to lines 2019-04-10 01:55:43 +03:00
36159e6622 msdev: convert solution to list 2019-04-10 01:55:43 +03:00
c953ba0852 msdev: add line breaks to solution 2019-04-10 01:55:43 +03:00
b38ef43260 msdev: include solution file 2019-04-10 01:55:43 +03:00
fea2395a80 msdev: fix 2019-04-10 01:55:43 +03:00
ffaab11da9 msdev: add relative library paths 2019-04-10 01:55:43 +03:00
f6b3603934 msdev: fix 2019-04-10 01:55:43 +03:00
9421963b29 msdev: print abspath 2019-04-10 01:55:43 +03:00
239c13da28 msdev: remove printing bld.root 2019-04-10 01:55:43 +03:00
eb6f67ed07 msdev: print include paths 2019-04-10 01:55:43 +03:00
c206e72f7b msdev: fix 2019-04-10 01:55:43 +03:00
79e6ebbe23 msdev: fix 2019-04-10 01:55:43 +03:00
d4638a9cf4 msdev: find relative include path 2019-04-10 01:55:43 +03:00
7ccc9b0795 Revert "waf: try relative SDL2 path"
This reverts commit 50f0ae5234b9a6085d88dde9e0cfd9b2e2da7849.
2019-04-10 01:55:43 +03:00
6c1d911193 waf: try relative SDL2 path 2019-04-10 01:55:43 +03:00
129325f3a4 scripts: waflib: add msdev.py tool by Michel Mooij, patched to support uselib, separate envs and so 2019-04-08 21:08:52 +03:00
Alibek Omarov
58b5e1a9df wscript: introduce shortened frequently used configuration options 2019-03-26 16:26:02 +03:00
Alibek Omarov
5e17b4bf17 wscript: remove useless option type specifier 2019-02-19 17:55:45 +03:00
Alibek Omarov
1b372115a5 wscript: move options to subgroups, reorder option plugins loading 2019-02-19 16:33:14 +03:00
9da413b2cc waf: add clang compilation database support 2019-01-13 16:46:12 +03:00
71cae6b02b waflib: add xcompile helper plugin intended to integrate with platform SDKs, like Android NDK 2018-12-20 09:44:51 +03:00
aac44ef866 waflib: try to fix sdl2 searching on osx again 2018-12-19 06:57:54 +03:00
5d6d6c766e scripts: sdl2: fix finding sdl2 on osx 2018-12-17 03:11:41 +03:00
30c32b0088 waflib: sdl2: fix finding sdl2 on osx 2018-12-17 02:34:49 +03:00
a580e98f28 waflib: force_32bit: try to fix passing additional flags to generate 32bit code on MacOSX 2018-12-16 17:01:12 +03:00
ec50c4571c waflib: add some waf plugins by FWGS 2018-12-13 08:00:22 +03:00