diff options
Diffstat (limited to 'plugins/Db3x/db3x_10.vcxproj')
-rw-r--r-- | plugins/Db3x/db3x_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj index 9f57074acf..4619ef383d 100644 --- a/plugins/Db3x/db3x_10.vcxproj +++ b/plugins/Db3x/db3x_10.vcxproj @@ -225,9 +225,10 @@ </ClCompile>
<ClCompile Include="src\dbcache3x.cpp" />
<ClCompile Include="src\dbintf3x.cpp" />
- <ClCompile Include="src\init.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\init.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Db3x_mmap\src\dbintf.h" />
|