Maarten ter Huurne
|
455e6ae564
Remove Library.getSystemDependentFlags() method from build script
|
9 years ago |
Maarten ter Huurne
|
65e5d5b9b5
Look for systemwide tclConfig.sh in /mingw32 under MSYS
|
9 years ago |
m9710797
|
1304f8264a
Remove libxml2 dependency from build
|
10 years ago |
Maarten ter Huurne
|
bb651a4b5f
Removed build support for SQLite
|
10 years ago |
Maarten ter Huurne
|
f707e5d15d
Remove build support for Expat XML parser
|
10 years ago |
Maarten ter Huurne
|
ac930c3066
Removed libao sound driver
|
10 years ago |
Maarten ter Huurne
|
b71dae3fa8
Add support for cross compilation with MinGW-w64
|
10 years ago |
Maarten ter Huurne
|
013ce9ef90
Compile against the default SDK on Mac OS X
|
10 years ago |
Manuel Bilderbeek
|
fccc8e5c98
Fix Tcl link errors on MinGW, due to commit 9f1dbddda2.
|
11 years ago |
Manuel Bilderbeek
|
30b942eb1d
Improve tcl-search.log (and comment about TCL_DEFS).
|
11 years ago |
wouter
|
9f1dbddda2
Removed $(TCL_DEFS) from compiler command line
|
11 years ago |
wouter
|
d089095d55
Various text-processing stuff
|
11 years ago |
Manuel Bilderbeek
|
79635a6544
Move to new unreleased OpenDingux toolchain. This is not the final one yet, but it uses a better g++.
|
12 years ago |
Alex Wulms
|
b1b14864f3
Android port
|
12 years ago |
Maarten ter Huurne
|
c02792d737
In OpenDingux libao is part of the rootfs.
|
13 years ago |
Manuel Bilderbeek
|
c2b40d329f
Revert 12259, because it breaks cross compilation for Windows with gcc on Linux. According to Maarten a different solution for NaCl could be postprocessing the sdl-config output.
|
13 years ago |
Maarten ter Huurne
|
8913455d77
Switched Dingux support over to the OpenDingux toolchain.
|
13 years ago |
Maarten ter Huurne
|
ae1a33df5f
Added lib-config options to get static link flags for libpng.
|
13 years ago |
Maarten ter Huurne
|
28d094f6f7
Look for tclConfig.sh in <prefix>/lib/tcl/tcl<version> as well. Fixes build on OpenBSD.
|
13 years ago |
Maarten ter Huurne
|
44d353bbe9
Added some info to a TODO comment.
|
13 years ago |
Maarten ter Huurne
|
9c16b2c3a3
The wmm driver of libao needs functions from "winmm.dll".
|
13 years ago |
Maarten ter Huurne
|
86a52cbb90
Include libao in 3rdparty build. Not sure if we want to keep this in a release, but for now it helps testing the new sound driver.
|
13 years ago |
Maarten ter Huurne
|
6667100d11
Added sound driver using libao.
|
13 years ago |
Maarten ter Huurne
|
d057e9dc0a
Use 3rdparty Tcl on Mac OS X. There is a systemwide Tcl as well, but Tcl 8.5 is not included before OS X 10.6.
|
13 years ago |
Manuel Bilderbeek
|
c3b849062d
Upgrade to Tcl 8.5. We have this for staticbindist as well, so, let's be consistent. Also, we could simplify some scripts with its new features.
|
14 years ago |
Maarten ter Huurne
|
1db94fde18
Added TODO about compile time vs run time library dependencies.
|
14 years ago |
Maarten ter Huurne
|
3af311c753
Do not mark libxml2 as system library for Dingux.
|
14 years ago |
Maarten ter Huurne
|
27fbe5362b
Look in Dingux SDK dir for lib-config scripts.
|
14 years ago |
Maarten ter Huurne
|
57dd2ea484
Mark libraries that are included in the Dingux rootfs as systemwide on that platform.
|
14 years ago |
Maarten ter Huurne
|
ac2b381408
Compute the full reflexive-transitive closure of library dependencies instead of only those libraries reachable in 0 or 1 steps. With the libraries that we currently use there is no difference in practice, but the original algorithm could miss libraries that are dependencies of dependencies. Also moved this computation from the "3rdparty_download" module to the "libraries" module, so it can be reused.
|
14 years ago |