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:
John Maddock
2005-06-18 16:55:01 +00:00
parent 35bf922e17
commit 8a01dedb52
12 changed files with 633 additions and 1082 deletions

View File

@ -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)