[Top] / [eMule] / [cleanup] / [0.29b]

MetMedic
eMule cleanup
eMule Light
Libraries
Cleanup
0.29a
0.29b
0.29c
0.30a

cleanup.0b
cleanup.1c
cleanup.2
cleanup.3
cleanup.4
cleanup.5
cleanup.6


Cleanup patch 0b - basic cleanup

[Patch date 2003-06-24 11:00]
cleanup.0 date was 2003-06-24 00:40

OK, after the first seriously fucked up set of files I assume everyone did the sensible thing and got the precompiled libraries instead. However, I'm not the one to give up, so I fixed what I broke.. New set of files provides a working version.

This patch just readies everything for further development. Corrects the include order in emule.cpp, cleans up emule.vcproj of resource items that don't even exist, points zlib and cryptolib to "../.." (both project library dependencies and include paths).

My development directory structure goes like: <devroot>/eMule/0.29b/<source packages>, and I placed zlib and cryptolib both to the same level as I put source packages. Source directories are like 0.29b-Pristine, which is just what comes out from eMule source archive when extracted. It has src-directory below that. This directory structure makes it easier for me to manage even tens of different sourcetrees of which half a dozen might be what I'm working on.

ZLib source package with VS7 project and solution files.
Cryptolib source package with VS7 project and solution files.