diff options
author | maanuel <none@none> | 2009-12-21 00:47:59 -0300 |
---|---|---|
committer | maanuel <none@none> | 2009-12-21 00:47:59 -0300 |
commit | 865e97729f94fb3266e3f6dd4a7cf3f5b332592f (patch) | |
tree | 547044f254b7065b82cff82046bf47df0b9a3af0 | |
parent | 3ace3eec8656ffa028ffc4e9737704af70705e48 (diff) | |
parent | 7899d8905502ab52111e0ac7b85331a0a5f82a8a (diff) |
Merge
--HG--
branch : trunk
-rw-r--r-- | win/VC100/realmd.vcxproj | 3 | ||||
-rw-r--r-- | win/VC80/TrinityRealm.vcproj | 4 | ||||
-rw-r--r-- | win/VC90/TrinityRealm.vcproj | 4 |
3 files changed, 10 insertions, 1 deletions
diff --git a/win/VC100/realmd.vcxproj b/win/VC100/realmd.vcxproj index 0441180035e..39a9d072e6e 100644 --- a/win/VC100/realmd.vcxproj +++ b/win/VC100/realmd.vcxproj @@ -418,6 +418,7 @@ <ClInclude Include="..\..\src\shared\WheatyExceptionReport.h" /> </ItemGroup> <ItemGroup> + <ClCompile Include="..\..\src\realmd\AuthCodes.cpp" /> <ClCompile Include="..\..\src\realmd\AuthSocket.cpp" /> <ClCompile Include="..\..\src\realmd\Main.cpp" /> <ClCompile Include="..\..\src\realmd\RealmList.cpp" /> @@ -437,4 +438,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> diff --git a/win/VC80/TrinityRealm.vcproj b/win/VC80/TrinityRealm.vcproj index 7044bed8d1e..8a94d9d650c 100644 --- a/win/VC80/TrinityRealm.vcproj +++ b/win/VC80/TrinityRealm.vcproj @@ -618,6 +618,10 @@ > </File> <File + RelativePath="..\..\src\trinityrealm\AuthCodes.cpp" + > + </File> + <File RelativePath="..\..\src\trinityrealm\AuthSocket.cpp" > </File> diff --git a/win/VC90/TrinityRealm.vcproj b/win/VC90/TrinityRealm.vcproj index 9301f95c66c..67e0908f72b 100644 --- a/win/VC90/TrinityRealm.vcproj +++ b/win/VC90/TrinityRealm.vcproj @@ -618,6 +618,10 @@ > </File> <File + RelativePath="..\..\src\trinityrealm\AuthCodes.cpp" + > + </File> + <File RelativePath="..\..\src\trinityrealm\AuthSocket.cpp" > </File> |