git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ab6a5
)
CXXLIBS define
author
kramm
<kramm>
Fri, 16 Jun 2006 07:05:02 +0000
(07:05 +0000)
committer
kramm
<kramm>
Fri, 16 Jun 2006 07:05:02 +0000
(07:05 +0000)
Makefile.common.in
patch
|
blob
|
history
diff --git
a/Makefile.common.in
b/Makefile.common.in
index
faacf4a
..
1aede48
100755
(executable)
--- a/
Makefile.common.in
+++ b/
Makefile.common.in
@@
-19,6
+19,7
@@
SCC=$(LIBTOOL) @CXX@ -c $(DEFS) $(INCLUDES) @CPPFLAGS@ @CXXFLAGS@
SL=$(LIBTOOL) --mode=link @CC@ $(DEFS) -rpath $(libdir)
SLL=$(LIBTOOL) --mode=link @CXX@ $(DEFS) -rpath $(libdir)
LIBS= @LDFLAGS@ @LIBS@
+CXXLIBS=@CXXLIBS@
transform = @program_transform_name@
PYTHON_LIB=@PYTHON_LIB@
PYTHON_INCLUDES=@PYTHON_INCLUDES@