Replace "-wipe" with "x wipe" in makefiles to remove annoying errors.
Steve Revill authored
Version 0.11. Tagged as 'remotedb-0_11'
73c9bd2e
Name Last commit Last update
c * remotedb is now properly namespaced, all calls and visible variables are prefixed "remote_". Previously only some of the calls were namespaced, now they all are. This may break some apps that used remotedb directly instead of using DebugLib, but the changes needed will be small. This change was done because I was getting a nameclash with some other source that defined debug_vprintf.
daemon Add '-r' parameter to debugd.
h * remotedb is now properly namespaced, all calls and visible variables are prefixed "remote_". Previously only some of the calls were namespaced, now they all are. This may break some apps that used remotedb directly instead of using DebugLib, but the changes needed will be small. This change was done because I was getting a nameclash with some other source that defined debug_vprintf.
!Mk,fd7 * Improved namespacing of functions throughout remotedb. External functions weren't able to be renamed, so as not to break compatability with programs that use remotedb
!MkClean,fd7 * Tidied build process. Now creates o.dirs when it creates o and z dirs, and make clean wipes these folders completely now. MkClean now does stripdepend, if it is available.
!MkExport,fd7 * Improved namespacing of functions throughout remotedb. External functions weren't able to be renamed, so as not to break compatability with programs that use remotedb
.gitattributes * remotedb library moved onto trunk.
LICENSE * remotedb library moved onto trunk.
Makefile Replace "-wipe" with "x wipe" in makefiles to remove annoying errors.
VersionNum Replace "-wipe" with "x wipe" in makefiles to remove annoying errors.