2
0
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:
Vladimir Prus
2006-09-24 09:40:40 +00:00
parent 0c4edbe5fc
commit cd345eb3a8

View File

@@ -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