From ac3db1c524fdecbc069a5e1323d93e4a3b933152 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 19 Nov 2009 17:34:29 +0000 Subject: Remove unecessary quote characters in the cc info files (were required by configure.pl, but configure.py's parser is smart enough to deal with them with or without quotes). Add support for shared library generation with IBM xlC (untested). Drop bcc - this was for the Borland's old compiler and almost certainly is not right for the current Embarcadero C++Builder. Support for that should be added (though I don't have access to this compiler personally). --- src/build-data/cc/msvc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/build-data/cc/msvc.txt') diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt index 603ea449b..805093ce5 100644 --- a/src/build-data/cc/msvc.txt +++ b/src/build-data/cc/msvc.txt @@ -1,11 +1,11 @@ -macro_name "MSVC" +macro_name MSVC -binary_name "cl.exe" +binary_name cl.exe compile_option "/nologo /c " output_to_option "/Fo" add_include_dir_option "/I" -add_lib_dir_option "-L" +add_lib_dir_option -L add_lib_option "" lib_opt_flags "/O2" -- cgit v1.2.3