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:
parent
a26bc89ad5
commit
cbffec168a
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ ATLIB=
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
SYS_LIBRARIES = -lm -ldl -lgen
|
||||||
#endif /* SunArchitecture */
|
#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
|
SRCS = dttypes.c
|
||||||
OBJS = dttypes.o
|
OBJS = dttypes.o
|
||||||
|
|
Loading…
Reference in a new issue