revert 17709 for it break streach for windows mode. That why I did only got black...
[reactos.git] / vms / makefile
1 all:
2 @echo To build "vms" there are two paths:
3 @echo ---
4 @echo 1. copy the vms folder into the reactos\modules folder
5 @echo 2. link reactos/modules/vms to vms
6 @echo UNIX
7 @echo cd $${ROS_SRC_ROOT}/reactos/modules
8 @echo ln -s $${ROS_SRC_ROOT}/vms vms
9 @echo WINDOWS
10 @echo cd %%ROS_SRC_ROOT%%\reactos\modules
11 @echo junction vms %%ROS_SRC_ROOT%%\vms
12 @echo ---
13 @echo Eventually you can run "make depends" in the %%ROS_SRC_ROOT%%\reactos
14 @echo directory to compile it.