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

Internalize build options into config header.

This commit is contained in:
Rene Rivera
2019-03-21 09:53:02 -05:00
parent 5ee7ebcf16
commit 3eceb036ef
39 changed files with 62 additions and 16 deletions

View File

@@ -8,6 +8,7 @@
#ifndef BJAM_DEBUG_H
#define BJAM_DEBUG_H
#include "config.h"
#include "constants.h"
#include "object.h"