Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(433)

Unified Diff: syzygy/call_trace/call_trace.rc

Issue 4835042: Add version resource to call_trace.dll. (Closed) Base URL: https://sawbuck.googlecode.com/svn/trunk
Patch Set: Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/call_trace/call_trace.gyp ('k') | syzygy/common/version.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/call_trace/call_trace.rc
diff --git a/syzygy/reorder/reorderer.rc b/syzygy/call_trace/call_trace.rc
similarity index 77%
copy from syzygy/reorder/reorderer.rc
copy to syzygy/call_trace/call_trace.rc
index eee50e4cd2fcc83bb4dc2f70c4f038d97bd63456..bd9964e9d7e3dfec882f0c594914d1855e513d7e 100644
--- a/syzygy/reorder/reorderer.rc
+++ b/syzygy/call_trace/call_trace.rc
@@ -16,8 +16,9 @@
#error Don't open this file in the GUI, it'll be massacred on save.
#endif // APSTUDIO_INVOKED
-#define SYZYGY_DESCRIPTION "Syzygy Reorderer"
-#define SYZYGY_INTERNALNAME "Reorderer"
-#define SYZYGY_ORIGINALFILENAME "reorder.exe"
+#define SYZYGY_FILETYPE VFT_DLL
+#define SYZYGY_DESCRIPTION "Syzygy Call Trace DLL"
+#define SYZYGY_INTERNALNAME "call_trace"
+#define SYZYGY_ORIGINALFILENAME "call_trace.dll"
-#include "syzygy/common/version.rc"
+#include "syzygy/common/version.rc"
« no previous file with comments | « syzygy/call_trace/call_trace.gyp ('k') | syzygy/common/version.rc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b