summaryrefslogtreecommitdiff
path: root/modules/async
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-12-19 14:04:04 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-12-19 14:04:04 +0100
commit55dd66d8dd773ed98580d1fac0e15da6244d35b8 (patch)
tree0040ab8535855f3d25412089876021192df9d242 /modules/async
parent9de31a58c0ba5d7045ee5a9e1436cb01906fc6de (diff)
moving async to c++ folder
Diffstat (limited to 'modules/async')
-rw-r--r--modules/async/SConstruct2
-rw-r--r--modules/async/c++/SConscript (renamed from modules/async/SConscript)0
-rw-r--r--modules/async/c++/async.cpp (renamed from modules/async/async.cpp)0
-rw-r--r--modules/async/c++/async.h (renamed from modules/async/async.h)0
-rw-r--r--modules/async/c++/async.tmpl.h (renamed from modules/async/async.tmpl.h)0
5 files changed, 1 insertions, 1 deletions
diff --git a/modules/async/SConstruct b/modules/async/SConstruct
index 0d7b7c6..def568e 100644
--- a/modules/async/SConstruct
+++ b/modules/async/SConstruct
@@ -57,7 +57,7 @@ env.headers = [];
env.targets = [];
Export('env')
-SConscript('SConscript')
+SConscript('c++/SConscript')
env.Alias('cdb', env.cdb);
env.Alias('all', [env.targets]);
diff --git a/modules/async/SConscript b/modules/async/c++/SConscript
index 69f8950..69f8950 100644
--- a/modules/async/SConscript
+++ b/modules/async/c++/SConscript
diff --git a/modules/async/async.cpp b/modules/async/c++/async.cpp
index e10ee16..e10ee16 100644
--- a/modules/async/async.cpp
+++ b/modules/async/c++/async.cpp
diff --git a/modules/async/async.h b/modules/async/c++/async.h
index 66afa38..66afa38 100644
--- a/modules/async/async.h
+++ b/modules/async/c++/async.h
diff --git a/modules/async/async.tmpl.h b/modules/async/c++/async.tmpl.h
index 8fcb59c..8fcb59c 100644
--- a/modules/async/async.tmpl.h
+++ b/modules/async/c++/async.tmpl.h