Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 13, 2008, 5:40:42 PM (16 years ago)
Author:
rgrieder
Message:
  • filled initialiser list of SpaceShip
  • adapted VS files in order to link network statically (circular depend.)
Location:
code/branches/merge/visual_studio
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/merge/visual_studio/network_properties.vsprops

    r1084 r1265  
    88        <Tool
    99                Name="VCCLCompilerTool"
    10                 PreprocessorDefinitions="NETWORK_SHARED_BUILD;WIN32_LEAN_AND_MEAN"
     10                PreprocessorDefinitions="NETWORK_STATIC_BUILD;WIN32_LEAN_AND_MEAN"
    1111        />
    1212        <Tool
  • code/branches/merge/visual_studio/orxonox_properties.vsprops

    r1223 r1265  
    88        <Tool
    99                Name="VCCLCompilerTool"
    10                 PreprocessorDefinitions="ORXONOX_SHARED_BUILD"
     10                PreprocessorDefinitions="ORXONOX_SHARED_BUILD;NETWORK_STATIC_BUILD"
    1111                UsePrecompiledHeader="2"
    1212                PrecompiledHeaderThrough="OrxonoxStableHeaders.h"
     
    1414        <Tool
    1515                Name="VCLinkerTool"
    16                 AdditionalDependencies="OgreMain$(CSS).lib tcl85t.lib"
     16                AdditionalDependencies="OgreMain$(CSS).lib tcl85t.lib enet$(CS).lib zlib$(CS).lib"
    1717                OutputFile="$(OutDir)$(ProjectName)$(CS).exe"
    18                 IgnoreDefaultLibraryNames=""
     18                IgnoreDefaultLibraryNames="LIBCMT;LIBCMTD"
    1919        />
    2020</VisualStudioPropertySheet>
  • code/branches/merge/visual_studio/vc8/network.vcproj

    r1064 r1265  
    1818                <Configuration
    1919                        Name="Debug|Win32"
    20                         ConfigurationType="2"
     20                        ConfigurationType="4"
    2121                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\network_properties.vsprops"
    2222                        CharacterSet="1"
     
    5050                        />
    5151                        <Tool
    52                                 Name="VCLinkerTool"
     52                                Name="VCLibrarianTool"
    5353                        />
    5454                        <Tool
     
    5656                        />
    5757                        <Tool
    58                                 Name="VCManifestTool"
    59                         />
    60                         <Tool
    6158                                Name="VCXDCMakeTool"
    6259                        />
     
    6663                        <Tool
    6764                                Name="VCFxCopTool"
    68                         />
    69                         <Tool
    70                                 Name="VCAppVerifierTool"
    71                         />
    72                         <Tool
    73                                 Name="VCWebDeploymentTool"
    7465                        />
    7566                        <Tool
  • code/branches/merge/visual_studio/vc8/orxonox.vcproj

    r1219 r1265  
    204204                                </File>
    205205                                <File
     206                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"
     207                                        >
     208                                </File>
     209                                <File
    206210                                        RelativePath="..\..\src\orxonox\objects\Explosion.cc"
    207211                                        >
     
    459463                                <File
    460464                                        RelativePath="..\..\src\orxonox\objects\Camera.h"
     465                                        >
     466                                </File>
     467                                <File
     468                                        RelativePath="..\..\src\orxonox\objects\CameraHandler.h"
    461469                                        >
    462470                                </File>
Note: See TracChangeset for help on using the changeset viewer.