Unify the include directories in the WelsVP project
Some directories had a trailing slash in some configurations, but not in other configurations. Make sure the directories are the same in all configurations.
This commit is contained in:
parent
7676c5b65b
commit
5842e1b2aa
@ -224,7 +224,7 @@
|
||||
Optimization="3"
|
||||
EnableIntrinsicFunctions="false"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="../../../common/inc/;../../interface;../../src/common"
|
||||
AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common"
|
||||
PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="false"
|
||||
@ -314,7 +314,7 @@
|
||||
Optimization="3"
|
||||
EnableIntrinsicFunctions="false"
|
||||
FavorSizeOrSpeed="1"
|
||||
AdditionalIncludeDirectories="../../../common/inc/;../../interface;../../src/common"
|
||||
AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common"
|
||||
PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user