From 3c3d03e6658a841b00a92f5c613393dde4b712a0 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 25 Sep 2009 18:58:35 +0400 Subject: [PATCH] more native tools --- {tools/DumpThreads => native/breakgen}/AppMain.c | 0 {tools => native}/focusKiller/HookImportFunction.cpp | 0 {tools => native}/focusKiller/HookImportFunction.h | 0 {tools => native}/focusKiller/focusKiller.sln | 0 {tools => native}/focusKiller/focusKiller.vcproj | 0 {tools => native}/focusKiller/focuskiller.cpp | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {tools/DumpThreads => native/breakgen}/AppMain.c (100%) rename {tools => native}/focusKiller/HookImportFunction.cpp (100%) rename {tools => native}/focusKiller/HookImportFunction.h (100%) rename {tools => native}/focusKiller/focusKiller.sln (100%) rename {tools => native}/focusKiller/focusKiller.vcproj (100%) rename {tools => native}/focusKiller/focuskiller.cpp (100%) diff --git a/tools/DumpThreads/AppMain.c b/native/breakgen/AppMain.c similarity index 100% rename from tools/DumpThreads/AppMain.c rename to native/breakgen/AppMain.c diff --git a/tools/focusKiller/HookImportFunction.cpp b/native/focusKiller/HookImportFunction.cpp similarity index 100% rename from tools/focusKiller/HookImportFunction.cpp rename to native/focusKiller/HookImportFunction.cpp diff --git a/tools/focusKiller/HookImportFunction.h b/native/focusKiller/HookImportFunction.h similarity index 100% rename from tools/focusKiller/HookImportFunction.h rename to native/focusKiller/HookImportFunction.h diff --git a/tools/focusKiller/focusKiller.sln b/native/focusKiller/focusKiller.sln similarity index 100% rename from tools/focusKiller/focusKiller.sln rename to native/focusKiller/focusKiller.sln diff --git a/tools/focusKiller/focusKiller.vcproj b/native/focusKiller/focusKiller.vcproj similarity index 100% rename from tools/focusKiller/focusKiller.vcproj rename to native/focusKiller/focusKiller.vcproj diff --git a/tools/focusKiller/focuskiller.cpp b/native/focusKiller/focuskiller.cpp similarity index 100% rename from tools/focusKiller/focuskiller.cpp rename to native/focusKiller/focuskiller.cpp -- 2.11.4.GIT