Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2008, 7:44:22 PM (15 years ago)
Author:
rgrieder
Message:
  • Removed source file inclusion in Synchronisable.cc (please don't do that, it had cost me half an hour to fix the build)
  • updated msvc files
  • Added missing declarations of template specialisations in order to export them properly
  • Added missing includes caused by the fix with source file inclusion.
  • Removed double declaration (there was the same declaration just behind) of registerVariable<const ColourValue>
  • Removed _NetworkExport macro in template definitions with parameters
  • Added _NetworkExport macro in template definitions that have no parameters any more (specialisations)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network64/visual_studio/vc8/network.vcproj

    r2087 r2307  
    196196                                >
    197197                        </File>
    198                         <File
    199                                 RelativePath="..\..\src\network\Synchronisable.cc"
    200                                 >
    201                         </File>
    202198                        <Filter
    203199                                Name="packet"
     
    229225                                <File
    230226                                        RelativePath="..\..\src\network\packet\Welcome.cc"
     227                                        >
     228                                </File>
     229                        </Filter>
     230                        <Filter
     231                                Name="synchronisable"
     232                                >
     233                                <File
     234                                        RelativePath="..\..\src\network\synchronisable\Synchronisable.cc"
     235                                        >
     236                                </File>
     237                                <File
     238                                        RelativePath="..\..\src\network\synchronisable\SynchronisableSpecialisations.cc"
     239                                        >
     240                                </File>
     241                                <File
     242                                        RelativePath="..\..\src\network\synchronisable\SynchronisableVariable.cc"
    231243                                        >
    232244                                </File>
     
    279291                        </File>
    280292                        <File
    281                                 RelativePath="..\..\src\network\NetworkCallback.h"
    282                                 >
    283                         </File>
    284                         <File
    285293                                RelativePath="..\..\src\network\NetworkPrereqs.h"
    286294                                >
     
    292300                        <File
    293301                                RelativePath="..\..\src\network\Server.h"
    294                                 >
    295                         </File>
    296                         <File
    297                                 RelativePath="..\..\src\network\Synchronisable.h"
    298302                                >
    299303                        </File>
     
    327331                                <File
    328332                                        RelativePath="..\..\src\network\packet\Welcome.h"
     333                                        >
     334                                </File>
     335                        </Filter>
     336                        <Filter
     337                                Name="synchronisable"
     338                                >
     339                                <File
     340                                        RelativePath="..\..\src\network\synchronisable\NetworkCallback.h"
     341                                        >
     342                                </File>
     343                                <File
     344                                        RelativePath="..\..\src\network\synchronisable\Synchronisable.h"
     345                                        >
     346                                </File>
     347                                <File
     348                                        RelativePath="..\..\src\network\synchronisable\SynchronisableVariable.h"
    329349                                        >
    330350                                </File>
Note: See TracChangeset for help on using the changeset viewer.