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

Unified Diff: syzygy/call_trace/call_trace.gyp

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 | « no previous file | syzygy/call_trace/call_trace.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/call_trace/call_trace.gyp
diff --git a/syzygy/call_trace/call_trace.gyp b/syzygy/call_trace/call_trace.gyp
index a14a112bc779f7fc6b6a27874b8e086b6dd5ccb0..2c044d98526bcaa7be70377e0a5fdc85442b0c11 100644
--- a/syzygy/call_trace/call_trace.gyp
+++ b/syzygy/call_trace/call_trace.gyp
@@ -26,7 +26,6 @@
'target_name': 'call_trace_lib',
'type': 'static_library',
'sources': [
- 'call_trace.def',
'call_trace_control.h',
'call_trace_control.cc',
'call_trace_defs.h',
@@ -59,6 +58,7 @@
'type': 'shared_library',
'sources': [
'call_trace.def',
+ 'call_trace.rc',
'call_trace_defs.h',
'call_trace_main.h',
'call_trace_main.cc',
« no previous file with comments | « no previous file | syzygy/call_trace/call_trace.rc » ('j') | no next file with comments »

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