diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-10 18:23:03 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-10 18:23:03 +0000 |
commit | dd5e829ccd6f29b134b336603fd85edd0dd81269 (patch) | |
tree | da0e69050ed77a30ba7316d5b688ac2278952d36 /third_party/libxml/xmlcatalog_dummy.cc | |
parent | 93755a629ab144365e6865bb631356064aafded3 (diff) | |
download | chromium_src-dd5e829ccd6f29b134b336603fd85edd0dd81269.zip chromium_src-dd5e829ccd6f29b134b336603fd85edd0dd81269.tar.gz chromium_src-dd5e829ccd6f29b134b336603fd85edd0dd81269.tar.bz2 |
Use separate *_dummy.cc files to force xmlcatalog and xmllint to be
linked with g++ instead of gcc.
BUG=none
TEST=build without warnings
Review URL: http://codereview.chromium.org/202046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml/xmlcatalog_dummy.cc')
-rw-r--r-- | third_party/libxml/xmlcatalog_dummy.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libxml/xmlcatalog_dummy.cc b/third_party/libxml/xmlcatalog_dummy.cc new file mode 100644 index 0000000..7659bb7 --- /dev/null +++ b/third_party/libxml/xmlcatalog_dummy.cc @@ -0,0 +1,2 @@ +// This is a dummy C++ file to force Xcode and SCons to use +// g++ instead of gcc when linking xmlcatalog. |