Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2008, 7:53:40 PM (16 years ago)
Author:
rgrieder
Message:
  • removed struct ObjectListBase::Export from the forward declarations (not allowed for nested classes, but were possible with the use of a template..)
  • moved Error from core to util (since Debug.h has moved too)
Location:
code/branches/core3/visual_studio/vc8
Files:
2 edited

Legend:

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

    r1603 r1606  
    161161                        </File>
    162162                        <File
    163                                 RelativePath="..\..\src\core\Error.cc"
    164                                 >
    165                         </File>
    166                         <File
    167163                                RelativePath="..\..\src\core\Language.cc"
    168164                                >
     
    347343                        </File>
    348344                        <File
    349                                 RelativePath="..\..\src\core\Error.h"
    350                                 >
    351                         </File>
    352                         <File
    353345                                RelativePath="..\..\src\core\Language.h"
    354346                                >
  • code/branches/core3/visual_studio/vc8/util.vcproj

    r1603 r1606  
    157157                        </File>
    158158                        <File
     159                                RelativePath="..\..\src\util\Error.cc"
     160                                >
     161                        </File>
     162                        <File
    159163                                RelativePath="..\..\src\util\ExprParser.cc"
    160164                                >
     
    215219                        </File>
    216220                        <File
     221                                RelativePath="..\..\src\util\Error.h"
     222                                >
     223                        </File>
     224                        <File
    217225                                RelativePath="..\..\src\util\ExprParser.h"
    218226                                >
Note: See TracChangeset for help on using the changeset viewer.