2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-24 05:52:17 +00:00

renamimg files to get under 31 chars

[SVN r13761]
This commit is contained in:
Jaakko Järvi
2002-05-08 22:09:24 +00:00
parent efdcc46d3a
commit 01031ccddd
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
BOOST = ../../..
CXX = gcc3
CXX = gcc
EXTRAFLAGS = -pedantic -Wno-long-long -ftemplate-depth-50
LIBS = -lstdc++
@@ -31,11 +31,11 @@ bind_tests_simple.cpp \
bind_tests_advanced.cpp \
bll_and_function.cpp \
constructor_tests.cpp \
extending_return_type_traits.cpp \
bind_tests_simple_function_references.cpp \
exception_test.cpp \
extending_rt_traits.cpp \
bind_tests_simple_f_refs.cpp \
cast_test.cpp \
phoenix_control_structures_test.cpp \
phoenix_control_structures.cpp \
exception_test.cpp \
# Create lists of object files from the source file lists.
@@ -70,15 +70,15 @@ run:
./operator_tests_simple.exe
./control_structures.exe
./switch_construct.exe
./extending_return_type_traits.exe
./extending_rt_traits.exe
./constructor_tests.exe
./cast_test.exe
./bind_tests_simple.exe
./bind_tests_advanced.exe
./bll_and_function.exe
./bind_tests_simple_function_references.exe
./bind_tests_simple_f_refs.exe
./phoenix_control_structures.exe
./exception_test.exe
./phoenix_control_structures_test.exe