memspy/group/bld.inf
changeset 17 67c6ff54ec25
parent 0 a03f92240627
child 30 86a2e675b80a
--- a/memspy/group/bld.inf	Mon May 03 13:58:41 2010 +0300
+++ b/memspy/group/bld.inf	Fri May 14 17:25:03 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