Remove Wine-ism
[reactos.git] / rosky / makefile
1 all:
2 @echo To build "rosky" there are two paths:
3 @echo ---
4 @echo 1. copy the rosky folder into the reactos\modules folder
5 @echo 2. link reactos/modules/rosky to rosky
6 @echo UNIX
7 @echo cd $${ROS_SRC_ROOT}/reactos/modules
8 @echo ln -s $${ROS_SRC_ROOT}/rosky rosky
9 @echo WINDOWS
10 @echo cd %%ROS_SRC_ROOT%%\reactos\modules
11 @echo junction rosky %%ROS_SRC_ROOT%%\rosky
12 @echo ---
13 @echo Eventually you can run "make depends" in the %%ROS_SRC_ROOT%%\reactos
14 @echo directory to compile it.