Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2008, 5:35:49 PM (16 years ago)
Author:
rgrieder
Message:

merged input back into trunk
note: I have created an asylum with obsolete code, please check the files

File:
1 edited

Legend:

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

    r1021 r1024  
    143143                        />
    144144                </Configuration>
    145                 <Configuration
    146                         Name="Release_SSE|Win32"
    147                         ConfigurationType="1"
    148                         InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\orxonox_properties.vsprops"
    149                         CharacterSet="1"
    150                         WholeProgramOptimization="1"
    151                         >
    152                         <Tool
    153                                 Name="VCPreBuildEventTool"
    154                         />
    155                         <Tool
    156                                 Name="VCCustomBuildTool"
    157                         />
    158                         <Tool
    159                                 Name="VCXMLDataGeneratorTool"
    160                         />
    161                         <Tool
    162                                 Name="VCWebServiceProxyGeneratorTool"
    163                         />
    164                         <Tool
    165                                 Name="VCMIDLTool"
    166                         />
    167                         <Tool
    168                                 Name="VCCLCompilerTool"
    169                                 AdditionalOptions="/Zm200"
    170                         />
    171                         <Tool
    172                                 Name="VCManagedResourceCompilerTool"
    173                         />
    174                         <Tool
    175                                 Name="VCResourceCompilerTool"
    176                         />
    177                         <Tool
    178                                 Name="VCPreLinkEventTool"
    179                         />
    180                         <Tool
    181                                 Name="VCLinkerTool"
    182                                 EntryPointSymbol=""
    183                         />
    184                         <Tool
    185                                 Name="VCALinkTool"
    186                         />
    187                         <Tool
    188                                 Name="VCManifestTool"
    189                         />
    190                         <Tool
    191                                 Name="VCXDCMakeTool"
    192                         />
    193                         <Tool
    194                                 Name="VCBscMakeTool"
    195                         />
    196                         <Tool
    197                                 Name="VCFxCopTool"
    198                         />
    199                         <Tool
    200                                 Name="VCAppVerifierTool"
    201                         />
    202                         <Tool
    203                                 Name="VCWebDeploymentTool"
    204                         />
    205                         <Tool
    206                                 Name="VCPostBuildEventTool"
    207                         />
    208                 </Configuration>
    209                 <Configuration
    210                         Name="Release_SSE2|Win32"
    211                         ConfigurationType="1"
    212                         InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\orxonox_properties.vsprops"
    213                         CharacterSet="1"
    214                         WholeProgramOptimization="1"
    215                         >
    216                         <Tool
    217                                 Name="VCPreBuildEventTool"
    218                         />
    219                         <Tool
    220                                 Name="VCCustomBuildTool"
    221                         />
    222                         <Tool
    223                                 Name="VCXMLDataGeneratorTool"
    224                         />
    225                         <Tool
    226                                 Name="VCWebServiceProxyGeneratorTool"
    227                         />
    228                         <Tool
    229                                 Name="VCMIDLTool"
    230                         />
    231                         <Tool
    232                                 Name="VCCLCompilerTool"
    233                                 AdditionalOptions="/Zm200"
    234                         />
    235                         <Tool
    236                                 Name="VCManagedResourceCompilerTool"
    237                         />
    238                         <Tool
    239                                 Name="VCResourceCompilerTool"
    240                         />
    241                         <Tool
    242                                 Name="VCPreLinkEventTool"
    243                         />
    244                         <Tool
    245                                 Name="VCLinkerTool"
    246                                 EntryPointSymbol=""
    247                         />
    248                         <Tool
    249                                 Name="VCALinkTool"
    250                         />
    251                         <Tool
    252                                 Name="VCManifestTool"
    253                         />
    254                         <Tool
    255                                 Name="VCXDCMakeTool"
    256                         />
    257                         <Tool
    258                                 Name="VCBscMakeTool"
    259                         />
    260                         <Tool
    261                                 Name="VCFxCopTool"
    262                         />
    263                         <Tool
    264                                 Name="VCAppVerifierTool"
    265                         />
    266                         <Tool
    267                                 Name="VCWebDeploymentTool"
    268                         />
    269                         <Tool
    270                                 Name="VCPostBuildEventTool"
    271                         />
    272                 </Configuration>
    273145        </Configurations>
    274146        <References>
     
    285157                        </File>
    286158                        <File
    287                                 RelativePath="..\..\src\orxonox\InputEventListener.cc"
    288                                 >
    289                         </File>
    290                         <File
    291                                 RelativePath="..\..\src\orxonox\InputHandler.cc"
    292                                 >
    293                         </File>
    294                         <File
    295                                 RelativePath="..\..\src\orxonox\InputManager.cc"
    296                                 >
    297                                 <FileConfiguration
    298                                         Name="Debug|Win32"
    299                                         ExcludedFromBuild="true"
    300                                         >
    301                                         <Tool
    302                                                 Name="VCCLCompilerTool"
    303                                         />
    304                                 </FileConfiguration>
    305                         </File>
    306                         <File
    307159                                RelativePath="..\..\src\orxonox\Main.cc"
    308160                                >
     
    331183                                        />
    332184                                </FileConfiguration>
    333                                 <FileConfiguration
    334                                         Name="Release_SSE|Win32"
    335                                         >
    336                                         <Tool
    337                                                 Name="VCCLCompilerTool"
    338                                                 UsePrecompiledHeader="1"
    339                                         />
    340                                 </FileConfiguration>
    341                                 <FileConfiguration
    342                                         Name="Release_SSE2|Win32"
    343                                         >
    344                                         <Tool
    345                                                 Name="VCCLCompilerTool"
    346                                                 UsePrecompiledHeader="1"
    347                                         />
    348                                 </FileConfiguration>
    349                         </File>
    350                         <File
    351                                 RelativePath="..\..\src\orxonox\SpaceshipSteering.cc"
    352                                 >
    353                                 <FileConfiguration
    354                                         Name="Debug|Win32"
    355                                         ExcludedFromBuild="true"
    356                                         >
    357                                         <Tool
    358                                                 Name="VCCLCompilerTool"
    359                                         />
    360                                 </FileConfiguration>
    361                                 <FileConfiguration
    362                                         Name="Release|Win32"
    363                                         ExcludedFromBuild="true"
    364                                         >
    365                                         <Tool
    366                                                 Name="VCCLCompilerTool"
    367                                         />
    368                                 </FileConfiguration>
    369                                 <FileConfiguration
    370                                         Name="Release_SSE|Win32"
    371                                         ExcludedFromBuild="true"
    372                                         >
    373                                         <Tool
    374                                                 Name="VCCLCompilerTool"
    375                                         />
    376                                 </FileConfiguration>
    377                                 <FileConfiguration
    378                                         Name="Release_SSE2|Win32"
    379                                         ExcludedFromBuild="true"
    380                                         >
    381                                         <Tool
    382                                                 Name="VCCLCompilerTool"
    383                                         />
    384                                 </FileConfiguration>
    385185                        </File>
    386186                        <Filter
     
    430230                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.cc"
    431231                                        >
    432                                 </File>
    433                                 <File
    434                                         RelativePath="..\..\src\orxonox\objects\SpaceshipSteeringObject.cc"
    435                                         >
    436                                         <FileConfiguration
    437                                                 Name="Debug|Win32"
    438                                                 ExcludedFromBuild="true"
    439                                                 >
    440                                                 <Tool
    441                                                         Name="VCCLCompilerTool"
    442                                                 />
    443                                         </FileConfiguration>
    444                                         <FileConfiguration
    445                                                 Name="Release|Win32"
    446                                                 ExcludedFromBuild="true"
    447                                                 >
    448                                                 <Tool
    449                                                         Name="VCCLCompilerTool"
    450                                                 />
    451                                         </FileConfiguration>
    452                                         <FileConfiguration
    453                                                 Name="Release_SSE|Win32"
    454                                                 ExcludedFromBuild="true"
    455                                                 >
    456                                                 <Tool
    457                                                         Name="VCCLCompilerTool"
    458                                                 />
    459                                         </FileConfiguration>
    460                                         <FileConfiguration
    461                                                 Name="Release_SSE2|Win32"
    462                                                 ExcludedFromBuild="true"
    463                                                 >
    464                                                 <Tool
    465                                                         Name="VCCLCompilerTool"
    466                                                 />
    467                                         </FileConfiguration>
    468                                 </File>
    469                                 <File
    470                                         RelativePath="..\..\src\orxonox\objects\test1.cc"
    471                                         >
    472                                         <FileConfiguration
    473                                                 Name="Debug|Win32"
    474                                                 ExcludedFromBuild="true"
    475                                                 >
    476                                                 <Tool
    477                                                         Name="VCCLCompilerTool"
    478                                                         UsePrecompiledHeader="0"
    479                                                 />
    480                                         </FileConfiguration>
    481                                         <FileConfiguration
    482                                                 Name="Release|Win32"
    483                                                 ExcludedFromBuild="true"
    484                                                 >
    485                                                 <Tool
    486                                                         Name="VCCLCompilerTool"
    487                                                         UsePrecompiledHeader="0"
    488                                                 />
    489                                         </FileConfiguration>
    490                                         <FileConfiguration
    491                                                 Name="Release_SSE|Win32"
    492                                                 ExcludedFromBuild="true"
    493                                                 >
    494                                                 <Tool
    495                                                         Name="VCCLCompilerTool"
    496                                                         UsePrecompiledHeader="0"
    497                                                 />
    498                                         </FileConfiguration>
    499                                         <FileConfiguration
    500                                                 Name="Release_SSE2|Win32"
    501                                                 ExcludedFromBuild="true"
    502                                                 >
    503                                                 <Tool
    504                                                         Name="VCCLCompilerTool"
    505                                                         UsePrecompiledHeader="0"
    506                                                 />
    507                                         </FileConfiguration>
    508                                 </File>
    509                                 <File
    510                                         RelativePath="..\..\src\orxonox\objects\test2.cc"
    511                                         >
    512                                         <FileConfiguration
    513                                                 Name="Debug|Win32"
    514                                                 ExcludedFromBuild="true"
    515                                                 >
    516                                                 <Tool
    517                                                         Name="VCCLCompilerTool"
    518                                                         UsePrecompiledHeader="0"
    519                                                 />
    520                                         </FileConfiguration>
    521                                         <FileConfiguration
    522                                                 Name="Release|Win32"
    523                                                 ExcludedFromBuild="true"
    524                                                 >
    525                                                 <Tool
    526                                                         Name="VCCLCompilerTool"
    527                                                         UsePrecompiledHeader="0"
    528                                                 />
    529                                         </FileConfiguration>
    530                                         <FileConfiguration
    531                                                 Name="Release_SSE|Win32"
    532                                                 ExcludedFromBuild="true"
    533                                                 >
    534                                                 <Tool
    535                                                         Name="VCCLCompilerTool"
    536                                                         UsePrecompiledHeader="0"
    537                                                 />
    538                                         </FileConfiguration>
    539                                         <FileConfiguration
    540                                                 Name="Release_SSE2|Win32"
    541                                                 ExcludedFromBuild="true"
    542                                                 >
    543                                                 <Tool
    544                                                         Name="VCCLCompilerTool"
    545                                                         UsePrecompiledHeader="0"
    546                                                 />
    547                                         </FileConfiguration>
    548                                 </File>
    549                                 <File
    550                                         RelativePath="..\..\src\orxonox\objects\test3.cc"
    551                                         >
    552                                         <FileConfiguration
    553                                                 Name="Debug|Win32"
    554                                                 ExcludedFromBuild="true"
    555                                                 >
    556                                                 <Tool
    557                                                         Name="VCCLCompilerTool"
    558                                                         UsePrecompiledHeader="0"
    559                                                 />
    560                                         </FileConfiguration>
    561                                         <FileConfiguration
    562                                                 Name="Release|Win32"
    563                                                 ExcludedFromBuild="true"
    564                                                 >
    565                                                 <Tool
    566                                                         Name="VCCLCompilerTool"
    567                                                         UsePrecompiledHeader="0"
    568                                                 />
    569                                         </FileConfiguration>
    570                                         <FileConfiguration
    571                                                 Name="Release_SSE|Win32"
    572                                                 ExcludedFromBuild="true"
    573                                                 >
    574                                                 <Tool
    575                                                         Name="VCCLCompilerTool"
    576                                                         UsePrecompiledHeader="0"
    577                                                 />
    578                                         </FileConfiguration>
    579                                         <FileConfiguration
    580                                                 Name="Release_SSE2|Win32"
    581                                                 ExcludedFromBuild="true"
    582                                                 >
    583                                                 <Tool
    584                                                         Name="VCCLCompilerTool"
    585                                                         UsePrecompiledHeader="0"
    586                                                 />
    587                                         </FileConfiguration>
    588232                                </File>
    589233                                <File
     
    659303                        </File>
    660304                        <File
    661                                 RelativePath="..\..\src\orxonox\InputEvent.h"
    662                                 >
    663                         </File>
    664                         <File
    665                                 RelativePath="..\..\src\orxonox\InputEventListener.h"
    666                                 >
    667                         </File>
    668                         <File
    669                                 RelativePath="..\..\src\orxonox\InputHandler.h"
    670                                 >
    671                         </File>
    672                         <File
    673                                 RelativePath="..\..\src\orxonox\InputManager.h"
    674                                 >
    675                         </File>
    676                         <File
    677305                                RelativePath="..\..\src\orxonox\Orxonox.h"
    678306                                >
     
    690318                                >
    691319                        </File>
    692                         <File
    693                                 RelativePath="..\..\src\orxonox\SpaceshipSteering.h"
    694                                 >
    695                         </File>
    696320                        <Filter
    697321                                Name="hud"
     
    739363                                <File
    740364                                        RelativePath="..\..\src\orxonox\objects\SpaceShip.h"
    741                                         >
    742                                 </File>
    743                                 <File
    744                                         RelativePath="..\..\src\orxonox\objects\SpaceshipSteeringObject.h"
    745                                         >
    746                                 </File>
    747                                 <File
    748                                         RelativePath="..\..\src\orxonox\objects\Test.h"
    749                                         >
    750                                 </File>
    751                                 <File
    752                                         RelativePath="..\..\src\orxonox\objects\test1.h"
    753                                         >
    754                                 </File>
    755                                 <File
    756                                         RelativePath="..\..\src\orxonox\objects\test2.h"
    757                                         >
    758                                 </File>
    759                                 <File
    760                                         RelativePath="..\..\src\orxonox\objects\test3.h"
    761365                                        >
    762366                                </File>
     
    828432                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    829433                        >
    830                         <File
    831                                 RelativePath="..\..\bin\media.cfg"
    832                                 >
    833                         </File>
    834                         <File
    835                                 RelativePath="..\..\bin\ogre.cfg"
    836                                 >
    837                         </File>
    838                         <File
    839                                 RelativePath="..\..\bin\ogre.cfg-init"
    840                                 >
    841                         </File>
    842                         <File
    843                                 RelativePath="..\..\bin\Ogre.log"
    844                                 >
    845                         </File>
    846                         <File
    847                                 RelativePath="..\..\bin\orxonox.bat"
    848                                 >
    849                         </File>
    850                         <File
    851                                 RelativePath="..\..\bin\orxonox.ini"
    852                                 >
    853                         </File>
    854                         <File
    855                                 RelativePath="..\..\bin\orxonox.log"
    856                                 >
    857                         </File>
    858                         <File
    859                                 RelativePath="..\..\bin\orxonox_d.bat"
    860                                 >
    861                         </File>
    862                         <File
    863                                 RelativePath="..\..\bin\plugins.cfg"
    864                                 >
    865                         </File>
    866                         <File
    867                                 RelativePath="..\..\bin\plugins.cfg-init"
    868                                 >
    869                         </File>
    870                         <File
    871                                 RelativePath="..\..\bin\plugins_d.cfg"
    872                                 >
    873                         </File>
    874                         <File
    875                                 RelativePath="..\..\bin\quake3settings.cfg"
    876                                 >
    877                         </File>
    878                         <File
    879                                 RelativePath="..\..\bin\resources.cfg"
    880                                 >
    881                         </File>
    882                         <File
    883                                 RelativePath="..\..\bin\run-script"
    884                                 >
    885                         </File>
    886                         <File
    887                                 RelativePath="..\..\bin\translation_default.lang"
    888                                 >
    889                         </File>
    890                         <File
    891                                 RelativePath="..\..\bin\translation_german.lang"
    892                                 >
    893                         </File>
    894434                </Filter>
    895435        </Files>
Note: See TracChangeset for help on using the changeset viewer.