mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
New vc8 makefile needs to use correct lib name mangling.
Update installation docs for makefiles. Update regression test makefiles. [SVN r29678]
This commit is contained in:
@ -7,7 +7,7 @@ CXX= g++ $(INCLUDES) -L../../../../stage/lib -I../../../../ -I./ $(CXXFLAGS) -L.
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
SOURCES=*.cpp ../../../test/src/cpp_main.cpp ../../../test/src/execution_monitor.cpp
|
||||
SOURCES=*.cpp
|
||||
|
||||
total : gcc_regress
|
||||
export LD_LIBRARY_PATH="../../build/gcc:$LD_LIBRARY_PATH" && ./gcc_regress tests.txt
|
||||
@ -64,5 +64,6 @@ debug : $(SOURCES)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user