Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 7:40:23 PM (16 years ago)
Author:
rgrieder
Message:
  • added dll support to the network library
  • improved header file dependency in network
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/visual_studio/benixonox.vcproj

    r776 r777  
    5454                        <Tool
    5555                                Name="VCLinkerTool"
    56                                 AdditionalDependencies="OgreMain_d.lib OIS_d.lib zlibd.lib enet_d.lib"
     56                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib"
    5757                                AdditionalLibraryDirectories=""
    5858                                IgnoreDefaultLibraryNames="/NODEFAULTLIB:MSVCRT"
     
    122122                        <Tool
    123123                                Name="VCLinkerTool"
    124                                 AdditionalDependencies="OgreMain.lib OIS.lib zlib.lib enet.lib"
     124                                AdditionalDependencies="OgreMain.lib OIS.lib"
    125125                                AdditionalLibraryDirectories=""
    126126                                IgnoreDefaultLibraryNames="/NODEFAULTLIB:MSVCRT"
     
    229229                                </File>
    230230                                <File
     231                                        RelativePath="..\src\orxonox\objects\SpaceshipSteeringObject.cc"
     232                                        >
     233                                        <FileConfiguration
     234                                                Name="Debug|Win32"
     235                                                ExcludedFromBuild="true"
     236                                                >
     237                                                <Tool
     238                                                        Name="VCCLCompilerTool"
     239                                                />
     240                                        </FileConfiguration>
     241                                        <FileConfiguration
     242                                                Name="Release|Win32"
     243                                                ExcludedFromBuild="true"
     244                                                >
     245                                                <Tool
     246                                                        Name="VCCLCompilerTool"
     247                                                />
     248                                        </FileConfiguration>
     249                                </File>
     250                                <File
    231251                                        RelativePath="..\src\orxonox\objects\test1.cc"
    232252                                        >
     
    375395                                </File>
    376396                                <File
     397                                        RelativePath="..\src\orxonox\objects\SpaceshipSteeringObject.h"
     398                                        >
     399                                </File>
     400                                <File
    377401                                        RelativePath="..\src\orxonox\objects\Test.h"
    378402                                        >
Note: See TracChangeset for help on using the changeset viewer.