mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
OS/2: begin converting the subtree to rbuild.
svn path=/trunk/; revision=17348
This commit is contained in:
parent
222891f5a8
commit
98051c3a59
3 changed files with 365 additions and 0 deletions
14
os2/makefile
Normal file
14
os2/makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
all:
|
||||
@echo To build "os2" there are two paths:
|
||||
@echo ---
|
||||
@echo 1. copy the os2 folder into the reactos\modules folder
|
||||
@echo 2. link reactos/modules/os2 to os2
|
||||
@echo UNIX
|
||||
@echo cd $${ROS_SRC_ROOT}/reactos/modules
|
||||
@echo ln -s $${ROS_SRC_ROOT}/os2 os2
|
||||
@echo WINDOWS
|
||||
@echo cd %%ROS_SRC_ROOT%%\reactos\modules
|
||||
@echo junction os2 %%ROS_SRC_ROOT%%\os2
|
||||
@echo ---
|
||||
@echo Eventually you can run "make depends" in the %%ROS_SRC_ROOT%%\reactos
|
||||
@echo directory to compile it.
|
Loading…
Add table
Add a link
Reference in a new issue