Fix preprocessing file path (#948)
This commit is contained in:
parent
f3ccab65de
commit
85275f6b40
|
@ -1891,7 +1891,7 @@ del build_details.exe
|
|||
<IgnoreSpecificDefaultLibraries>winspool.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib</IgnoreSpecificDefaultLibraries>
|
||||
</Link>
|
||||
<PreBuildEvent>
|
||||
<Command>$(MSBuildProjectDirectory)/../../src/dep/vs2010/pre2019.bat "$(VCInstallDir)</Command>
|
||||
<Command>$(MSBuildProjectDirectory)/../../src/dep/vs2010/pre2015.bat "$(VCInstallDir)</Command>
|
||||
</PreBuildEvent>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>FBNEO_DEBUG;INCLUDE_AVI_RECORDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
|
@ -1920,7 +1920,7 @@ del build_details.exe
|
|||
<SubSystem>Windows</SubSystem>
|
||||
</Link>
|
||||
<PreBuildEvent>
|
||||
<Command>$(MSBuildProjectDirectory)/../../src/dep/vs2010/pre2019.bat "$(VCInstallDir)</Command>
|
||||
<Command>$(MSBuildProjectDirectory)/../../src/dep/vs2010/pre2015.bat "$(VCInstallDir)</Command>
|
||||
</PreBuildEvent>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>FBNEO_DEBUG;INCLUDE_AVI_RECORDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
|
@ -1984,7 +1984,7 @@ del build_details.exe
|
|||
<SubSystem>Windows</SubSystem>
|
||||
</Link>
|
||||
<PreBuildEvent>
|
||||
<Command>$(MSBuildProjectDirectory)/../../src/dep/vs2010/pre2019.bat "$(VCInstallDir)</Command>
|
||||
<Command>$(MSBuildProjectDirectory)/../../src/dep/vs2010/pre2015.bat "$(VCInstallDir)</Command>
|
||||
</PreBuildEvent>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>INCLUDE_AVI_RECORDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
|
|
Loading…
Reference in New Issue