Ignore:
Timestamp:
Apr 6, 2008, 10:03:28 PM (16 years ago)
Author:
dai_9181
Message:

構成管理を大幅に改良。

Location:
trunk/ab5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0

    • Property svn:externals
      •  

        old new  
        44abdev/build/debug/system http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/system
        55abdev/build/debug/theme http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/theme
        6 abdev/build/release/ablib http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/ablib
        7 abdev/build/release/runtime http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/runtime
        8 abdev/build/release/system http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/system
        9 abdev/build/release/theme http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/theme
         6abdev/build/release http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0
  • trunk/ab5.0/jenga/src/common/Path.cpp

    r477 r480  
    11#include <boost/foreach.hpp>
     2#include <jenga/include/common/Environment.h>
    23#include <jenga/include/common/Path.h>
    34
     
    7778    return resultPath;
    7879}
     80std::string Jenga::Common::Path::MakeFullPathByCurrentDirectory( const std::string &relativePath )
     81{
     82    return MakeFullPath( relativePath, Jenga::Common::Environment::GetCurrentDir() );
     83}
Note: See TracChangeset for help on using the changeset viewer.