summaryrefslogtreecommitdiff
path: root/src/debug/ee/shared.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/ee/shared.cpp')
-rw-r--r--src/debug/ee/shared.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/debug/ee/shared.cpp b/src/debug/ee/shared.cpp
new file mode 100644
index 0000000000..6d7af86893
--- /dev/null
+++ b/src/debug/ee/shared.cpp
@@ -0,0 +1,16 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
+//
+
+/*
+ *
+ * Common source file for all files in ..\shared for compiling into the left-side
+ *
+ */
+#include "stdafx.h"
+
+#include "../shared/utils.cpp"
+#include "../shared/dbgtransportsession.cpp"