Changeset 216 in dev


Ignore:
Timestamp:
Jul 17, 2007, 3:44:24 PM (17 years ago)
Author:
dai_9181
Message:

BoostSerializationSupportのクラステンプレートインスタンスを明示的に生成するようにした(コンパイル時間の短縮)

Location:
trunk/jenga
Files:
5 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/projects/common/common.vcproj

    r213 r216  
    296296            >
    297297            <File
    298                 RelativePath="..\..\include\common\BoostSerializationSupport.h"
    299                 >
    300             </File>
    301             <File
    302298                RelativePath="..\..\include\common\Directory.h"
    303299                >
     
    309305            <File
    310306                RelativePath="..\..\include\common\Exception.h"
    311                 >
    312             </File>
    313             <File
    314                 RelativePath="..\..\include\common\Hashmap.h"
    315                 >
    316             </File>
    317             <File
    318                 RelativePath="..\..\include\common\logger.h"
    319307                >
    320308            </File>
  • trunk/jenga/projects/smoothie/smoothie.vcproj

    r205 r216  
    285285            </File>
    286286            <File
    287                 RelativePath="..\..\src\smoothie\Namespace.cpp"
    288                 >
    289             </File>
    290             <File
    291287                RelativePath="..\..\src\smoothie\Smoothie.cpp"
    292288                >
     
    315311            </File>
    316312            <File
    317                 RelativePath="..\..\include\smoothie\Namespace.h"
    318                 >
    319             </File>
    320             <File
    321313                RelativePath="..\..\include\smoothie\Smoothie.h"
    322314                >
  • trunk/jenga/src/common/index.cpp

    r164 r216  
    1 #include <jenga/include/common/logger.h>
    21#include <jenga/include/common/Environment.h>
Note: See TracChangeset for help on using the changeset viewer.