Changeset 517 in dev for trunk/ab5.0/abdev/ab_common


Ignore:
Timestamp:
May 1, 2008, 12:29:50 PM (17 years ago)
Author:
dai_9181
Message:

Environment.h/cppのディレクトリを移動。

Location:
trunk/ab5.0/abdev/ab_common
Files:
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/ab_common/ab_common.vcproj

    r516 r517  
    274274            >
    275275            <File
    276                 RelativePath=".\Environment.cpp"
     276                RelativePath=".\src\Environment.cpp"
    277277                >
    278278            </File>
     
    340340            </File>
    341341            <File
    342                 RelativePath=".\Environment.h"
     342                RelativePath=".\include\Environment.h"
    343343                >
    344344            </File>
  • trunk/ab5.0/abdev/ab_common/include/ab_common.h

    r516 r517  
    11#pragma once
    22
     3#include "Environment.h"
    34#include "Lexical/Namespace.h"
    45#include "Lexical/NamespaceSupporter.h"
  • trunk/ab5.0/abdev/ab_common/stdafx.h

    r515 r517  
    3131#include <jenga/include/common/String.h>
    3232
    33 #include "Environment.h"
    3433#include "include/ab_common.h"
    3534
Note: See TracChangeset for help on using the changeset viewer.