Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent.vcproj')
-rw-r--r--agent.vcproj48
1 files changed, 48 insertions, 0 deletions
diff --git a/agent.vcproj b/agent.vcproj
index 20c0aa2e..b2419293 100644
--- a/agent.vcproj
+++ b/agent.vcproj
@@ -750,6 +750,10 @@
>
</File>
<File
+ RelativePath=".\system\Windows\context-win32.h"
+ >
+ </File>
+ <File
RelativePath=".\system\Windows\regset.h"
>
</File>
@@ -874,10 +878,54 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\system\VxWorks\context-vxworks.h"
+ >
+ </File>
+ <File
RelativePath=".\system\VxWorks\regset.h"
>
</File>
</Filter>
+ <Filter
+ Name="Cygwin"
+ >
+ <File
+ RelativePath=".\system\Cygwin\context-cygwin.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\system\Cygwin\regset.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Msys"
+ >
+ <File
+ RelativePath=".\system\Msys\context-msys.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\system\Msys\regset.h"
+ >
+ </File>
+ </Filter>
</Filter>
<Filter
Name="machine"

Back to the top