Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-08-20 17:21:33 +0000
committereutarass2010-08-20 17:21:33 +0000
commite48e0f0618ebd2ff17f339fbf26ea469158efae8 (patch)
treeefac42b7ee5ff6bab842d16f4ef728d8df132470 /agent.vcproj
parentd16acf718c46be79d0815c934432815edebd61d0 (diff)
downloadorg.eclipse.tcf.agent-e48e0f0618ebd2ff17f339fbf26ea469158efae8.tar.gz
org.eclipse.tcf.agent-e48e0f0618ebd2ff17f339fbf26ea469158efae8.tar.xz
org.eclipse.tcf.agent-e48e0f0618ebd2ff17f339fbf26ea469158efae8.zip
TCF Agent: moved Windows PThreads implementation code from mdep.c into separate file
Diffstat (limited to 'agent.vcproj')
-rw-r--r--agent.vcproj48
1 files changed, 6 insertions, 42 deletions
diff --git a/agent.vcproj b/agent.vcproj
index dd722f48..06dfe441 100644
--- a/agent.vcproj
+++ b/agent.vcproj
@@ -70,7 +70,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="WS2_32.lib Iphlpapi.lib"
+ AdditionalDependencies="WS2_32.lib Iphlpapi.lib version.lib"
OutputFile=".\obj\MSVC\Release/agent.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
@@ -160,7 +160,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="WS2_32.lib Iphlpapi.lib"
+ AdditionalDependencies="WS2_32.lib Iphlpapi.lib version.lib"
OutputFile=".\obj\MSVC\Debug/agent.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
@@ -778,6 +778,10 @@
>
</File>
<File
+ RelativePath=".\system\Windows\pthreads-win32.c"
+ >
+ </File>
+ <File
RelativePath=".\system\Windows\regset.h"
>
</File>
@@ -914,26 +918,6 @@
Name="Cygwin"
>
<File
- RelativePath=".\system\Cygwin\context-cygwin.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
RelativePath=".\system\Cygwin\regset.h"
>
</File>
@@ -942,26 +926,6 @@
Name="Msys"
>
<File
- RelativePath=".\system\Msys\context-msys.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
RelativePath=".\system\Msys\regset.h"
>
</File>

Back to the top