summaryrefslogtreecommitdiffhomepage
path: root/CompilerTools
diff options
context:
space:
mode:
Diffstat (limited to 'CompilerTools')
-rw-r--r--CompilerTools/.gitignore1
-rw-r--r--CompilerTools/install.d35
-rw-r--r--CompilerTools/makefile13
-rw-r--r--CompilerTools/test/.gitkeep0
4 files changed, 0 insertions, 49 deletions
diff --git a/CompilerTools/.gitignore b/CompilerTools/.gitignore
deleted file mode 100644
index 3ad4db2..0000000
--- a/CompilerTools/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-test/*.txt \ No newline at end of file
diff --git a/CompilerTools/install.d b/CompilerTools/install.d
deleted file mode 100644
index c121f72..0000000
--- a/CompilerTools/install.d
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * ========================================================
- *
- * MP-UX C Compiler
- * Copyright Mahrouss Logic, all rights reserved.
- *
- * ========================================================
- */
-
-module mpcc.install;
-
-///Author: amlel
-///This helps install the mp-ux toolchain.
-class InstallFactory
-{
- this(string where, string from)
- {
- import std;
- import std.file;
-
- try
- {
- from.copy(where);
- }
- catch(Exception e)
- {
- writeln("install.d: error: ", e.msg);
- }
- }
-}
-
-void main(string[] args)
-{
- auto factory = new InstallFactory(args[1], args[2]);
-}
diff --git a/CompilerTools/makefile b/CompilerTools/makefile
deleted file mode 100644
index e7e3cc7..0000000
--- a/CompilerTools/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
- #
- # ========================================================
- #
- # MP-UX Tools
- # Copyright Mahrouss Logic, all rights reserved.
- #
- # ========================================================
- #
-
-# build mpcc
-.PHONY: build-installer
-build-installer:
- dmd -I../ install.d -ofinstall.out \ No newline at end of file
diff --git a/CompilerTools/test/.gitkeep b/CompilerTools/test/.gitkeep
deleted file mode 100644
index e69de29..0000000
--- a/CompilerTools/test/.gitkeep
+++ /dev/null