Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/network64/src/network/synchronisable/CMakeLists.txt @ 2307

Last change on this file since 2307 was 2307, checked in by rgrieder, 15 years ago
  • 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)
  • Property svn:eol-style set to native
File size: 129 bytes
Line 
1SET( SRC_FILES
2  Synchronisable.cc
3  SynchronisableSpecialisations.cc
4  SynchronisableVariable.cc
5)
6
7ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.