reactos/rosky/makefile
Emanuele Aliberti 420b109b72 Make the 'rosky' optional module compile.
svn path=/trunk/; revision=17325
2005-08-12 13:46:36 +00:00

15 lines
530 B
Makefile

all:
@echo To build "rosky" there are two paths:
@echo ---
@echo 1. copy the rosky folder into the reactos\modules folder
@echo 2. link reactos/modules/rosky to rosky
@echo UNIX
@echo cd $${ROS_SRC_ROOT}/reactos/modules
@echo ln -s $${ROS_SRC_ROOT}/rosky rosky
@echo WINDOWS
@echo cd %%ROS_SRC_ROOT%%\reactos\modules
@echo junction rosky %%ROS_SRC_ROOT%%\rosky
@echo ---
@echo Eventually you can run "make depends" in the %%ROS_SRC_ROOT%%\reactos
@echo directory to compile it.