From af94bc926e301e9b871dc18662b4fa6e5614fdbf Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 27 Jul 2011 08:49:01 +0300 Subject: [PATCH] Prepare for assimilation into core --- Build | 4 ++-- source/{ => fs}/dir.cpp | 0 source/{ => fs}/dir.h | 0 source/{ => fs}/path.cpp | 0 source/{ => fs}/path.h | 0 source/{ => fs}/stat.cpp | 0 source/{ => fs}/stat.h | 0 source/{ => fs}/utils.cpp | 0 source/{ => fs}/utils.h | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename source/{ => fs}/dir.cpp (100%) rename source/{ => fs}/dir.h (100%) rename source/{ => fs}/path.cpp (100%) rename source/{ => fs}/path.h (100%) rename source/{ => fs}/stat.cpp (100%) rename source/{ => fs}/stat.h (100%) rename source/{ => fs}/utils.cpp (100%) rename source/{ => fs}/utils.h (100%) diff --git a/Build b/Build index b0e5881..b44b8eb 100644 --- a/Build +++ b/Build @@ -9,13 +9,13 @@ package "mspfs" headers "msp/fs" { - source "source"; + source "source/fs"; install true; }; library "mspfs" { - source "source"; + source "source/fs"; install true; }; diff --git a/source/dir.cpp b/source/fs/dir.cpp similarity index 100% rename from source/dir.cpp rename to source/fs/dir.cpp diff --git a/source/dir.h b/source/fs/dir.h similarity index 100% rename from source/dir.h rename to source/fs/dir.h diff --git a/source/path.cpp b/source/fs/path.cpp similarity index 100% rename from source/path.cpp rename to source/fs/path.cpp diff --git a/source/path.h b/source/fs/path.h similarity index 100% rename from source/path.h rename to source/fs/path.h diff --git a/source/stat.cpp b/source/fs/stat.cpp similarity index 100% rename from source/stat.cpp rename to source/fs/stat.cpp diff --git a/source/stat.h b/source/fs/stat.h similarity index 100% rename from source/stat.h rename to source/fs/stat.h diff --git a/source/utils.cpp b/source/fs/utils.cpp similarity index 100% rename from source/utils.cpp rename to source/fs/utils.cpp diff --git a/source/utils.h b/source/fs/utils.h similarity index 100% rename from source/utils.h rename to source/fs/utils.h -- 2.43.0