| MetMedic eMule cleanup eMule Light |
eMule library requirements
I created directories I added libdir and include-dir to Thus I need to compile them just once, and they're available for all development work - whether eMule or something else - easily. This means that I don't compile them for each version of eMule separately, but will need to patch eMule to handle the includes correctly and change library dependencies in eMule project file so that it'll find the correct library. Interestingly enough, all of the lib, pdb and pch contain the original compile location. How fun. As it'd even exist when I have compiled and installed the library and includes. Well, the same holds true about MS's own libraries.. Well, they seem to work well enough, so who cares.. My methods only cover VS2002, as I don't have 2003. If you use 2003, you may need to apply additional patches. |