| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
You can add extra library paths to LDFLAGS directly.
|
| |
|
|
|
|
|
|
|
|
|
| |
They aren't winsys of their own,
just help dealing with them.
v2: add some more comments in vl_winsys.h
Signed-off-by: Christian König <[email protected]>
|
|
|
|
| |
Dependency on target directory caused unnecessary relink. Remove them.
|
|
|
|
|
|
|
|
|
| |
As pointed out by Michel Dänzer, gcc -lstdc++ doesn't work on all systems,
because it may require other libraries which are only pulled in implicitly
by g++. And libstdc++ is available only with GNU compiler.
Use c++ compiler for linking and remove redundant LDFLAGS += -lstdc++
all over the tree.
|
|
|
|
| |
Signed-off-by: Christian König <[email protected]>
|
|
|