diff -r f5d4820de50d -r 4fde310f06fe memspy/group/bld.inf --- a/memspy/group/bld.inf Tue May 25 18:01:01 2010 +0300 +++ b/memspy/group/bld.inf Mon Jun 14 11:37:33 2010 +0300 @@ -32,7 +32,12 @@ // Console UI #include "../Console/group/bld.inf" +// MemSpyServer +#include "../MemSpyServer/group/bld.inf" + +// MemSpyClient +#include "../MemSpyClient/group/bld.inf" PRJ_EXPORTS ../rom/memspy.iby CORE_IBY_EXPORT_PATH(tools,memspy.iby) -../rom/memspy_rom.iby CORE_IBY_EXPORT_PATH(tools/rom,memspy_rom.iby) +../rom/memspy_rom.iby CORE_IBY_EXPORT_PATH(tools/rom,memspy_rom.iby) \ No newline at end of file