diff options
Diffstat (limited to 'SplashScreen/splashscreen_8.vcproj')
-rw-r--r-- | SplashScreen/splashscreen_8.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SplashScreen/splashscreen_8.vcproj b/SplashScreen/splashscreen_8.vcproj index 4823216..bb390c9 100644 --- a/SplashScreen/splashscreen_8.vcproj +++ b/SplashScreen/splashscreen_8.vcproj @@ -48,7 +48,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SPLASH_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -150,7 +150,7 @@ InlineFunctionExpansion="1"
FavorSizeOrSpeed="2"
OmitFramePointers="true"
- AdditionalIncludeDirectories="../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SPLASH_EXPORTS"
StringPooling="true"
RuntimeLibrary="0"
|