1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Use C++ linker

This commit is contained in:
Peter Howkins 2012-03-12 14:48:23 +00:00
parent a26bc89ad5
commit cbffec168a

View file

@ -39,6 +39,11 @@ ATLIB=
SYS_LIBRARIES = -lm -ldl -lgen
#endif /* SunArchitecture */
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
SRCS = dttypes.c
OBJS = dttypes.o