2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00
Files
build/v2/test/project-test1/standalone-project.jam
Vladimir Prus fd6016b3cd Allow 'standalone' projects.
* new/project.jam
  (inherit-attribute): New rule, extracted from 'initialize'.
  (initialize): Allow 'jamfile' parameter to be empty, in which case
    the project is 'standalone'.


[SVN r18544]
2003-05-26 14:30:26 +00:00

8 lines
141 B
Plaintext

import project ;
# Convert ourself into a real project.
project.initialize $(__name__) ;
# Now we can identify ourselfs.
project /teeest ;