Fix preprocessing file path (#948)

This commit is contained in:
taoenwen 2022-02-24 14:15:47 +08:00 committed by GitHub
parent f3ccab65de
commit 85275f6b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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>