2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-12 12:02:24 +00:00

* tools/rc.jam

Handle LINUX, as well.

  Patch from Jurgen Hunold.


[SVN r20693]
This commit is contained in:
Vladimir Prus
2003-11-06 07:17:53 +00:00
parent c6fc0b693e
commit 2b71595ea8

View File

@@ -27,6 +27,8 @@ rule resource-compile ( target : sources * : properties * )
create-empty-object $(target) : $(sources[1]) ;
case "SOLARIS" :
create-empty-object $(target) : $(sources[1]) ;
case "LINUX" :
create-empty-object $(target) : $(sources[1]) ;
case "*" :
errors.error "Cannot process RC files for OS=$(OS)" ;
}