From bcb839d43b2c672bf49f3cc53d5effd0cd3d2902 Mon Sep 17 00:00:00 2001 From: Kudzu Date: Tue, 8 Aug 2017 11:36:16 -0400 Subject: [PATCH] git Submodules added --- .gitmodules | 6 ++++++ IL2CPU | 1 + XSharp | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 IL2CPU create mode 160000 XSharp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..3b7d7c7e3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "XSharp"] + path = XSharp + url = https://github.com/CosmosOS/XSharp +[submodule "IL2CPU"] + path = IL2CPU + url = https://github.com/CosmosOS/IL2CPU diff --git a/IL2CPU b/IL2CPU new file mode 160000 index 000000000..ad7207367 --- /dev/null +++ b/IL2CPU @@ -0,0 +1 @@ +Subproject commit ad720736720aff54a1ed4fe97ae06fc295c4e7d3 diff --git a/XSharp b/XSharp new file mode 160000 index 000000000..254f15814 --- /dev/null +++ b/XSharp @@ -0,0 +1 @@ +Subproject commit 254f1581417d352ecf7fe58b65f1f1dbd64a0283