Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 13, 2008, 3:52:29 PM (17 years ago)
Author:
rgrieder
Message:
  • fixed several errors and issues with visual studio under windows:
    • moved tixml into a separate static lib (has to be)
    • updated OrxonoxStableHeaders.h
    • added macro for XOR
    • exported << operators
    • removed TiXMLPrereqs.h, not anymore useful; merged it into XMLIncludes.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/vc8/core.vcproj

    r790 r890  
    281281                        </File>
    282282                        <File
     283                                RelativePath="..\..\src\orxonox\core\ClassTreeMask.cc"
     284                                >
     285                        </File>
     286                        <File
    283287                                RelativePath="..\..\src\orxonox\core\ConfigValueContainer.cc"
    284288                                >
     
    293297                        </File>
    294298                        <File
     299                                RelativePath="..\..\src\orxonox\core\Executor.cc"
     300                                >
     301                        </File>
     302                        <File
    295303                                RelativePath="..\..\src\orxonox\core\Factory.cc"
    296304                                >
     
    301309                        </File>
    302310                        <File
    303                                 RelativePath="..\..\src\orxonox\core\IdentifierList.cc"
     311                                RelativePath="..\..\src\orxonox\core\IdentifierDistributor.cc"
    304312                                >
    305313                        </File>
     
    309317                        </File>
    310318                        <File
     319                                RelativePath="..\..\src\orxonox\core\Loader.cc"
     320                                >
     321                        </File>
     322                        <File
    311323                                RelativePath="..\..\src\orxonox\core\MetaObjectList.cc"
    312324                                >
     
    322334                        <File
    323335                                RelativePath="..\..\src\orxonox\core\SignalHandler.cc"
     336                                >
     337                        </File>
     338                        <File
     339                                RelativePath="..\..\src\orxonox\core\XMLPort.cc"
    324340                                >
    325341                        </File>
     
    343359                        </File>
    344360                        <File
     361                                RelativePath="..\..\src\orxonox\core\ClassManager.h"
     362                                >
     363                        </File>
     364                        <File
     365                                RelativePath="..\..\src\orxonox\core\ClassTreeMask.h"
     366                                >
     367                        </File>
     368                        <File
    345369                                RelativePath="..\..\src\orxonox\core\ConfigValueContainer.h"
    346370                                >
     
    367391                        </File>
    368392                        <File
     393                                RelativePath="..\..\src\orxonox\core\Executor.h"
     394                                >
     395                        </File>
     396                        <File
    369397                                RelativePath="..\..\src\orxonox\core\Factory.h"
    370398                                >
    371399                        </File>
    372400                        <File
     401                                RelativePath="..\..\src\orxonox\core\Functor.h"
     402                                >
     403                        </File>
     404                        <File
    373405                                RelativePath="..\..\src\orxonox\core\Identifier.h"
    374406                                >
    375407                        </File>
    376408                        <File
    377                                 RelativePath="..\..\src\orxonox\core\IdentifierList.h"
     409                                RelativePath="..\..\src\orxonox\core\IdentifierDistributor.h"
    378410                                >
    379411                        </File>
     
    387419                        </File>
    388420                        <File
     421                                RelativePath="..\..\src\orxonox\core\Level.h"
     422                                >
     423                        </File>
     424                        <File
     425                                RelativePath="..\..\src\orxonox\core\Loader.h"
     426                                >
     427                        </File>
     428                        <File
    389429                                RelativePath="..\..\src\orxonox\core\MetaObjectList.h"
    390430                                >
     
    404444                        <File
    405445                                RelativePath="..\..\src\orxonox\core\SignalHandler.h"
     446                                >
     447                        </File>
     448                        <File
     449                                RelativePath="..\..\src\orxonox\core\XMLPort.h"
    406450                                >
    407451                        </File>
Note: See TracChangeset for help on using the changeset viewer.