summaryrefslogtreecommitdiff
path: root/Skype/_Debugger
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-03-24 16:28:13 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-03-24 16:28:13 +0000
commit4cb109d70f70195be2a1642ad52c16b982fcfd9e (patch)
treea63fbdef68ed24f6e5151c83cfab6ce3a976982a /Skype/_Debugger
parent824d1b1f75ad59a30047780ed2571e96094023db (diff)
berlios is still alive so Skype and imo2sproxy hosted there and deleted from this repo
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@283 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Skype/_Debugger')
-rw-r--r--Skype/_Debugger/AutoDebug-Off.reg4
-rw-r--r--Skype/_Debugger/AutoDebug-On.reg10
2 files changed, 0 insertions, 14 deletions
diff --git a/Skype/_Debugger/AutoDebug-Off.reg b/Skype/_Debugger/AutoDebug-Off.reg
deleted file mode 100644
index 7d8148d..0000000
--- a/Skype/_Debugger/AutoDebug-Off.reg
+++ /dev/null
@@ -1,4 +0,0 @@
-Windows Registry Editor Version 5.00
-
-; [OFF] Auto attach to miranda32 process on startup.
-[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\miranda32.exe]
diff --git a/Skype/_Debugger/AutoDebug-On.reg b/Skype/_Debugger/AutoDebug-On.reg
deleted file mode 100644
index c366092..0000000
--- a/Skype/_Debugger/AutoDebug-On.reg
+++ /dev/null
@@ -1,10 +0,0 @@
-Windows Registry Editor Version 5.00
-
-; [ON] Auto attach to miranda32 process on startup.
-; Works with VS.NET
-; For VC6 specify another debugger.
-[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\miranda32.exe]
-"Debugger"="vsjitdebugger.exe"
-
-; VS.NET
-;"Debugger"="vsjitdebugger.exe"