X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtpdm%2FImakefile;h=6dacbe91bfbc1a131c803d998020fedf16ef9a77;hb=a5b6e62764bb1e8f91c5660fc59a37e0fb8e0601;hp=2a3548625e0fe9487a280ca7a990d9c8484a23b7;hpb=fd2322880359ca9f48f66eda54ccaedffd77266e;p=oweals%2Fcde.git diff --git a/cde/programs/dtpdm/Imakefile b/cde/programs/dtpdm/Imakefile index 2a354862..6dacbe91 100644 --- a/cde/programs/dtpdm/Imakefile +++ b/cde/programs/dtpdm/Imakefile @@ -29,6 +29,12 @@ SYS_LIBRARIES = -lmsaa -liconv SYS_LIBRARIES = -lintl -L/opt/SUNWspro/SC2.0.1 -lm -lgen -ldl -lC #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 = dtpdm SRCS = JobBox.c Main.c MainWindow.c \