Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 30, 2008, 9:58:13 AM (16 years ago)
Author:
rgrieder
Message:
  • added some const qualifiers
  • renamed a few very ugly variables for the 7th time
  • added new functions (isHandlerActive, isDeviceInitialised)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/visual_studio/vc8/core.vcproj

    r1203 r1204  
    149149                        >
    150150                        <File
    151                                 RelativePath="..\..\src\core\asdf.cc"
    152                                 >
    153                                 <FileConfiguration
    154                                         Name="Debug|Win32"
    155                                         ExcludedFromBuild="true"
    156                                         >
    157                                         <Tool
    158                                                 Name="VCCLCompilerTool"
    159                                         />
    160                                 </FileConfiguration>
    161                                 <FileConfiguration
    162                                         Name="Release|Win32"
    163                                         ExcludedFromBuild="true"
    164                                         >
    165                                         <Tool
    166                                                 Name="VCCLCompilerTool"
    167                                         />
    168                                 </FileConfiguration>
    169                         </File>
    170                         <File
    171151                                RelativePath="..\..\src\core\BaseObject.cc"
    172152                                >
     
    217197                        </File>
    218198                        <File
    219                                 RelativePath="..\..\src\core\InputEventListener.cc"
    220                                 >
    221                                 <FileConfiguration
    222                                         Name="Debug|Win32"
    223                                         ExcludedFromBuild="true"
    224                                         >
    225                                         <Tool
    226                                                 Name="VCCLCompilerTool"
    227                                         />
    228                                 </FileConfiguration>
    229                                 <FileConfiguration
    230                                         Name="Release|Win32"
    231                                         ExcludedFromBuild="true"
    232                                         >
    233                                         <Tool
    234                                                 Name="VCCLCompilerTool"
    235                                         />
    236                                 </FileConfiguration>
    237                         </File>
    238                         <File
    239199                                RelativePath="..\..\src\core\InputHandler.cc"
    240200                                >
    241                                 <FileConfiguration
    242                                         Name="Debug|Win32"
    243                                         >
    244                                         <Tool
    245                                                 Name="VCCLCompilerTool"
    246                                         />
    247                                 </FileConfiguration>
    248                                 <FileConfiguration
    249                                         Name="Release|Win32"
    250                                         >
    251                                         <Tool
    252                                                 Name="VCCLCompilerTool"
    253                                         />
    254                                 </FileConfiguration>
    255201                        </File>
    256202                        <File
     
    317263                        >
    318264                        <File
    319                                 RelativePath="..\..\src\core\asdf.h"
    320                                 >
    321                         </File>
    322                         <File
    323265                                RelativePath="..\..\src\core\BaseObject.h"
    324266                                >
     
    398340                        <File
    399341                                RelativePath="..\..\src\core\InputBuffer.h"
    400                                 >
    401                         </File>
    402                         <File
    403                                 RelativePath="..\..\src\core\InputEvent.h"
    404                                 >
    405                         </File>
    406                         <File
    407                                 RelativePath="..\..\src\core\InputEventListener.h"
    408342                                >
    409343                        </File>
Note: See TracChangeset for help on using the changeset viewer.