1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

Use C++ linker

This commit is contained in:
Peter Howkins 2012-03-12 15:41:09 +00:00
parent 5a09544b16
commit 88cc514fbd

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 \