mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Add comment
[SVN r35303]
This commit is contained in:
@@ -50,6 +50,9 @@ class pch-generator : generator
|
||||
|
||||
rule run ( project name ? : property-set : sources * )
|
||||
{
|
||||
# The two sources are cpp file and PCHEADER, but they
|
||||
# can be passed in any order. Figure out which source
|
||||
# is what.
|
||||
local cpp = $(sources[2]) ;
|
||||
local h = $(sources[1]) ;
|
||||
if [ $(sources[2]).type ] = PCHEADER
|
||||
|
||||
Reference in New Issue
Block a user