diff -r 07b41fa8d1dd -r ca8a1b6995f6 memspy/group/bld.inf --- a/memspy/group/bld.inf Thu Aug 19 11:25:43 2010 +0300 +++ b/memspy/group/bld.inf Tue Aug 31 16:45:49 2010 +0300 @@ -29,10 +29,12 @@ // Commandline includes #include "../CommandLine/group/bld.inf" -// 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