Index: tools/symsrc/README.chromium |
diff --git a/tools/symsrc/README.chromium b/tools/symsrc/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0398fe0c89fa383d0cb24e0a85cd0f7725ff1587 |
--- /dev/null |
+++ b/tools/symsrc/README.chromium |
@@ -0,0 +1,14 @@ |
+These files are related to the symbol and source server. |
+ |
+This requires some Microsoft utilities. From a 32-bit WinDbg installation with |
+source server support, copy the following files to this directory: |
+ dbghelp.dll |
+ pdbstr.exe |
+ srctool.exe |
+ |
+The follow files were copied from the BSD licensed pefile-1.2.9.1: |
+ COPYING-pefile |
+ pefile.py |
+ |
+pefile is available from: |
+ http://code.google.com/p/pefile/ |