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:
parent
5a09544b16
commit
88cc514fbd
1 changed files with 6 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue