Use C++ linker

This commit is contained in:
Peter Howkins 2012-03-12 15:41:09 +00:00
parent 5a09544b16
commit 88cc514fbd
1 changed files with 6 additions and 0 deletions

View File

@ -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 \