Move unmaintained stuff (cis, os2, rosky, vms, and msvc6) to a respective branch...
[reactos.git] / vms / makefile
diff --git a/vms/makefile b/vms/makefile
deleted file mode 100644 (file)
index de7d057..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-all: 
-       @echo To build "vms" there are two paths:
-       @echo ---
-       @echo 1. copy the vms folder into the reactos\modules folder
-       @echo 2. link reactos/modules/vms to vms
-       @echo    UNIX
-       @echo         cd $${ROS_SRC_ROOT}/reactos/modules
-       @echo         ln -s $${ROS_SRC_ROOT}/vms vms
-       @echo    WINDOWS
-       @echo         cd %%ROS_SRC_ROOT%%\reactos\modules
-       @echo         junction vms %%ROS_SRC_ROOT%%\vms
-       @echo ---
-       @echo Eventually you can run "make depends" in the %%ROS_SRC_ROOT%%\reactos
-       @echo directory to compile it.