aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2009-12-21 00:05:41 -0700
committerBrian <runningnak3d@gmail.com>2009-12-21 00:05:41 -0700
commit7899d8905502ab52111e0ac7b85331a0a5f82a8a (patch)
treed44cab58c65f93cb01a8c9441932698d8f65cb54
parentcca69e1c7d6c049751a1be42d664d5614ab9c3bc (diff)
* Fix windows build
* Thanks Sundark --HG-- branch : trunk
-rw-r--r--win/VC100/realmd.vcxproj3
-rw-r--r--win/VC80/TrinityRealm.vcproj4
-rw-r--r--win/VC90/TrinityRealm.vcproj4
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>