Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-09-02 19:33:01 +0000
committereutarass2010-09-02 19:33:01 +0000
commit0963d1db579b6c1b695d0af13b3efe09ab557801 (patch)
treeeed6688836c813ac160bf549280b7c27ec1514b4
parent2b162c3079de19f94a0666a5776aa698b2214cda (diff)
downloadorg.eclipse.tcf.agent-0963d1db579b6c1b695d0af13b3efe09ab557801.tar.gz
org.eclipse.tcf.agent-0963d1db579b6c1b695d0af13b3efe09ab557801.tar.xz
org.eclipse.tcf.agent-0963d1db579b6c1b695d0af13b3efe09ab557801.zip
TCF Server: fixed: Visual C++ project file should include channel_pipe.h/c files.
-rw-r--r--server/server.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/server.vcproj b/server/server.vcproj
index 1d2bc2b9..db9fd365 100644
--- a/server/server.vcproj
+++ b/server/server.vcproj
@@ -363,6 +363,14 @@
>
</File>
<File
+ RelativePath="..\agent\framework\channel_pipe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\agent\framework\channel_pipe.h"
+ >
+ </File>
+ <File
RelativePath="..\agent\framework\channel_tcp.c"
>
</File>

Back to the top