aboutsummaryrefslogtreecommitdiff
path: root/build2/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'build2/buildfile')
-rw-r--r--build2/buildfile15
1 files changed, 4 insertions, 11 deletions
diff --git a/build2/buildfile b/build2/buildfile
index 2c3e191..856346b 100644
--- a/build2/buildfile
+++ b/build2/buildfile
@@ -4,7 +4,6 @@
import libs = libbutl%lib{butl}
-#\
exe{b}: \
{hxx ixx cxx}{ algorithm } \
{ cxx}{ b } \
@@ -95,18 +94,12 @@ test/script/{hxx cxx}{ runner } \
test/script/{hxx ixx cxx}{ script } \
test/script/{hxx cxx}{ token } \
liba{b} $libs
-#\
-
-#exe{b}: {hxx ixx txx cxx}{** -b-options -dummy} \
-# {hxx ixx cxx}{ b-options } \
-# liba{b} $libs
-exe{b}: hxx{** -b-options -dummy} \
- ixx{** -b-options -dummy} \
- txx{** -b-options -dummy} \
- cxx{** -b-options -dummy} \
- {hxx ixx cxx}{b-options} \
+#\
+exe{b}: {hxx ixx txx cxx}{** -b-options -dummy} \
+ {hxx ixx cxx}{b-options} \
liba{b} $libs
+#\
# Fake utility library (without it code generation does not work).
#