Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 9, 2008, 4:25:52 AM (16 years ago)
Author:
landauf
Message:

merged core3 back to trunk

Location:
code/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/visual_studio/core_properties.vsprops

    r1572 r1747  
    88        <Tool
    99                Name="VCCLCompilerTool"
     10                AdditionalOptions="/MP2"
    1011                PreprocessorDefinitions="CORE_SHARED_BUILD"
    1112        />
  • code/trunk/visual_studio/network_properties.vsprops

    r1293 r1747  
    88        <Tool
    99                Name="VCCLCompilerTool"
     10                AdditionalOptions="/MP2"
    1011                PreprocessorDefinitions="ORXONOX_NO_EXPORTS;NETWORK_STATIC_BUILD;WIN32_LEAN_AND_MEAN"
    1112        />
  • code/trunk/visual_studio/orxonox_properties.vsprops

    r1572 r1747  
    88        <Tool
    99                Name="VCCLCompilerTool"
     10                AdditionalOptions="/MP2"
    1011                PreprocessorDefinitions="ORXONOX_NO_EXPORTS;NETWORK_STATIC_BUILD"
    1112                UsePrecompiledHeader="2"
  • code/trunk/visual_studio/vc8/core.vcproj

    r1631 r1747  
    161161                        </File>
    162162                        <File
    163                                 RelativePath="..\..\src\core\Error.cc"
    164                                 >
    165                         </File>
    166                         <File
    167163                                RelativePath="..\..\src\core\Language.cc"
    168164                                >
     
    173169                        </File>
    174170                        <File
    175                                 RelativePath="..\..\src\core\OutputBuffer.cc"
    176                                 >
    177                         </File>
    178                         <File
    179                                 RelativePath="..\..\src\core\OutputHandler.cc"
    180                                 >
    181                         </File>
    182                         <File
    183171                                RelativePath="..\..\src\core\Script.cc"
    184                                 >
    185                         </File>
    186                         <File
    187                                 RelativePath="..\..\src\core\SignalHandler.cc"
    188172                                >
    189173                        </File>
     
    253237                                        >
    254238                                </File>
     239                                <File
     240                                        RelativePath="..\..\src\core\ObjectListBase.cc"
     241                                        >
     242                                </File>
    255243                        </Filter>
    256244                        <Filter
     
    365353                        </File>
    366354                        <File
    367                                 RelativePath="..\..\src\core\Debug.h"
    368                                 >
    369                         </File>
    370                         <File
    371                                 RelativePath="..\..\src\core\Error.h"
    372                                 >
    373                         </File>
    374                         <File
    375355                                RelativePath="..\..\src\core\Language.h"
    376356                                >
     
    381361                        </File>
    382362                        <File
    383                                 RelativePath="..\..\src\core\OutputBuffer.h"
    384                                 >
    385                         </File>
    386                         <File
    387                                 RelativePath="..\..\src\core\OutputHandler.h"
    388                                 >
    389                         </File>
    390                         <File
    391363                                RelativePath="..\..\src\core\Script.h"
    392364                                >
     
    397369                        </File>
    398370                        <File
    399                                 RelativePath="..\..\src\core\SignalHandler.h"
     371                                RelativePath="..\..\src\core\Super.h"
    400372                                >
    401373                        </File>
     
    524496                                </File>
    525497                                <File
     498                                        RelativePath="..\..\src\core\IteratorBase.h"
     499                                        >
     500                                </File>
     501                                <File
    526502                                        RelativePath="..\..\src\core\MetaObjectList.h"
    527503                                        >
     
    529505                                <File
    530506                                        RelativePath="..\..\src\core\ObjectList.h"
     507                                        >
     508                                </File>
     509                                <File
     510                                        RelativePath="..\..\src\core\ObjectListBase.h"
    531511                                        >
    532512                                </File>
  • code/trunk/visual_studio/vc8/orxonox.vcproj

    r1625 r1747  
    189189                        </File>
    190190                        <File
     191                                RelativePath="..\..\src\orxonox\SignalHandler.cc"
     192                                >
     193                        </File>
     194                        <Filter
     195                                Name="hud"
     196                        <File
    191197                                RelativePath="..\..\src\orxonox\RadarListener.cc"
    192198                                >
     
    558564                        <File
    559565                                RelativePath="..\..\src\orxonox\Settings.h"
     566                                >
     567                        </File>
     568                        <File
     569                                RelativePath="..\..\src\orxonox\SignalHandler.h"
    560570                                >
    561571                        </File>
  • code/trunk/visual_studio/vc8/util.vcproj

    r1735 r1747  
    161161                        </File>
    162162                        <File
     163                                RelativePath="..\..\src\util\Error.cc"
     164                                >
     165                        </File>
     166                        <File
    163167                                RelativePath="..\..\src\util\ExprParser.cc"
    164168                                >
     
    169173                        </File>
    170174                        <File
    171                                 RelativePath="..\..\src\util\MultiTypeMath.cc"
    172                                 >
    173                         </File>
    174                         <File
    175                                 RelativePath="..\..\src\util\MultiTypePrimitive.cc"
    176                                 >
    177                         </File>
    178                         <File
    179                                 RelativePath="..\..\src\util\MultiTypeString.cc"
     175                                RelativePath="..\..\src\util\MultiType.cc"
     176                                >
     177                        </File>
     178                        <File
     179                                RelativePath="..\..\src\util\OutputBuffer.cc"
     180                                >
     181                        </File>
     182                        <File
     183                                RelativePath="..\..\src\util\OutputHandler.cc"
    180184                                >
    181185                        </File>
     
    211215                        </File>
    212216                        <File
     217                                RelativePath="..\..\src\util\Debug.h"
     218                                >
     219                        </File>
     220                        <File
     221                                RelativePath="..\..\src\util\Error.h"
     222                                >
     223                        </File>
     224                        <File
    213225                                RelativePath="..\..\src\util\ExprParser.h"
    214226                                >
     
    223235                        </File>
    224236                        <File
    225                                 RelativePath="..\..\src\util\MultiTypeMath.h"
    226                                 >
    227                         </File>
    228                         <File
    229                                 RelativePath="..\..\src\util\MultiTypePrimitive.h"
    230                                 >
    231                         </File>
    232                         <File
    233                                 RelativePath="..\..\src\util\MultiTypeString.h"
     237                                RelativePath="..\..\src\util\MultiTypeValue.h"
    234238                                >
    235239                        </File>
    236240                        <File
    237241                                RelativePath="..\..\src\util\OrxonoxPlatform.h"
     242                                >
     243                        </File>
     244                        <File
     245                                RelativePath="..\..\src\util\OutputBuffer.h"
     246                                >
     247                        </File>
     248                        <File
     249                                RelativePath="..\..\src\util\OutputHandler.h"
    238250                                >
    239251                        </File>
Note: See TracChangeset for help on using the changeset viewer.