Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-24 | Fix libtdb some to move back towards allowing out of tree builds | Gerald (Jerry) Carter | 1 | -1/+1 | |
Remaining problem is that not all *.syms linker scripts are generated so the LD command needs to look in a single place. Out of tree builds now work but report write access to the source tree in order to create the $(srcdir)/expotrs/libtdb.sysms file. (This used to be commit 6e9287c5c3a6bbd15ec495593978c1a76e64ee60) | |||||
2008-02-14 | Create symbols to export in libtdb dynamically from tdb.h. | Michael Adam | 1 | -0/+45 | |
This adds a general mechanism to create version-scripts for linking shared libraries from one or several header files, similar to mkproto.sh/awk. Michael (This used to be commit 65817703c49a7410f4f0c8b46494ede6169d9fa6) |