From: Peter Howkins Date: Mon, 12 Mar 2012 15:41:09 +0000 (+0000) Subject: Use C++ linker X-Git-Tag: 2.2.0a~26^2~86 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=88cc514fbd75deb9f241b1c8d31c50a3eda4e45f;p=oweals%2Fcde.git Use C++ linker --- diff --git a/cde/programs/dtstyle/Imakefile b/cde/programs/dtstyle/Imakefile index 5269b657..3b10e958 100644 --- a/cde/programs/dtstyle/Imakefile +++ b/cde/programs/dtstyle/Imakefile @@ -19,6 +19,12 @@ EXTRA_OBJS = OWsync.o EXTRA_DEFINES = -D$(PROGRAMS) #endif +XCOMM On Linux once you link against a C++ library the whole program +XCOMM has to be linked with the C++ linker +#if defined(LinuxDistribution) +CCLINK = $(CXX) +#endif + PROGRAMS = dtstyle OBJS = Main.o version.o MainWin.o Font.o Audio.o \