[GDI32] Order the exports and make sure they match our target (Windows Server 2003...
[reactos.git] / rossubsys / os2 / makefile
1 all:
2 @echo To build "os2" there are two paths:
3 @echo ---
4 @echo 1. copy the os2 folder into the reactos\modules folder
5 @echo 2. link reactos/modules/os2 to os2
6 @echo UNIX
7 @echo cd $${ROS_SRC_ROOT}/reactos/modules
8 @echo ln -s $${ROS_SRC_ROOT}/os2 os2
9 @echo WINDOWS
10 @echo cd %%ROS_SRC_ROOT%%\reactos\modules
11 @echo junction os2 %%ROS_SRC_ROOT%%\os2
12 @echo ---
13 @echo Eventually you can run "make depends" in the %%ROS_SRC_ROOT%%\reactos
14 @echo directory to compile it.