Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2007, 9:51:31 PM (17 years ago)
Author:
rgrieder
Message:
  • InertialNode bare construct written
  • Orxonox starts and one can make barrels fly correctly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto_vs05/scripts/weapon_framework.vcproj

    r177 r189  
    4141                                Name="VCCLCompilerTool"
    4242                                Optimization="0"
    43                                 AdditionalIncludeDirectories="..\include;"$(OGRE_HOME)\OgreMain\include";"$(OGRE_HOME)\Dependencies\include""
     43                                AdditionalIncludeDirectories="..\src;..\src\weapon;"$(OGRE_HOME)\OgreMain\include";"$(OGRE_HOME)\Dependencies\include""
    4444                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
    4545                                MinimalRebuild="true"
     
    184184                        >
    185185                        <File
    186                                 RelativePath="..\src\ammunition_dump.cc"
    187                                 >
    188                         </File>
    189                         <File
    190                                 RelativePath="..\src\bullet.cc"
    191                                 >
    192                         </File>
    193                         <File
    194                                 RelativePath="..\src\bullet_manager.cc"
    195                                 >
    196                         </File>
    197                         <File
    198186                                RelativePath="..\src\camera_manager.cc"
    199187                                >
    200188                        </File>
    201189                        <File
     190                                RelativePath="..\src\inertial_node.cc"
     191                                >
     192                        </File>
     193                        <File
    202194                                RelativePath="..\src\main.cc"
    203195                                >
     
    223215                                >
    224216                        </File>
    225                         <File
    226                                 RelativePath="..\src\weapon_manager.cc"
    227                                 >
    228                         </File>
     217                        <Filter
     218                                Name="weapon"
     219                                >
     220                                <File
     221                                        RelativePath="..\src\weapon\ammunition_dump.cc"
     222                                        >
     223                                </File>
     224                                <File
     225                                        RelativePath="..\src\weapon\bullet.cc"
     226                                        >
     227                                </File>
     228                                <File
     229                                        RelativePath="..\src\weapon\bullet_manager.cc"
     230                                        >
     231                                </File>
     232                                <File
     233                                        RelativePath="..\src\weapon\weapon_manager.cc"
     234                                        >
     235                                </File>
     236                        </Filter>
    229237                </Filter>
    230238                <Filter
     
    234242                        >
    235243                        <File
    236                                 RelativePath="..\src\ammunition_dump.h"
    237                                 >
    238                         </File>
    239                         <File
    240                                 RelativePath="..\src\bullet.h"
    241                                 >
    242                         </File>
    243                         <File
    244                                 RelativePath="..\src\bullet_manager.h"
    245                                 >
    246                         </File>
    247                         <File
    248244                                RelativePath="..\src\camera_manager.h"
    249245                                >
    250246                        </File>
    251247                        <File
     248                                RelativePath="..\src\inertial_node.h"
     249                                >
     250                        </File>
     251                        <File
    252252                                RelativePath="..\src\ogre_control.h"
    253253                                >
     
    273273                                >
    274274                        </File>
    275                         <File
    276                                 RelativePath="..\src\weapon.h"
    277                                 >
    278                         </File>
    279                         <File
    280                                 RelativePath="..\src\weapon_manager.h"
    281                                 >
    282                         </File>
     275                        <Filter
     276                                Name="weapon"
     277                                >
     278                                <File
     279                                        RelativePath="..\src\weapon\ammunition_dump.h"
     280                                        >
     281                                </File>
     282                                <File
     283                                        RelativePath="..\src\weapon\bullet.h"
     284                                        >
     285                                </File>
     286                                <File
     287                                        RelativePath="..\src\weapon\bullet_manager.h"
     288                                        >
     289                                </File>
     290                                <File
     291                                        RelativePath="..\src\weapon\weapon.h"
     292                                        >
     293                                </File>
     294                                <File
     295                                        RelativePath="..\src\weapon\weapon_manager.h"
     296                                        >
     297                                </File>
     298                        </Filter>
    283299                </Filter>
    284300                <Filter
Note: See TracChangeset for help on using the changeset viewer.