Changeset ca44f82 in network-game for client/Client/Client.vcxproj
- Timestamp:
- Feb 24, 2013, 1:28:32 AM (12 years ago)
- Branches:
- master
- Children:
- 7b43385
- Parents:
- 3a79253 (diff), 8f85180 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Client.vcxproj
r3a79253 rca44f82 47 47 <GenerateDebugInformation>true</GenerateDebugInformation> 48 48 <AdditionalLibraryDirectories>c:\allegro\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 49 <AdditionalDependencies>allegro-5.0. 7-monolith-md-debug.lib;%(AdditionalDependencies)</AdditionalDependencies>49 <AdditionalDependencies>allegro-5.0.8-monolith-md-debug.lib;%(AdditionalDependencies)</AdditionalDependencies> 50 50 </Link> 51 51 </ItemDefinitionGroup> … … 65 65 <ItemGroup> 66 66 <ClCompile Include="..\..\common\Common.cpp" /> 67 <ClCompile Include="..\..\common\WorldMap.cpp" /> 67 68 <ClCompile Include="..\..\common\Message.cpp" /> 68 69 <ClCompile Include="..\..\common\Player.cpp" /> … … 77 78 <ClInclude Include="..\..\common\Common.h" /> 78 79 <ClInclude Include="..\..\common\Compiler.h" /> 80 <ClInclude Include="..\..\common\WorldMap.h" /> 79 81 <ClInclude Include="..\..\common\Message.h" /> 80 82 <ClInclude Include="..\..\common\Player.h" />
Note:
See TracChangeset
for help on using the changeset viewer.