summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/sandbox.gyp9
-rw-r--r--sandbox/sandbox_standalone.sln (renamed from sandbox/sandbox.sln)0
2 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index ff07643..505dc9b 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -142,6 +142,15 @@
'include_dirs': [
'..',
],
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ 'wow_helper/wow_helper.exe',
+ 'wow_helper/wow_helper.pdb',
+ ],
+ },
+ ],
'configurations': {
'Debug': {
'msvs_precompiled_header': 'src/stdafx.h',
diff --git a/sandbox/sandbox.sln b/sandbox/sandbox_standalone.sln
index 529d20e..529d20e 100644
--- a/sandbox/sandbox.sln
+++ b/sandbox/sandbox_standalone.sln