Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'server/server.vcproj')
-rw-r--r--server/server.vcproj18
1 files changed, 15 insertions, 3 deletions
diff --git a/server/server.vcproj b/server/server.vcproj
index aca1f420..7bddfc4b 100644
--- a/server/server.vcproj
+++ b/server/server.vcproj
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=".;services;main;../agent;../agent/framework;../agent/services"
+ AdditionalIncludeDirectories=".;services;main;../agent;../agent/framework;../agent/services;../agent/main"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -119,7 +119,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=".;services;main;../agent;../agent/framework;../agent/services"
+ AdditionalIncludeDirectories=".;services;main;../agent;../agent/framework;../agent/services;../agent/main"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@@ -307,7 +307,19 @@
Name="main"
>
<File
- RelativePath=".\main\main.c"
+ RelativePath="..\agent\main\main.c"
+ >
+ </File>
+ <File
+ RelativePath=".\main\server.c"
+ >
+ </File>
+ <File
+ RelativePath="..\agent\main\services.c"
+ >
+ </File>
+ <File
+ RelativePath="..\agent\main\services.h"
>
</File>
</Filter>

Back to the top