diff options
Diffstat (limited to 'plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj')
-rw-r--r-- | plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj b/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj index ff910f49bb..4bc925956f 100644 --- a/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj +++ b/plugins/Dbx_mmap_SA/db3x_mmap_sa_10.vcxproj @@ -226,10 +226,11 @@ <ClCompile Include="src\dbintf_sa.cpp" />
<ClCompile Include="src\dbpreset.cpp" />
<ClCompile Include="src\dialogs.cpp" />
- <ClCompile Include="src\init.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\security.cpp" />
+ <ClCompile Include="src\init.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Db3x_mmap\src\dbintf.h" />
|