# HG changeset patch # User Chris Cannam # Date 1363795291 0 # Node ID bb8f437bf09f4d8c2cc45194d0298ff2958bc5be # Parent 079209375f079c402a7a8acf0258f2e96af20ed8 Add CXX variable to Makefile; add math defines to vcproj diff -r 079209375f07 -r bb8f437bf09f Makefile.in --- a/Makefile.in Sun Jan 06 20:45:55 2013 +0000 +++ b/Makefile.in Wed Mar 20 16:01:31 2013 +0000 @@ -38,6 +38,7 @@ # Compile flags # +CXX = @CXX@ CXXFLAGS = -I. @CXXFLAGS@ @SNDFILE_CFLAGS@ # ar, ranlib diff -r 079209375f07 -r bb8f437bf09f build/VampPluginSDK.vcproj --- a/build/VampPluginSDK.vcproj Sun Jan 06 20:45:55 2013 +0000 +++ b/build/VampPluginSDK.vcproj Wed Mar 20 16:01:31 2013 +0000 @@ -102,7 +102,7 @@