Changeset 1265 for code/branches/merge/visual_studio
- Timestamp:
- May 13, 2008, 5:40:42 PM (17 years ago)
- Location:
- code/branches/merge/visual_studio
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/merge/visual_studio/network_properties.vsprops
r1084 r1265 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 PreprocessorDefinitions="NETWORK_S HARED_BUILD;WIN32_LEAN_AND_MEAN"10 PreprocessorDefinitions="NETWORK_STATIC_BUILD;WIN32_LEAN_AND_MEAN" 11 11 /> 12 12 <Tool -
code/branches/merge/visual_studio/orxonox_properties.vsprops
r1223 r1265 8 8 <Tool 9 9 Name="VCCLCompilerTool" 10 PreprocessorDefinitions="ORXONOX_SHARED_BUILD "10 PreprocessorDefinitions="ORXONOX_SHARED_BUILD;NETWORK_STATIC_BUILD" 11 11 UsePrecompiledHeader="2" 12 12 PrecompiledHeaderThrough="OrxonoxStableHeaders.h" … … 14 14 <Tool 15 15 Name="VCLinkerTool" 16 AdditionalDependencies="OgreMain$(CSS).lib tcl85t.lib "16 AdditionalDependencies="OgreMain$(CSS).lib tcl85t.lib enet$(CS).lib zlib$(CS).lib" 17 17 OutputFile="$(OutDir)$(ProjectName)$(CS).exe" 18 IgnoreDefaultLibraryNames=" "18 IgnoreDefaultLibraryNames="LIBCMT;LIBCMTD" 19 19 /> 20 20 </VisualStudioPropertySheet> -
code/branches/merge/visual_studio/vc8/network.vcproj
r1064 r1265 18 18 <Configuration 19 19 Name="Debug|Win32" 20 ConfigurationType=" 2"20 ConfigurationType="4" 21 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\network_properties.vsprops" 22 22 CharacterSet="1" … … 50 50 /> 51 51 <Tool 52 Name="VCLi nkerTool"52 Name="VCLibrarianTool" 53 53 /> 54 54 <Tool … … 56 56 /> 57 57 <Tool 58 Name="VCManifestTool"59 />60 <Tool61 58 Name="VCXDCMakeTool" 62 59 /> … … 66 63 <Tool 67 64 Name="VCFxCopTool" 68 />69 <Tool70 Name="VCAppVerifierTool"71 />72 <Tool73 Name="VCWebDeploymentTool"74 65 /> 75 66 <Tool -
code/branches/merge/visual_studio/vc8/orxonox.vcproj
r1219 r1265 204 204 </File> 205 205 <File 206 RelativePath="..\..\src\orxonox\objects\CameraHandler.cc" 207 > 208 </File> 209 <File 206 210 RelativePath="..\..\src\orxonox\objects\Explosion.cc" 207 211 > … … 459 463 <File 460 464 RelativePath="..\..\src\orxonox\objects\Camera.h" 465 > 466 </File> 467 <File 468 RelativePath="..\..\src\orxonox\objects\CameraHandler.h" 461 469 > 462 470 </File>
Note: See TracChangeset
for help on using the changeset viewer.