Changeset 738 in dev


Ignore:
Timestamp:
Sep 6, 2008, 5:50:57 PM (16 years ago)
Author:
dai
Message:

MyAssert/MyAssertMsgの定義を追加。

Location:
trunk/ab5.0/jenga
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/jenga/include/jenga.h

    r694 r738  
    11#pragma once
    22
     3#include "MyAssert.h"
    34#include "common/Binary.h"
    45#include "common/BoostSerializationSupport.h"
  • trunk/ab5.0/jenga/projects/jenga/jenga.vcproj

    r694 r738  
    299299            <File
    300300                RelativePath="..\..\src\common\FileSystem.cpp"
     301                >
     302            </File>
     303            <File
     304                RelativePath="..\..\src\MyAssert.cpp"
    301305                >
    302306            </File>
     
    400404            </File>
    401405            <File
     406                RelativePath="..\..\include\MyAssert.h"
     407                >
     408            </File>
     409            <File
    402410                RelativePath="..\..\include\common\Path.h"
    403411                >
Note: See TracChangeset for help on using the changeset viewer.