Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1816 for code/trunk


Ignore:
Timestamp:
Sep 21, 2008, 10:48:22 PM (16 years ago)
Author:
rgrieder
Message:

Moved Radar related stuff to src/orxonox/objects. I don't like it there but it is still better than in src/orxonox.

Location:
code/trunk
Files:
6 deleted
1 edited

Legend:

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

    r1755 r1816  
    181181                        </File>
    182182                        <File
    183                                 RelativePath="..\..\src\orxonox\Radar.cc"
     183                                RelativePath="..\..\src\orxonox\Settings.cc"
    184184                                >
    185185                        </File>
     
    188188                                >
    189189                        </File>
    190                         <File
    191                                 RelativePath="..\..\src\orxonox\RadarListener.cc"
    192                                 >
    193                         </File>
    194                         <File
    195                                 RelativePath="..\..\src\orxonox\RadarViewable.cc"
    196                                 >
    197                                 <FileConfiguration
    198                                         Name="Debug|Win32"
    199                                         >
    200                                         <Tool
    201                                                 Name="VCCLCompilerTool"
    202                                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
    203                                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
    204                                         />
    205                                 </FileConfiguration>
    206                                 <FileConfiguration
    207                                         Name="Release|Win32"
    208                                         >
    209                                         <Tool
    210                                                 Name="VCCLCompilerTool"
    211                                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
    212                                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
    213                                         />
    214                                 </FileConfiguration>
    215                         </File>
    216                         <File
    217                                 RelativePath="..\..\src\orxonox\Settings.cc"
    218                                 >
    219                         </File>
    220190                        <Filter
    221191                                Name="objects"
     
    259229                                <File
    260230                                        RelativePath="..\..\src\orxonox\objects\Projectile.cc"
     231                                        >
     232                                </File>
     233                                <File
     234                                        RelativePath="..\..\src\orxonox\objects\Radar.cc"
     235                                        >
     236                                        <FileConfiguration
     237                                                Name="Debug|Win32"
     238                                                >
     239                                                <Tool
     240                                                        Name="VCCLCompilerTool"
     241                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
     242                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
     243                                                />
     244                                        </FileConfiguration>
     245                                        <FileConfiguration
     246                                                Name="Release|Win32"
     247                                                >
     248                                                <Tool
     249                                                        Name="VCCLCompilerTool"
     250                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
     251                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
     252                                                />
     253                                        </FileConfiguration>
     254                                </File>
     255                                <File
     256                                        RelativePath="..\..\src\orxonox\objects\RadarListener.cc"
     257                                        >
     258                                        <FileConfiguration
     259                                                Name="Debug|Win32"
     260                                                >
     261                                                <Tool
     262                                                        Name="VCCLCompilerTool"
     263                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
     264                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
     265                                                />
     266                                        </FileConfiguration>
     267                                        <FileConfiguration
     268                                                Name="Release|Win32"
     269                                                >
     270                                                <Tool
     271                                                        Name="VCCLCompilerTool"
     272                                                        ObjectFile="$(IntDir)\$(InputName)1.obj"
     273                                                        XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
     274                                                />
     275                                        </FileConfiguration>
     276                                </File>
     277                                <File
     278                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.cc"
    261279                                        >
    262280                                </File>
     
    555573                        </File>
    556574                        <File
    557                                 RelativePath="..\..\src\orxonox\Radar.h"
    558                                 >
    559                         </File>
    560                         <File
    561                                 RelativePath="..\..\src\orxonox\RadarListener.h"
    562                                 >
    563                         </File>
    564                         <File
    565                                 RelativePath="..\..\src\orxonox\RadarViewable.h"
    566                                 >
    567                         </File>
    568                         <File
    569575                                RelativePath="..\..\src\orxonox\Settings.h"
    570576                                >
     
    615621                                <File
    616622                                        RelativePath="..\..\src\orxonox\objects\Projectile.h"
     623                                        >
     624                                </File>
     625                                <File
     626                                        RelativePath="..\..\src\orxonox\objects\Radar.h"
     627                                        >
     628                                </File>
     629                                <File
     630                                        RelativePath="..\..\src\orxonox\objects\RadarListener.h"
     631                                        >
     632                                </File>
     633                                <File
     634                                        RelativePath="..\..\src\orxonox\objects\RadarViewable.h"
    617635                                        >
    618636                                </File>
Note: See TracChangeset for help on using the changeset viewer.