summaryrefslogtreecommitdiffstats
path: root/base/debug_message.scons
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug_message.scons')
-rw-r--r--base/debug_message.scons9
1 files changed, 8 insertions, 1 deletions
diff --git a/base/debug_message.scons b/base/debug_message.scons
index 01dd779..e21aaf2 100644
--- a/base/debug_message.scons
+++ b/base/debug_message.scons
@@ -18,4 +18,11 @@ if env.Bit('windows'):
],
)
-env.ChromeProgram('debug_message', ['debug_message.cc'])
+if env.Bit('windows'):
+ # TODO(port): port this if it's needed on non-Windows systems,
+ # or remove this comment (and merge with the above block?)
+ # if it's really Windows-specific.
+ env.ChromeProgram('debug_message', ['debug_message.cc'])
+
+env.ChromeMSVSProject('$BASE_DIR/build/debug_message.vcproj',
+ guid='{0E5474AC-5996-4B13-87C0-4AE931EE0815}')