Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-02-22 18:19:02 +0000
committereutarass2010-02-22 18:19:02 +0000
commita8d18bdce5c8aa30da17b052238e3f40d06181b9 (patch)
tree9a81644d6ffcff7ae147471446146c63d30702f6 /server/server.vcproj
parent2169187f8d90e9f856c1107f1f41629833041cbe (diff)
downloadorg.eclipse.tcf.agent-a8d18bdce5c8aa30da17b052238e3f40d06181b9.tar.gz
org.eclipse.tcf.agent-a8d18bdce5c8aa30da17b052238e3f40d06181b9.tar.xz
org.eclipse.tcf.agent-a8d18bdce5c8aa30da17b052238e3f40d06181b9.zip
Work in progress: more TCF value-add support - all tests have passed when connecting to a target through TCF symbols server value-add.
Diffstat (limited to 'server/server.vcproj')
-rw-r--r--server/server.vcproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/server.vcproj b/server/server.vcproj
index 68c51f97..c3c2f359 100644
--- a/server/server.vcproj
+++ b/server/server.vcproj
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=".,services,main,../agent/framework,../agent/services"
+ AdditionalIncludeDirectories=".;services;main;../agent;../agent/framework;../agent/services"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -211,6 +211,10 @@
>
</File>
<File
+ RelativePath="..\agent\services\dwarfreloc.c"
+ >
+ </File>
+ <File
RelativePath="..\agent\services\filesystem.c"
>
</File>

Back to the top